From fda34ea1f08985d964c74301f7dc54c5fb0a9e5c Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Tue, 9 Feb 2016 14:46:34 +0100 Subject: [PATCH] boards/nucleo-f401: cleaned up Makefile.features --- boards/nucleo-f401/Makefile.features | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/boards/nucleo-f401/Makefile.features b/boards/nucleo-f401/Makefile.features index 40fed70faa..5a6a4e7cae 100644 --- a/boards/nucleo-f401/Makefile.features +++ b/boards/nucleo-f401/Makefile.features @@ -1,7 +1,12 @@ -FEATURES_PROVIDED += cpp -FEATURES_PROVIDED += periph_uart +# Put defined MCU peripherals here (in alphabetical order) +FEATURES_PROVIDED += periph_cpuid FEATURES_PROVIDED += periph_gpio FEATURES_PROVIDED += periph_spi -FEATURES_PROVIDED += periph_cpuid FEATURES_PROVIDED += periph_timer +FEATURES_PROVIDED += periph_uart + +# Various other features (if any) +FEATURES_PROVIDED += cpp + +# The board MPU family (used for grouping by the CI system) FEATURES_MCU_GROUP = cortex_m4_2