libopencm3/lib/stm32/f1
Ken Sarkies 5b8953124e This mainly moves the STM32 timers' code to the common area.
F2 and F4 have a common section to deal with the options register (TIM2 and TIM5 only)
L1 has been made common with timer_common_all as its options register has very different settings to F2/F4. Code is in the L1/timer.c L1/timer.h files

Note that F3 and F05 timers should fit into this scheme, with F3 having additional features.

Bundled with this is L1/pwr.h to change a documentation setting
Also all the Doxyfiles have added "ENABLE_PREPROCESSING = NO" to fix a problem introduced by commit 118.
2013-03-09 14:39:01 +10:30
..
Makefile This mainly moves the STM32 timers' code to the common area. 2013-03-09 14:39:01 +10:30
adc.c ADC: Fix CR usage in adc_enable_discontinuous_mode_regular. Fixes #101 2013-02-25 17:15:43 -08:00
crc.c Repair to documentation (most documented files) 2013-03-07 11:14:06 +10:30
dac.c Repair to documentation (most documented files) 2013-03-07 11:14:06 +10:30
dma.c Repair to documentation (most documented files) 2013-03-07 11:14:06 +10:30
ethernet.c License change of the library to LGPL, version 3 or later. 2012-03-02 14:44:49 -08:00
exti.c EXTI: Added function to get flag status 2013-03-01 10:36:57 -08:00
flash.c FLASH: Make sure that the flash unlock register state is cleared before trying to unlock the flash. 2013-02-26 15:25:55 -08:00
gpio.c Add test in common headers for improper inclusion of such files in application. 2013-03-07 18:35:04 +10:30
i2c.c Repair to documentation (most documented files) 2013-03-07 11:14:06 +10:30
iwdg.c Repair to documentation (most documented files) 2013-03-07 11:14:06 +10:30
libopencm3_stm32f1.ld Support exceptions on all targets 2012-09-03 20:41:15 +02:00
pwr.c Repair to documentation (most documented files) 2013-03-07 11:14:06 +10:30
rcc.c [flash] f1: use "proper" bit definition naming. 2013-01-23 13:58:11 +00:00
rtc.c Repair to documentation (most documented files) 2013-03-07 11:14:06 +10:30
spi.c Repair to documentation (most documented files) 2013-03-07 11:14:06 +10:30
stm32f100x4.ld Add linker scripts with memory maps for F100 series. 2012-06-29 02:10:53 -07:00
stm32f100x6.ld Add linker scripts with memory maps for F100 series. 2012-06-29 02:10:53 -07:00
stm32f100x8.ld Add linker scripts with memory maps for F100 series. 2012-06-29 02:10:53 -07:00
stm32f100xb.ld Add linker scripts with memory maps for F100 series. 2012-06-29 02:10:53 -07:00
stm32f100xc.ld Add linker scripts with memory maps for F100 series. 2012-06-29 02:10:53 -07:00
stm32f100xd.ld Add linker scripts with memory maps for F100 series. 2012-06-29 02:10:53 -07:00
stm32f100xe.ld Add linker scripts with memory maps for F100 series. 2012-06-29 02:10:53 -07:00
timer.c This mainly moves the STM32 timers' code to the common area. 2013-03-09 14:39:01 +10:30
usart.c Repair to documentation (most documented files) 2013-03-07 11:14:06 +10:30