2019-06-03 11:08:02 +02:00
|
|
|
CPU = stm32f7
|
|
|
|
CPU_MODEL = stm32f767zi
|
|
|
|
|
2017-05-01 19:10:52 +02:00
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
2019-01-07 14:17:25 +01:00
|
|
|
FEATURES_PROVIDED += periph_dma
|
2019-01-02 15:19:48 +01:00
|
|
|
FEATURES_PROVIDED += periph_i2c
|
2017-08-23 15:19:13 +02:00
|
|
|
FEATURES_PROVIDED += periph_rtc
|
2019-03-29 22:57:37 +01:00
|
|
|
FEATURES_PROVIDED += periph_rtt
|
2019-03-25 13:06:39 +01:00
|
|
|
FEATURES_PROVIDED += periph_spi
|
2017-05-01 19:10:52 +02:00
|
|
|
FEATURES_PROVIDED += periph_timer
|
|
|
|
FEATURES_PROVIDED += periph_uart
|
2018-12-15 02:23:37 +01:00
|
|
|
FEATURES_PROVIDED += periph_eth
|
2017-05-01 19:10:52 +02:00
|
|
|
|
2019-07-17 16:43:02 +02:00
|
|
|
# Put other features for this board (in alphabetical order)
|
|
|
|
FEATURES_PROVIDED += riotboot
|
|
|
|
|
2017-05-01 19:10:52 +02:00
|
|
|
# load the common Makefile.features for Nucleo boards
|
2017-11-16 12:29:47 +01:00
|
|
|
include $(RIOTBOARD)/common/nucleo144/Makefile.features
|