2019-07-05 08:43:24 +02:00
|
|
|
# define the cpu used by the stm32f723e-disco board
|
2020-05-03 14:35:32 +02:00
|
|
|
CPU = stm32
|
2019-09-29 15:54:21 +02:00
|
|
|
CPU_MODEL = stm32f723ie
|
2019-07-05 08:43:24 +02:00
|
|
|
|
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
|
|
|
FEATURES_PROVIDED += periph_i2c
|
|
|
|
FEATURES_PROVIDED += periph_rtc
|
|
|
|
FEATURES_PROVIDED += periph_rtt
|
|
|
|
FEATURES_PROVIDED += periph_spi
|
|
|
|
FEATURES_PROVIDED += periph_timer
|
|
|
|
FEATURES_PROVIDED += periph_uart
|
2019-10-24 16:52:19 +02:00
|
|
|
FEATURES_PROVIDED += periph_usbdev
|
2020-09-06 22:00:06 +02:00
|
|
|
|
|
|
|
# stm32f723e-disco provides a custom default Kconfig clock configuration
|
|
|
|
KCONFIG_ADD_CONFIG += $(RIOTBOARD)/stm32f723e-disco/clock.config
|