libopencm3/lib/stm32/l1
Karl Palsson a7902aa4d0 stm32l1: rcc/lcd: fix RTCSEL HSE definition
Wrong since original commit in 2013.

LCD code can't actually automatically determine clock speed if it's HSE,
as we don't know here whether what HSE is, nor what it's divided by.
For more fun, that old 2014 API doesn't have any way of flagging that it
failed either.  Hooray.
2020-11-28 22:13:25 +00:00
..
Makefile stm32l1: desig: use new mechanism to support different densities 2020-03-06 22:53:03 +00:00
adc.c stm32l1: adc: use v1-m shared code. 2019-05-10 22:44:30 +00:00
desig.c stm32l1: desig: handle flash size footnotes from refman 2020-11-28 22:13:25 +00:00
flash.c doc: stm32: unify "peripheral API" titles 2019-06-12 23:06:22 +00:00
i2c.c Changes to the header includes for all STM32 peripherals 2014-03-11 16:40:31 +00:00
lcd.c stm32l1: rcc/lcd: fix RTCSEL HSE definition 2020-11-28 22:13:25 +00:00
rcc.c stm32: rcc: convert to use new standard defines 2020-11-28 22:13:25 +00:00
timer.c doc: stm32l1: timer: fix params, missing groupings 2019-06-17 22:33:32 +00:00