Uwe Hermann
|
47b31246ca
|
rcc: Cosmetics and coding style fixes.
|
15 years ago |
Thomas Otto
|
388f940475
|
Initial EXTI support.
Thanks to Mark Butler <mbutler@physics.otago.ac.nz>.
|
15 years ago |
Thomas Otto
|
898c118e1e
|
Fix of rtc_set_counter_val(). supplied by Jim <lordjames@y7mail.com>
|
15 years ago |
Thomas Otto
|
3dfeb30b41
|
Deleted double definition IWDG_PR_DIV256.
|
15 years ago |
Thomas Otto
|
d08ee7e333
|
Changed examples to new rcc definitions.
|
15 years ago |
Thomas Otto
|
b2bca1f1a4
|
Changed rtc.c to use the changed defines.
|
15 years ago |
Thomas Otto
|
141a291e8d
|
Changed rcc.c to use the new definitions.
|
15 years ago |
Thomas Otto
|
dd5553f122
|
Changed rcc.h defs to rcc_registername_ prefix.
|
15 years ago |
Uwe Hermann
|
93fe67908a
|
Add more RTC functions and an RTC example.
Thanks Lord James <lordjames@y7mail.com> for the patch!
|
15 years ago |
Thomas Otto
|
8195b1a718
|
Renamed power.h -> pwr.h.
|
15 years ago |
Thomas Otto
|
fbb05e1536
|
Changed defs POWER->PWR to be in sync with datasheet.
|
15 years ago |
Thomas Otto
|
8467f0ee25
|
Added BKP definitions.
|
15 years ago |
Thomas Otto
|
5b48dc1845
|
Added definitions for CRC.
|
15 years ago |
Thomas Otto
|
7450d0aad1
|
Added definitions for POWER control.
|
15 years ago |
Thomas Otto
|
e172a05f86
|
Added definitions for WWDG.
|
15 years ago |
Thomas Otto
|
11b366b27d
|
Corrected IWDG_BASE calculations.
|
15 years ago |
Thomas Otto
|
c249c7f772
|
Added initial IWDG definitions.
|
15 years ago |
Thomas Otto
|
ffcf53ef00
|
Make examples/other make use of new clock setup.
|
15 years ago |
Thomas Otto
|
4f272b4ad4
|
Added rcc clock setup function for 16mhz crystal.
|
15 years ago |
Thomas Otto
|
8dc36291d1
|
Fixed channel group setting with more then 6 items.
|
15 years ago |
Thomas Otto
|
a104b63ea9
|
Added DOGM128 LCD display example (SPI).
|
15 years ago |
Thomas Otto
|
4ae25c865b
|
Corrected comment only.
|
15 years ago |
Thomas Otto
|
d3890f9b32
|
Added systick example to Makefile.
|
15 years ago |
Thomas Otto
|
7c32f63332
|
Added little systick example.
|
15 years ago |
Thomas Otto
|
905b5112b6
|
Some improvements to systick.h+c.
|
15 years ago |
Thomas Otto
|
37e71e3e5c
|
Added spi_send() to the spi.h.
|
15 years ago |
Thomas Otto
|
0fed8c6cc5
|
Added spi_send() equivalent to usart_send().
|
15 years ago |
Thomas Otto
|
e68f248d11
|
Fixed typo.
|
15 years ago |
Thomas Otto
|
56dd9bc887
|
Completed spi.h.
|
15 years ago |
Thomas Otto
|
47c51fc9cc
|
Some additions to spi.c+h.
|
15 years ago |
Thomas Otto
|
e50b836ada
|
Added timer_interrupt example.
|
15 years ago |
Thomas Otto
|
9dc0af94b0
|
Added dma_mem2mem example.
|
15 years ago |
Thomas Otto
|
97e27b2430
|
Make 72MHz the default in usart.c
|
15 years ago |
Thomas Otto
|
9d2e074b3d
|
Cosmetic fixes.
|
15 years ago |
Thomas Otto
|
9132e6b9f5
|
Corrected definitions in dma.h.
|
15 years ago |
Thomas Otto
|
561ce37809
|
Changed address setting in dma.c+h.
|
15 years ago |
Thomas Otto
|
0f710dd8fa
|
Fixed settings of groups in adc.c.
|
15 years ago |
Thomas Otto
|
2bada0dacd
|
Merge branch 'master' of tommi@viadmin.org:/opt/git/libopenstm32
|
15 years ago |
Thomas Otto
|
bd725f59ae
|
Small corrections/additions to adc.h.
|
15 years ago |
Thomas Otto
|
3518301870
|
Integrated systick into build system.
|
15 years ago |
Thomas Otto
|
feb3f187fe
|
Added systick.h definitions.
|
15 years ago |
Thomas Otto
|
be986aa8d9
|
Corrected Makefile for ADC example
|
15 years ago |
Thomas Otto
|
d96b318795
|
Added some address setting functions to dma.
|
15 years ago |
Thomas Otto
|
a0e026d110
|
Added generic values for ADC_SMPR_SMP to adc.h.
|
15 years ago |
Thomas Otto
|
3882f8f96f
|
Fixed binary name in README
|
15 years ago |
Thomas Otto
|
384a7e688e
|
Added adc_temperature_sensor to examples
|
15 years ago |
Thomas Otto
|
eb3f45dcdb
|
Completed scb.h definitions.
|
15 years ago |
Thomas Otto
|
cdf93fedfa
|
Small correction in isr table.
|
15 years ago |
Thomas Otto
|
1f8d94df35
|
Added irq number definitions.
|
15 years ago |
Thomas Otto
|
80984d44c4
|
splitted nvic and scb
|
15 years ago |