2015-10-21 15:59:44 +02:00
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
2015-03-13 10:18:00 +01:00
|
|
|
FEATURES_PROVIDED += periph_cpuid
|
|
|
|
FEATURES_PROVIDED += periph_gpio
|
2015-07-10 15:19:20 +02:00
|
|
|
FEATURES_PROVIDED += periph_rtc
|
2015-09-04 15:41:39 +02:00
|
|
|
FEATURES_PROVIDED += periph_timer
|
2015-10-21 15:59:44 +02: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
|
2015-10-21 15:59:44 +02:00
|
|
|
|
|
|
|
# The board MPU family (used for grouping by the CI system)
|
2015-12-07 10:28:34 +01:00
|
|
|
FEATURES_MCU_GROUP = cortex_m0_1
|