2020-05-03 14:35:32 +02:00
|
|
|
CPU = stm32
|
2019-06-03 11:08:02 +02:00
|
|
|
CPU_MODEL = stm32f103re
|
|
|
|
|
2015-10-21 15:59:44 +02:00
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
2015-03-18 19:43:53 +01:00
|
|
|
FEATURES_PROVIDED += periph_i2c
|
2020-04-23 15:33:29 +02:00
|
|
|
FEATURES_PROVIDED += periph_rtc
|
2015-03-18 19:43:53 +01:00
|
|
|
FEATURES_PROVIDED += periph_rtt
|
2015-10-21 15:59:44 +02:00
|
|
|
FEATURES_PROVIDED += periph_spi
|
2015-09-04 15:41:39 +02:00
|
|
|
FEATURES_PROVIDED += periph_timer
|
2015-10-21 15:59:44 +02:00
|
|
|
FEATURES_PROVIDED += periph_uart
|
2020-12-08 17:49:46 +01:00
|
|
|
|
|
|
|
# fox board provides a custom default Kconfig clock configuration. The same as
|
|
|
|
# iotlab boards.
|
|
|
|
KCONFIG_ADD_CONFIG += $(RIOTBOARD)/common/iotlab/clock.config
|