1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/stm32f1
Francisco Molina b78e4efb56
cpu/stm32f1: dont provide periph_rtc at cpu level
stm32f1 periph_rtc implementation gets a 1s resolution by dividing
CLOCK_LSx by 32768. This only make sense if CLOCK_LSE is set,
otherwise CLOCK_LSI=~40000, which will lead to an imprecise rtc.
2020-04-27 08:59:21 +02:00
..
include cpu/stm32f1: add unified rtt configuration 2020-04-24 08:57:04 +02:00
periph cpu/stm32f1: add unified rtt configuration 2020-04-24 08:57:04 +02:00
Makefile cpu: build cortexm vectors.c without LTO 2016-08-29 13:30:17 +02:00
Makefile.dep cpu/stm32: move all dependencies to Makefile.dep 2020-01-28 13:18:39 +01:00
Makefile.features cpu/stm32f1: dont provide periph_rtc at cpu level 2020-04-27 08:59:21 +02:00
Makefile.include cpu/cortexm: move CPU_ARCH/FAM to Makefile.features 2020-02-17 16:02:48 +01:00
stm32_line.mk cpu/stm32f1: make use of CPU_LINE_ 2018-12-21 09:17:30 +01:00
vectors.c cpu/stm32f1: make use of CPU_LINE_ 2018-12-21 09:17:30 +01:00