2016-02-09 14:46:34 +01:00
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
|
|
|
FEATURES_PROVIDED += periph_cpuid
|
2016-02-06 19:05:46 +01:00
|
|
|
FEATURES_PROVIDED += periph_i2c
|
2015-10-06 15:16:16 +02:00
|
|
|
FEATURES_PROVIDED += periph_gpio
|
|
|
|
FEATURES_PROVIDED += periph_spi
|
|
|
|
FEATURES_PROVIDED += periph_timer
|
2016-02-09 14:46:34 +01:00
|
|
|
FEATURES_PROVIDED += periph_uart
|
|
|
|
|
2016-10-26 12:59:15 +02:00
|
|
|
# load the common Makefile.features for Nucleo boards
|
|
|
|
include $(RIOTBOARD)/nucleo-common/Makefile.features
|
2016-02-09 14:46:34 +01:00
|
|
|
|
|
|
|
# The board MPU family (used for grouping by the CI system)
|
2016-03-08 20:37:25 +01:00
|
|
|
FEATURES_MCU_GROUP = cortex_m4_3
|