2020-05-03 14:35:32 +02:00
|
|
|
CPU = stm32
|
2019-06-03 11:08:02 +02:00
|
|
|
CPU_MODEL = stm32f207zg
|
|
|
|
|
2016-03-30 19:31:06 +02:00
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
2022-11-03 21:20:56 +01:00
|
|
|
FEATURES_PROVIDED += periph_adc
|
2019-01-07 16:02:21 +01:00
|
|
|
FEATURES_PROVIDED += periph_dma
|
2019-11-20 16:15:43 +01:00
|
|
|
FEATURES_PROVIDED += periph_eth
|
2016-03-30 19:31:06 +02:00
|
|
|
FEATURES_PROVIDED += periph_i2c
|
2017-01-17 14:08:39 +01:00
|
|
|
FEATURES_PROVIDED += periph_pwm
|
2016-03-30 19:31:06 +02:00
|
|
|
FEATURES_PROVIDED += periph_rtc
|
|
|
|
FEATURES_PROVIDED += periph_spi
|
|
|
|
FEATURES_PROVIDED += periph_timer
|
|
|
|
FEATURES_PROVIDED += periph_uart
|
2019-10-23 22:56:52 +02:00
|
|
|
FEATURES_PROVIDED += periph_usbdev
|
2016-03-30 19:31:06 +02:00
|
|
|
|
2019-07-24 10:41:47 +02:00
|
|
|
# Put other features for this board (in alphabetical order)
|
|
|
|
FEATURES_PROVIDED += riotboot
|
2022-09-14 09:29:48 +02:00
|
|
|
FEATURES_PROVIDED += tinyusb_device
|
2019-07-24 10:41:47 +02:00
|
|
|
|
2017-03-07 00:17:48 +01:00
|
|
|
# load the common Makefile.features for Nucleo-144 boards
|
2017-11-16 12:29:47 +01:00
|
|
|
include $(RIOTBOARD)/common/nucleo144/Makefile.features
|