libopencm3/lib/stm32
Karl Palsson df1808e2dc [l1] Add rcc clock setup helper routines
Despite the L1 being a low power device, my initial focus is on making
it basically compatible with existing devices.

To that end, provide clock setup helper routines that configure it for maximum performance,
allowing some similar clock speeds to F1 devices to help with testing. This requires adding
the power chipset routines to set the voltage range.

Clock setup style is similar to the F4 code, which seems nicer than the overflow of different
routines used on the F1 code.

NOTE: Both the F4 existing pwr code, and this code don't actually include the f1 core power
code, even though it should be compatible
2012-11-14 00:16:56 +00:00
..
common Adjustments to fix documentation 2012-11-13 18:41:31 +10:30
f1 Proposed deduplication of peripherals, GPIO example 2012-11-13 18:41:31 +10:30
f2 Proposed deduplication of peripherals, GPIO example 2012-11-13 18:41:31 +10:30
f4 Proposed deduplication of peripherals, GPIO example 2012-11-13 18:41:31 +10:30
l1 [l1] Add rcc clock setup helper routines 2012-11-14 00:16:56 +00:00
can.c [doc] Added preliminary STM32 CAN documentation. 2012-11-12 15:43:45 -08:00
crc.c Initial documentation for SPI, I2C and CRC 2012-10-16 14:08:04 -07:00
dac.c ADC documentation added 2012-08-31 09:54:31 +09:30
desig.c Vectors and Memory Map for STM32L1 series 2012-11-07 21:50:27 +00:00
exti2.c Enable nvic and exti support for L1 2012-11-07 21:54:18 +00:00
i2c.c Initial documentation for SPI, I2C and CRC 2012-10-16 14:08:04 -07:00
iwdg.c ADC documentation added 2012-08-31 09:54:31 +09:30
spi.c Initial documentation for SPI, I2C and CRC 2012-10-16 14:08:04 -07:00
timer.c F2 timers are the same as F4 timers, so make the same changes to them 2012-10-31 15:34:10 -05:00
usart.c Add usart support for L1. 2012-11-07 21:50:27 +00:00