Skip to content

Commit

Permalink
make: include cpu Makefile.features from board Makefile.features
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Sep 14, 2017
1 parent 23f4f9b commit 02e055f
Show file tree
Hide file tree
Showing 97 changed files with 193 additions and 2 deletions.
2 changes: 2 additions & 0 deletions boards/airfy-beacon/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ FEATURES_PROVIDED += radio_nrfmin

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m0_2

-include $(RIOTCPU)/nrf51/Makefile.features
2 changes: 2 additions & 0 deletions boards/arduino-due/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ FEATURES_PROVIDED += arduino

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m3_1

-include $(RIOTCPU)/sam3/Makefile.features
2 changes: 2 additions & 0 deletions boards/arduino-duemilanove/Makefile.features
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include $(RIOTBOARD)/arduino-atmega-common/Makefile.features

-include $(RIOTCPU)/atmega328p/Makefile.features
2 changes: 2 additions & 0 deletions boards/arduino-mega2560/Makefile.features
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include $(RIOTBOARD)/arduino-atmega-common/Makefile.features

-include $(RIOTCPU)/atmega2560/Makefile.features
2 changes: 2 additions & 0 deletions boards/arduino-mkr1000/Makefile.features
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include $(RIOTBOARD)/arduino-mkr-common/Makefile.features

-include $(RIOTCPU)/samd21/Makefile.features
2 changes: 2 additions & 0 deletions boards/arduino-mkrzero/Makefile.features
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include $(RIOTBOARD)/arduino-mkr-common/Makefile.features

-include $(RIOTCPU)/samd21/Makefile.features
2 changes: 2 additions & 0 deletions boards/arduino-uno/Makefile.features
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include $(RIOTBOARD)/arduino-atmega-common/Makefile.features

-include $(RIOTCPU)/atmega328p/Makefile.features
2 changes: 2 additions & 0 deletions boards/arduino-zero/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ FEATURES_PROVIDED += arduino

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m0_2

-include $(RIOTCPU)/samd21/Makefile.features
2 changes: 2 additions & 0 deletions boards/avsextrem/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ FEATURES_PROVIDED += periph_uart

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = arm7

-include $(RIOTCPU)/lpc2387/Makefile.features
2 changes: 2 additions & 0 deletions boards/b-l072z-lrwan1/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ FEATURES_PROVIDED += cpp

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m0_1

-include $(RIOTCPU)/stm32l0/Makefile.features
2 changes: 2 additions & 0 deletions boards/calliope-mini/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ FEATURES_PROVIDED += radio_nrfmin

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m0_1

-include $(RIOTCPU)/nrf51/Makefile.features
2 changes: 2 additions & 0 deletions boards/cc2538dk/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ FEATURES_PROVIDED += cpp

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m3_1

-include $(RIOTCPU)/cc2538/Makefile.features
2 changes: 2 additions & 0 deletions boards/cc2650stk/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ FEATURES_PROVIDED += cpp

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m3_1

-include $(RIOTCPU)/cc26x0/Makefile.features
2 changes: 2 additions & 0 deletions boards/chronos/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ FEATURES_PROVIDED += periph_rtc

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = msp430

-include $(RIOTCPU)/cc430/Makefile.features
2 changes: 2 additions & 0 deletions boards/ek-lm4f120xl/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ FEATURES_PROVIDED += cpp

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_1

-include $(RIOTCPU)/lm4f120/Makefile.features
2 changes: 2 additions & 0 deletions boards/f4vi1/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ FEATURES_PROVIDED += cpp

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_1

-include $(RIOTCPU)/stm32f4/Makefile.features
2 changes: 2 additions & 0 deletions boards/fox/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ FEATURES_PROVIDED += cpp

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m3_1

-include $(RIOTCPU)/stm32f1/Makefile.features
2 changes: 2 additions & 0 deletions boards/frdm-k22f/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ FEATURES_PROVIDED += cpp

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_1

-include $(RIOTCPU)/k22f/Makefile.features
2 changes: 2 additions & 0 deletions boards/frdm-k64f/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ FEATURES_PROVIDED += cpp

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_1

-include $(RIOTCPU)/k64f/Makefile.features
2 changes: 2 additions & 0 deletions boards/iotlab-a8-m3/Makefile.features
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include $(RIOTBOARD)/iotlab-common/Makefile.features

-include $(RIOTCPU)/stm32f1/Makefile.features
2 changes: 2 additions & 0 deletions boards/iotlab-m3/Makefile.features
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include $(RIOTBOARD)/iotlab-common/Makefile.features

-include $(RIOTCPU)/stm32f1/Makefile.features
2 changes: 2 additions & 0 deletions boards/limifrog-v1/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ FEATURES_PROVIDED += cpp

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m3_2

-include $(RIOTCPU)/stm32l1/Makefile.features
2 changes: 2 additions & 0 deletions boards/maple-mini/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ FEATURES_PROVIDED += cpp

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m3_1

-include $(RIOTCPU)/stm32f1/Makefile.features
2 changes: 2 additions & 0 deletions boards/mbed_lpc1768/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ FEATURES_PROVIDED += cpp

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m3_1

-include $(RIOTCPU)/lpc1768/Makefile.features
2 changes: 2 additions & 0 deletions boards/microbit/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ FEATURES_PROVIDED += radio_nrfmin

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m0_1

-include $(RIOTCPU)/nrf51/Makefile.features
2 changes: 2 additions & 0 deletions boards/mips-malta/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ FEATURES_PROVIDED += cpp

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = mips32r2

-include $(RIOTCPU)/mips32r2_common/Makefile.features
2 changes: 2 additions & 0 deletions boards/msb-430/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ FEATURES_PROVIDED += periph_uart

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = msp430

-include $(RIOTCPU)/msp430fxyz/Makefile.features
2 changes: 2 additions & 0 deletions boards/msb-430h/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ FEATURES_PROVIDED += config

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = msp430

-include $(RIOTCPU)/msp430fxyz/Makefile.features
2 changes: 2 additions & 0 deletions boards/msba2/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ FEATURES_PROVIDED += config

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = arm7

-include $(RIOTCPU)/lpc2387/Makefile.features
2 changes: 2 additions & 0 deletions boards/msbiot/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ FEATURES_PROVIDED += cpp

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_1

-include $(RIOTCPU)/stm32f4/Makefile.features
2 changes: 2 additions & 0 deletions boards/mulle/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ FEATURES_PROVIDED += cpp

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_2

-include $(RIOTCPU)/k60/Makefile.features
2 changes: 2 additions & 0 deletions boards/native/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ FEATURES_PROVIDED += ethernet

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = x86

-include $(RIOTCPU)/native/Makefile.features
2 changes: 2 additions & 0 deletions boards/nrf51dongle/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ FEATURES_PROVIDED += radio_nrfmin

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m0_1

-include $(RIOTCPU)/nrf51/Makefile.features
2 changes: 2 additions & 0 deletions boards/nrf52840dk/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ FEATURES_PROVIDED += radio_nrfmin

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_3

-include $(RIOTCPU)/nrf52/Makefile.features
2 changes: 2 additions & 0 deletions boards/nrf52dk/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ FEATURES_PROVIDED += radio_nrfmin

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_3

-include $(RIOTCPU)/nrf52/Makefile.features
2 changes: 2 additions & 0 deletions boards/nrf6310/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ FEATURES_PROVIDED += radio_nrfmin

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m0_2

-include $(RIOTCPU)/nrf51/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo-f030/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ include $(RIOTBOARD)/nucleo-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m0_1

-include $(RIOTCPU)/stm32f0/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo-f070/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ include $(RIOTBOARD)/nucleo-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m0_1

-include $(RIOTCPU)/stm32f0/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo-f072/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ include $(RIOTBOARD)/nucleo-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m0_1

-include $(RIOTCPU)/stm32f0/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo-f091/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ include $(RIOTBOARD)/nucleo-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m0_1

-include $(RIOTCPU)/stm32f0/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo-f103/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ include $(RIOTBOARD)/nucleo-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m3_1

-include $(RIOTCPU)/stm32f1/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo-f302/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ include $(RIOTBOARD)/nucleo-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_2

-include $(RIOTCPU)/stm32f3/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo-f303/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ include $(RIOTBOARD)/nucleo-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_2

-include $(RIOTCPU)/stm32f3/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo-f334/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ include $(RIOTBOARD)/nucleo-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_2

-include $(RIOTCPU)/stm32f3/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo-f401/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ include $(RIOTBOARD)/nucleo-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_3

-include $(RIOTCPU)/stm32f4/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo-f410/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ FEATURES_PROVIDED += cpp

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_3

-include $(RIOTCPU)/stm32f4/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo-f411/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ FEATURES_PROVIDED += cpp

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_3

-include $(RIOTCPU)/stm32f4/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo-f446/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ include $(RIOTBOARD)/nucleo-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_3

-include $(RIOTCPU)/stm32f4/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo-l053/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ include $(RIOTBOARD)/nucleo-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m0_1

-include $(RIOTCPU)/stm32l0/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo-l073/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ include $(RIOTBOARD)/nucleo-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m0_1

-include $(RIOTCPU)/stm32l0/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo-l152/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ include $(RIOTBOARD)/nucleo-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m3_2

-include $(RIOTCPU)/stm32l1/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo-l476/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ include $(RIOTBOARD)/nucleo-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_2

-include $(RIOTCPU)/stm32l4/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo144-f207/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ include $(RIOTBOARD)/nucleo144-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m3_2

-include $(RIOTCPU)/stm32f2/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo144-f303/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ include $(RIOTBOARD)/nucleo144-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_3

-include $(RIOTCPU)/stm32f3/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo144-f412/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ include $(RIOTBOARD)/nucleo144-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_3

-include $(RIOTCPU)/stm32f4/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo144-f413/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ include $(RIOTBOARD)/nucleo144-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_3

-include $(RIOTCPU)/stm32f4/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo144-f429/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ include $(RIOTBOARD)/nucleo144-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_3

-include $(RIOTCPU)/stm32f4/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo144-f446/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ include $(RIOTBOARD)/nucleo144-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_3

-include $(RIOTCPU)/stm32f4/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo144-f722/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ include $(RIOTBOARD)/nucleo144-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m7

-include $(RIOTCPU)/stm32f7/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo144-f746/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ include $(RIOTBOARD)/nucleo144-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m7

-include $(RIOTCPU)/stm32f7/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo144-f767/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ include $(RIOTBOARD)/nucleo144-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m7

-include $(RIOTCPU)/stm32f7/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo32-f031/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ include $(RIOTBOARD)/nucleo32-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m0_1

-include $(RIOTCPU)/stm32f0/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo32-f042/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ include $(RIOTBOARD)/nucleo32-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m0_1

-include $(RIOTCPU)/stm32f0/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo32-f303/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ include $(RIOTBOARD)/nucleo32-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_2

-include $(RIOTCPU)/stm32f3/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo32-l031/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ include $(RIOTBOARD)/nucleo32-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m0_1

-include $(RIOTCPU)/stm32l0/Makefile.features
2 changes: 2 additions & 0 deletions boards/nucleo32-l432/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ include $(RIOTBOARD)/nucleo32-common/Makefile.features

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_1

-include $(RIOTCPU)/stm32l4/Makefile.features
2 changes: 2 additions & 0 deletions boards/nz32-sc151/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ FEATURES_PROVIDED += cpp

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m3_2

-include $(RIOTCPU)/stm32l1/Makefile.features
2 changes: 2 additions & 0 deletions boards/opencm904/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ FEATURES_PROVIDED += cpp

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m3_1

-include $(RIOTCPU)/stm32f1/Makefile.features
2 changes: 2 additions & 0 deletions boards/openmote-cc2538/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ FEATURES_PROVIDED += cpp

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m3_2

-include $(RIOTCPU)/cc2538/Makefile.features
Loading

0 comments on commit 02e055f

Please sign in to comment.