mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
b78e4efb56
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.
12 lines
333 B
Makefile
12 lines
333 B
Makefile
CPU = stm32f1
|
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
|
FEATURES_PROVIDED += periph_adc
|
|
FEATURES_PROVIDED += periph_i2c
|
|
FEATURES_PROVIDED += periph_pwm
|
|
FEATURES_PROVIDED += periph_rtc
|
|
FEATURES_PROVIDED += periph_rtt
|
|
FEATURES_PROVIDED += periph_spi
|
|
FEATURES_PROVIDED += periph_timer
|
|
FEATURES_PROVIDED += periph_uart
|