2020-05-03 14:35:32 +02:00
|
|
|
CPU = stm32
|
2019-06-03 11:08:02 +02:00
|
|
|
CPU_MODEL = stm32f412zg
|
|
|
|
|
2017-02-12 17:26:33 +01:00
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
2017-06-23 16:46:12 +02:00
|
|
|
FEATURES_PROVIDED += periph_adc
|
2020-05-15 23:08:08 +02:00
|
|
|
FEATURES_PROVIDED += periph_dma
|
2017-02-12 17:26:33 +01:00
|
|
|
FEATURES_PROVIDED += periph_i2c
|
|
|
|
FEATURES_PROVIDED += periph_pwm
|
|
|
|
FEATURES_PROVIDED += periph_rtc
|
|
|
|
FEATURES_PROVIDED += periph_spi
|
|
|
|
FEATURES_PROVIDED += periph_timer
|
|
|
|
FEATURES_PROVIDED += periph_uart
|
2019-10-23 22:57:11 +02:00
|
|
|
FEATURES_PROVIDED += periph_usbdev
|
2017-02-12 17:26:33 +01:00
|
|
|
|
2022-09-14 09:29:48 +02:00
|
|
|
# Put other features for this board (in alphabetical order)
|
|
|
|
FEATURES_PROVIDED += tinyusb_device
|
|
|
|
|
2017-02-12 17:26:33 +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
|