diff --git a/boards/arduino-zero/Makefile.features b/boards/arduino-zero/Makefile.features index a3ae65d5af..eb9c06067a 100644 --- a/boards/arduino-zero/Makefile.features +++ b/boards/arduino-zero/Makefile.features @@ -11,7 +11,4 @@ FEATURES_PROVIDED += periph_usbdev # Various other features (if any) 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 diff --git a/boards/avsextrem/Makefile.features b/boards/avsextrem/Makefile.features index 64a84205f6..1798b8f9bf 100644 --- a/boards/avsextrem/Makefile.features +++ b/boards/avsextrem/Makefile.features @@ -7,7 +7,4 @@ FEATURES_PROVIDED += periph_uart # Various other features (if any) -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = arm7 - include $(RIOTCPU)/lpc2387/Makefile.features diff --git a/boards/b-l072z-lrwan1/Makefile.features b/boards/b-l072z-lrwan1/Makefile.features index 1738d4c265..dfaf647974 100644 --- a/boards/b-l072z-lrwan1/Makefile.features +++ b/boards/b-l072z-lrwan1/Makefile.features @@ -13,7 +13,4 @@ FEATURES_PROVIDED += periph_uart # introduced after Jun 8, 2017 - v0.10.0-1-20170607-2132-dev. FEATURES_PROVIDED += riotboot -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_1 - include $(RIOTCPU)/stm32l0/Makefile.features diff --git a/boards/b-l475e-iot01a/Makefile.features b/boards/b-l475e-iot01a/Makefile.features index 009a5d4610..b1579d932c 100644 --- a/boards/b-l475e-iot01a/Makefile.features +++ b/boards/b-l475e-iot01a/Makefile.features @@ -8,7 +8,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_2 - include $(RIOTCPU)/stm32l4/Makefile.features diff --git a/boards/cc2538dk/Makefile.features b/boards/cc2538dk/Makefile.features index d0e0a42842..2d293db776 100644 --- a/boards/cc2538dk/Makefile.features +++ b/boards/cc2538dk/Makefile.features @@ -9,7 +9,4 @@ FEATURES_PROVIDED += periph_adc # Various other features (if any) FEATURES_PROVIDED += emulator_renode -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_1 - include $(RIOTCPU)/cc2538/Makefile.features diff --git a/boards/cc2650-launchpad/Makefile.features b/boards/cc2650-launchpad/Makefile.features index b2454e72c0..09d23b4f1f 100644 --- a/boards/cc2650-launchpad/Makefile.features +++ b/boards/cc2650-launchpad/Makefile.features @@ -4,7 +4,4 @@ FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += periph_i2c -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_1 - include $(RIOTCPU)/cc26x0/Makefile.features diff --git a/boards/cc2650stk/Makefile.features b/boards/cc2650stk/Makefile.features index fc8955766e..1276d21941 100644 --- a/boards/cc2650stk/Makefile.features +++ b/boards/cc2650stk/Makefile.features @@ -4,7 +4,4 @@ FEATURES_PROVIDED += periph_i2c FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_1 - include $(RIOTCPU)/cc26x0/Makefile.features diff --git a/boards/chronos/Makefile.features b/boards/chronos/Makefile.features index 02a8084138..11738c6453 100644 --- a/boards/chronos/Makefile.features +++ b/boards/chronos/Makefile.features @@ -4,7 +4,4 @@ FEATURES_PROVIDED += periph_rtc # Various other features (if any) -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = msp430 - include $(RIOTCPU)/cc430/Makefile.features diff --git a/boards/common/arduino-due/Makefile.features b/boards/common/arduino-due/Makefile.features index 3ae850c4c0..5a71f52d56 100644 --- a/boards/common/arduino-due/Makefile.features +++ b/boards/common/arduino-due/Makefile.features @@ -10,7 +10,4 @@ FEATURES_PROVIDED += periph_uart # Various other features (if any) 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 diff --git a/boards/common/arduino-mkr/Makefile.features b/boards/common/arduino-mkr/Makefile.features index 26d542386e..3277ba89a0 100644 --- a/boards/common/arduino-mkr/Makefile.features +++ b/boards/common/arduino-mkr/Makefile.features @@ -11,6 +11,3 @@ FEATURES_PROVIDED += periph_usbdev # Various other features (if any) FEATURES_PROVIDED += arduino - -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_2 diff --git a/boards/common/iotlab/Makefile.features b/boards/common/iotlab/Makefile.features index 6c74194bde..935b177fb9 100644 --- a/boards/common/iotlab/Makefile.features +++ b/boards/common/iotlab/Makefile.features @@ -7,6 +7,3 @@ FEATURES_PROVIDED += periph_uart # Put other features for this board (in alphabetical order) FEATURES_PROVIDED += riotboot - -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_1 diff --git a/boards/common/saml1x/Makefile.features b/boards/common/saml1x/Makefile.features index b2cc882d4c..72291ff9ad 100644 --- a/boards/common/saml1x/Makefile.features +++ b/boards/common/saml1x/Makefile.features @@ -10,7 +10,4 @@ FEATURES_PROVIDED += periph_uart # Put other features on these boards (in alphabetical order) FEATURES_PROVIDED += riotboot -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m23 - include $(RIOTCPU)/saml1x/Makefile.features diff --git a/boards/common/stm32f103c8/Makefile.features b/boards/common/stm32f103c8/Makefile.features index 057577d4b9..71d8369f8c 100644 --- a/boards/common/stm32f103c8/Makefile.features +++ b/boards/common/stm32f103c8/Makefile.features @@ -6,7 +6,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_2 - include $(RIOTCPU)/stm32f1/Makefile.features diff --git a/boards/common/wsn430/Makefile.features b/boards/common/wsn430/Makefile.features index f25d1793d0..8286ba0cb6 100644 --- a/boards/common/wsn430/Makefile.features +++ b/boards/common/wsn430/Makefile.features @@ -4,7 +4,4 @@ FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = msp430 - include $(RIOTCPU)/msp430fxyz/Makefile.features diff --git a/boards/ek-lm4f120xl/Makefile.features b/boards/ek-lm4f120xl/Makefile.features index b82b654809..7b3050728c 100644 --- a/boards/ek-lm4f120xl/Makefile.features +++ b/boards/ek-lm4f120xl/Makefile.features @@ -5,7 +5,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_1 - include $(RIOTCPU)/lm4f120/Makefile.features diff --git a/boards/f4vi1/Makefile.features b/boards/f4vi1/Makefile.features index 9e59d973ab..5ddfcef7e9 100644 --- a/boards/f4vi1/Makefile.features +++ b/boards/f4vi1/Makefile.features @@ -2,7 +2,4 @@ FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_1 - include $(RIOTCPU)/stm32f4/Makefile.features diff --git a/boards/feather-m0/Makefile.features b/boards/feather-m0/Makefile.features index 52dae930ac..78ab406ef9 100644 --- a/boards/feather-m0/Makefile.features +++ b/boards/feather-m0/Makefile.features @@ -9,7 +9,4 @@ FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += periph_usbdev -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_2 - include $(RIOTCPU)/samd21/Makefile.features diff --git a/boards/firefly/Makefile.features b/boards/firefly/Makefile.features index 5452d8bd15..438b044dc5 100644 --- a/boards/firefly/Makefile.features +++ b/boards/firefly/Makefile.features @@ -6,7 +6,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_2 - -include $(RIOTCPU)/cc2538/Makefile.features diff --git a/boards/fox/Makefile.features b/boards/fox/Makefile.features index 76519bdcc7..1951d8d407 100644 --- a/boards/fox/Makefile.features +++ b/boards/fox/Makefile.features @@ -5,7 +5,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_1 - include $(RIOTCPU)/stm32f1/Makefile.features diff --git a/boards/frdm-k22f/Makefile.features b/boards/frdm-k22f/Makefile.features index 6a5f7c94c3..1c455fb071 100644 --- a/boards/frdm-k22f/Makefile.features +++ b/boards/frdm-k22f/Makefile.features @@ -8,7 +8,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_1 - include $(RIOTCPU)/kinetis/Makefile.features diff --git a/boards/frdm-k64f/Makefile.features b/boards/frdm-k64f/Makefile.features index ed6bdd432c..a59de76bd0 100644 --- a/boards/frdm-k64f/Makefile.features +++ b/boards/frdm-k64f/Makefile.features @@ -11,7 +11,4 @@ FEATURES_PROVIDED += periph_uart # Put other features for this board (in alphabetical order) FEATURES_PROVIDED += riotboot -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_1 - include $(RIOTCPU)/kinetis/Makefile.features diff --git a/boards/hamilton/Makefile.features b/boards/hamilton/Makefile.features index b7ebf1ec94..91b6b8ef83 100644 --- a/boards/hamilton/Makefile.features +++ b/boards/hamilton/Makefile.features @@ -8,7 +8,4 @@ FEATURES_PROVIDED += periph_rtt FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_2 - -include $(RIOTCPU)/samd21/Makefile.features diff --git a/boards/hifive1/Makefile.features b/boards/hifive1/Makefile.features index c74c6deeaa..5c5f80f8c8 100644 --- a/boards/hifive1/Makefile.features +++ b/boards/hifive1/Makefile.features @@ -7,7 +7,4 @@ FEATURES_PROVIDED += periph_rtt FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = risc_v - include $(RIOTCPU)/fe310/Makefile.features diff --git a/boards/i-nucleo-lrwan1/Makefile.features b/boards/i-nucleo-lrwan1/Makefile.features index 6e78e4b510..f2e4acb47d 100644 --- a/boards/i-nucleo-lrwan1/Makefile.features +++ b/boards/i-nucleo-lrwan1/Makefile.features @@ -7,7 +7,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_1 - include $(RIOTCPU)/stm32l0/Makefile.features diff --git a/boards/ikea-tradfri/Makefile.features b/boards/ikea-tradfri/Makefile.features index 4bd8d204d0..73d21f7a40 100644 --- a/boards/ikea-tradfri/Makefile.features +++ b/boards/ikea-tradfri/Makefile.features @@ -6,7 +6,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_2 - include $(RIOTCPU)/efm32/Makefile.features diff --git a/boards/limifrog-v1/Makefile.features b/boards/limifrog-v1/Makefile.features index ef8d48e7b2..dad5107fcd 100644 --- a/boards/limifrog-v1/Makefile.features +++ b/boards/limifrog-v1/Makefile.features @@ -4,7 +4,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_2 - include $(RIOTCPU)/stm32l1/Makefile.features diff --git a/boards/maple-mini/Makefile.features b/boards/maple-mini/Makefile.features index 96baa09757..0312cf1a6f 100644 --- a/boards/maple-mini/Makefile.features +++ b/boards/maple-mini/Makefile.features @@ -4,7 +4,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_1 - include $(RIOTCPU)/stm32f1/Makefile.features diff --git a/boards/mbed_lpc1768/Makefile.features b/boards/mbed_lpc1768/Makefile.features index 854f6fde60..70c8d3d8a4 100644 --- a/boards/mbed_lpc1768/Makefile.features +++ b/boards/mbed_lpc1768/Makefile.features @@ -3,7 +3,4 @@ FEATURES_PROVIDED += periph_gpio periph_gpio_irq FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_1 - include $(RIOTCPU)/lpc1768/Makefile.features diff --git a/boards/mips-malta/Makefile.features b/boards/mips-malta/Makefile.features index 675e1c9b30..f535987bd6 100644 --- a/boards/mips-malta/Makefile.features +++ b/boards/mips-malta/Makefile.features @@ -1,7 +1,4 @@ # Put defined MCU peripherals here (in alphabetical order) FEATURES_PROVIDED += periph_timer -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = mips32r2 - include $(RIOTCPU)/mips32r2_generic/Makefile.features diff --git a/boards/msb-430/Makefile.features b/boards/msb-430/Makefile.features index 3e683cbdf7..98d6e62aa1 100644 --- a/boards/msb-430/Makefile.features +++ b/boards/msb-430/Makefile.features @@ -6,7 +6,4 @@ FEATURES_PROVIDED += periph_uart # Various other features (if any) -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = msp430 - include $(RIOTCPU)/msp430fxyz/Makefile.features diff --git a/boards/msb-430h/Makefile.features b/boards/msb-430h/Makefile.features index b75b468662..c9c4f0b84a 100644 --- a/boards/msb-430h/Makefile.features +++ b/boards/msb-430h/Makefile.features @@ -4,7 +4,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = msp430 - include $(RIOTCPU)/msp430fxyz/Makefile.features diff --git a/boards/msba2/Makefile.features b/boards/msba2/Makefile.features index d3f2b4894d..12ebfb47f0 100644 --- a/boards/msba2/Makefile.features +++ b/boards/msba2/Makefile.features @@ -6,7 +6,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = arm7 - include $(RIOTCPU)/lpc2387/Makefile.features diff --git a/boards/msbiot/Makefile.features b/boards/msbiot/Makefile.features index 953109750f..60633decef 100644 --- a/boards/msbiot/Makefile.features +++ b/boards/msbiot/Makefile.features @@ -7,7 +7,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_1 - include $(RIOTCPU)/stm32f4/Makefile.features diff --git a/boards/mulle/Makefile.features b/boards/mulle/Makefile.features index 83519b33a0..7f72c799ee 100644 --- a/boards/mulle/Makefile.features +++ b/boards/mulle/Makefile.features @@ -9,7 +9,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_2 - include $(RIOTCPU)/kinetis/Makefile.features diff --git a/boards/native/Makefile.features b/boards/native/Makefile.features index c1031e4871..cad382b5cf 100644 --- a/boards/native/Makefile.features +++ b/boards/native/Makefile.features @@ -10,7 +10,4 @@ FEATURES_PROVIDED += periph_qdec FEATURES_PROVIDED += ethernet FEATURES_PROVIDED += motor_driver -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = x86 - include $(RIOTCPU)/native/Makefile.features diff --git a/boards/nucleo-f030r8/Makefile.features b/boards/nucleo-f030r8/Makefile.features index 5d4bf6a707..6e86e4326c 100644 --- a/boards/nucleo-f030r8/Makefile.features +++ b/boards/nucleo-f030r8/Makefile.features @@ -8,7 +8,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo64/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_1 - include $(RIOTCPU)/stm32f0/Makefile.features diff --git a/boards/nucleo-f031k6/Makefile.features b/boards/nucleo-f031k6/Makefile.features index faba980702..57af279800 100644 --- a/boards/nucleo-f031k6/Makefile.features +++ b/boards/nucleo-f031k6/Makefile.features @@ -9,7 +9,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo-32 boards include $(RIOTBOARD)/common/nucleo32/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_1 - include $(RIOTCPU)/stm32f0/Makefile.features diff --git a/boards/nucleo-f042k6/Makefile.features b/boards/nucleo-f042k6/Makefile.features index faba980702..57af279800 100644 --- a/boards/nucleo-f042k6/Makefile.features +++ b/boards/nucleo-f042k6/Makefile.features @@ -9,7 +9,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo-32 boards include $(RIOTBOARD)/common/nucleo32/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_1 - include $(RIOTCPU)/stm32f0/Makefile.features diff --git a/boards/nucleo-f070rb/Makefile.features b/boards/nucleo-f070rb/Makefile.features index e5f84d6e8a..0e2208e592 100644 --- a/boards/nucleo-f070rb/Makefile.features +++ b/boards/nucleo-f070rb/Makefile.features @@ -9,7 +9,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo64/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_1 - include $(RIOTCPU)/stm32f0/Makefile.features diff --git a/boards/nucleo-f072rb/Makefile.features b/boards/nucleo-f072rb/Makefile.features index 2597c39f40..07a07c226b 100644 --- a/boards/nucleo-f072rb/Makefile.features +++ b/boards/nucleo-f072rb/Makefile.features @@ -10,7 +10,4 @@ FEATURES_PROVIDED += periph_spi # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo64/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_1 - include $(RIOTCPU)/stm32f0/Makefile.features diff --git a/boards/nucleo-f091rc/Makefile.features b/boards/nucleo-f091rc/Makefile.features index 95ac5acc7a..495683e839 100644 --- a/boards/nucleo-f091rc/Makefile.features +++ b/boards/nucleo-f091rc/Makefile.features @@ -11,7 +11,4 @@ FEATURES_PROVIDED += periph_spi # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo64/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_1 - include $(RIOTCPU)/stm32f0/Makefile.features diff --git a/boards/nucleo-f103rb/Makefile.features b/boards/nucleo-f103rb/Makefile.features index 23f849514b..d28dcde371 100644 --- a/boards/nucleo-f103rb/Makefile.features +++ b/boards/nucleo-f103rb/Makefile.features @@ -8,7 +8,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo64/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_1 - include $(RIOTCPU)/stm32f1/Makefile.features diff --git a/boards/nucleo-f207zg/Makefile.features b/boards/nucleo-f207zg/Makefile.features index 027a59b69b..a2a071e0b5 100644 --- a/boards/nucleo-f207zg/Makefile.features +++ b/boards/nucleo-f207zg/Makefile.features @@ -10,7 +10,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo-144 boards include $(RIOTBOARD)/common/nucleo144/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_2 - include $(RIOTCPU)/stm32f2/Makefile.features diff --git a/boards/nucleo-f302r8/Makefile.features b/boards/nucleo-f302r8/Makefile.features index ff3748c1d7..e616238c6b 100644 --- a/boards/nucleo-f302r8/Makefile.features +++ b/boards/nucleo-f302r8/Makefile.features @@ -9,7 +9,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo64/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_2 - include $(RIOTCPU)/stm32f3/Makefile.features diff --git a/boards/nucleo-f303k8/Makefile.features b/boards/nucleo-f303k8/Makefile.features index 5f54090695..3003d90255 100644 --- a/boards/nucleo-f303k8/Makefile.features +++ b/boards/nucleo-f303k8/Makefile.features @@ -8,7 +8,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo-32 boards include $(RIOTBOARD)/common/nucleo32/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_2 - include $(RIOTCPU)/stm32f3/Makefile.features diff --git a/boards/nucleo-f303re/Makefile.features b/boards/nucleo-f303re/Makefile.features index ff3748c1d7..e616238c6b 100644 --- a/boards/nucleo-f303re/Makefile.features +++ b/boards/nucleo-f303re/Makefile.features @@ -9,7 +9,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo64/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_2 - include $(RIOTCPU)/stm32f3/Makefile.features diff --git a/boards/nucleo-f303ze/Makefile.features b/boards/nucleo-f303ze/Makefile.features index 918c7dd4a6..93d98bd34b 100644 --- a/boards/nucleo-f303ze/Makefile.features +++ b/boards/nucleo-f303ze/Makefile.features @@ -8,7 +8,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo 144 boards include $(RIOTBOARD)/common/nucleo144/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_3 - include $(RIOTCPU)/stm32f3/Makefile.features diff --git a/boards/nucleo-f334r8/Makefile.features b/boards/nucleo-f334r8/Makefile.features index 5b63ef96ed..66b38e29a8 100644 --- a/boards/nucleo-f334r8/Makefile.features +++ b/boards/nucleo-f334r8/Makefile.features @@ -8,7 +8,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo64/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_2 - include $(RIOTCPU)/stm32f3/Makefile.features diff --git a/boards/nucleo-f401re/Makefile.features b/boards/nucleo-f401re/Makefile.features index 1a98634cbd..61abd70e3d 100644 --- a/boards/nucleo-f401re/Makefile.features +++ b/boards/nucleo-f401re/Makefile.features @@ -11,7 +11,4 @@ FEATURES_PROVIDED += periph_qdec # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo64/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_3 - include $(RIOTCPU)/stm32f4/Makefile.features diff --git a/boards/nucleo-f410rb/Makefile.features b/boards/nucleo-f410rb/Makefile.features index 6468c5386b..3a89cab3dd 100644 --- a/boards/nucleo-f410rb/Makefile.features +++ b/boards/nucleo-f410rb/Makefile.features @@ -6,7 +6,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_3 - include $(RIOTCPU)/stm32f4/Makefile.features diff --git a/boards/nucleo-f411re/Makefile.features b/boards/nucleo-f411re/Makefile.features index 6d373b08a6..9741f0caed 100644 --- a/boards/nucleo-f411re/Makefile.features +++ b/boards/nucleo-f411re/Makefile.features @@ -7,7 +7,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_3 - include $(RIOTCPU)/stm32f4/Makefile.features diff --git a/boards/nucleo-f412zg/Makefile.features b/boards/nucleo-f412zg/Makefile.features index 089e999db9..14e2d76843 100644 --- a/boards/nucleo-f412zg/Makefile.features +++ b/boards/nucleo-f412zg/Makefile.features @@ -10,7 +10,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo-144 boards include $(RIOTBOARD)/common/nucleo144/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_3 - include $(RIOTCPU)/stm32f4/Makefile.features diff --git a/boards/nucleo-f413zh/Makefile.features b/boards/nucleo-f413zh/Makefile.features index 484ff0d529..1802b6b923 100644 --- a/boards/nucleo-f413zh/Makefile.features +++ b/boards/nucleo-f413zh/Makefile.features @@ -13,7 +13,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo144/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_3 - include $(RIOTCPU)/stm32f4/Makefile.features diff --git a/boards/nucleo-f429zi/Makefile.features b/boards/nucleo-f429zi/Makefile.features index 1ef282e3c1..1c0dbc2a38 100644 --- a/boards/nucleo-f429zi/Makefile.features +++ b/boards/nucleo-f429zi/Makefile.features @@ -10,7 +10,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo144/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_3 - include $(RIOTCPU)/stm32f4/Makefile.features diff --git a/boards/nucleo-f446re/Makefile.features b/boards/nucleo-f446re/Makefile.features index 7809ca08ee..f174862bda 100644 --- a/boards/nucleo-f446re/Makefile.features +++ b/boards/nucleo-f446re/Makefile.features @@ -14,7 +14,4 @@ FEATURES_PROVIDED += motor_driver # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo64/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_3 - include $(RIOTCPU)/stm32f4/Makefile.features diff --git a/boards/nucleo-f446ze/Makefile.features b/boards/nucleo-f446ze/Makefile.features index 30957ffe8e..79986708a1 100644 --- a/boards/nucleo-f446ze/Makefile.features +++ b/boards/nucleo-f446ze/Makefile.features @@ -9,7 +9,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo144/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_3 - include $(RIOTCPU)/stm32f4/Makefile.features diff --git a/boards/nucleo-f722ze/Makefile.features b/boards/nucleo-f722ze/Makefile.features index 810f527bf7..58a41a2a29 100644 --- a/boards/nucleo-f722ze/Makefile.features +++ b/boards/nucleo-f722ze/Makefile.features @@ -8,7 +8,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo144 boards include $(RIOTBOARD)/common/nucleo144/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m7 - include $(RIOTCPU)/stm32f7/Makefile.features diff --git a/boards/nucleo-f746zg/Makefile.features b/boards/nucleo-f746zg/Makefile.features index 9ccaa7d237..e3a7758780 100644 --- a/boards/nucleo-f746zg/Makefile.features +++ b/boards/nucleo-f746zg/Makefile.features @@ -8,7 +8,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo144/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m7 - include $(RIOTCPU)/stm32f7/Makefile.features diff --git a/boards/nucleo-f767zi/Makefile.features b/boards/nucleo-f767zi/Makefile.features index 27903e8d1b..c4dbc5e064 100644 --- a/boards/nucleo-f767zi/Makefile.features +++ b/boards/nucleo-f767zi/Makefile.features @@ -10,7 +10,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo144/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m7 - include $(RIOTCPU)/stm32f7/Makefile.features diff --git a/boards/nucleo-l031k6/Makefile.features b/boards/nucleo-l031k6/Makefile.features index 48936ed6b4..384b8b747e 100644 --- a/boards/nucleo-l031k6/Makefile.features +++ b/boards/nucleo-l031k6/Makefile.features @@ -10,7 +10,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo-32 boards include $(RIOTBOARD)/common/nucleo32/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_1 - include $(RIOTCPU)/stm32l0/Makefile.features diff --git a/boards/nucleo-l053r8/Makefile.features b/boards/nucleo-l053r8/Makefile.features index 2217986a89..85a8767899 100644 --- a/boards/nucleo-l053r8/Makefile.features +++ b/boards/nucleo-l053r8/Makefile.features @@ -9,7 +9,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo64/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_1 - include $(RIOTCPU)/stm32l0/Makefile.features diff --git a/boards/nucleo-l073rz/Makefile.features b/boards/nucleo-l073rz/Makefile.features index e06b660ffc..cce300d2a9 100644 --- a/boards/nucleo-l073rz/Makefile.features +++ b/boards/nucleo-l073rz/Makefile.features @@ -18,7 +18,4 @@ FEATURES_PROVIDED += riotboot # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo64/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_1 - include $(RIOTCPU)/stm32l0/Makefile.features diff --git a/boards/nucleo-l152re/Makefile.features b/boards/nucleo-l152re/Makefile.features index 4b2f75949d..9de40e7697 100644 --- a/boards/nucleo-l152re/Makefile.features +++ b/boards/nucleo-l152re/Makefile.features @@ -15,7 +15,4 @@ FEATURES_PROVIDED += riotboot # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo64/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_2 - include $(RIOTCPU)/stm32l1/Makefile.features diff --git a/boards/nucleo-l432kc/Makefile.features b/boards/nucleo-l432kc/Makefile.features index 1a8a2f2c36..d23aab525e 100644 --- a/boards/nucleo-l432kc/Makefile.features +++ b/boards/nucleo-l432kc/Makefile.features @@ -9,7 +9,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo-32 boards include $(RIOTBOARD)/common/nucleo32/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_1 - include $(RIOTCPU)/stm32l4/Makefile.features diff --git a/boards/nucleo-l433rc/Makefile.features b/boards/nucleo-l433rc/Makefile.features index 8b6efa77fb..3a9f1f38fc 100644 --- a/boards/nucleo-l433rc/Makefile.features +++ b/boards/nucleo-l433rc/Makefile.features @@ -11,7 +11,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo64/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_2 - include $(RIOTCPU)/stm32l4/Makefile.features diff --git a/boards/nucleo-l452re/Makefile.features b/boards/nucleo-l452re/Makefile.features index c171af52eb..455dccf579 100644 --- a/boards/nucleo-l452re/Makefile.features +++ b/boards/nucleo-l452re/Makefile.features @@ -9,7 +9,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo64/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_2 - include $(RIOTCPU)/stm32l4/Makefile.features diff --git a/boards/nucleo-l476rg/Makefile.features b/boards/nucleo-l476rg/Makefile.features index c7fd38ab62..b47d5ab7b5 100644 --- a/boards/nucleo-l476rg/Makefile.features +++ b/boards/nucleo-l476rg/Makefile.features @@ -11,7 +11,4 @@ FEATURES_PROVIDED += periph_uart # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo64/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_2 - include $(RIOTCPU)/stm32l4/Makefile.features diff --git a/boards/nucleo-l496zg/Makefile.features b/boards/nucleo-l496zg/Makefile.features index ac8975dfb3..fa97e0669f 100644 --- a/boards/nucleo-l496zg/Makefile.features +++ b/boards/nucleo-l496zg/Makefile.features @@ -10,7 +10,4 @@ FEATURES_PROVIDED += periph_uart periph_lpuart # load the common Makefile.features for Nucleo boards include $(RIOTBOARD)/common/nucleo144/Makefile.features -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_3 - include $(RIOTCPU)/stm32l4/Makefile.features diff --git a/boards/nz32-sc151/Makefile.features b/boards/nz32-sc151/Makefile.features index a8404336a3..6aaaab40f7 100644 --- a/boards/nz32-sc151/Makefile.features +++ b/boards/nz32-sc151/Makefile.features @@ -8,7 +8,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_2 - include $(RIOTCPU)/stm32l1/Makefile.features diff --git a/boards/opencm904/Makefile.features b/boards/opencm904/Makefile.features index 6b7c65ddf6..563b364449 100644 --- a/boards/opencm904/Makefile.features +++ b/boards/opencm904/Makefile.features @@ -2,7 +2,4 @@ FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_1 - include $(RIOTCPU)/stm32f1/Makefile.features diff --git a/boards/openmote-b/Makefile.features b/boards/openmote-b/Makefile.features index d5fede5eb9..a150607391 100644 --- a/boards/openmote-b/Makefile.features +++ b/boards/openmote-b/Makefile.features @@ -6,7 +6,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_2 - include $(RIOTCPU)/cc2538/Makefile.features diff --git a/boards/openmote-cc2538/Makefile.features b/boards/openmote-cc2538/Makefile.features index d770cd86a7..07fde60b04 100644 --- a/boards/openmote-cc2538/Makefile.features +++ b/boards/openmote-cc2538/Makefile.features @@ -6,7 +6,4 @@ FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += periph_adc -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_2 - include $(RIOTCPU)/cc2538/Makefile.features diff --git a/boards/pba-d-01-kw2x/Makefile.features b/boards/pba-d-01-kw2x/Makefile.features index 2fd800cc33..a59de76bd0 100644 --- a/boards/pba-d-01-kw2x/Makefile.features +++ b/boards/pba-d-01-kw2x/Makefile.features @@ -11,7 +11,4 @@ FEATURES_PROVIDED += periph_uart # Put other features for this board (in alphabetical order) FEATURES_PROVIDED += riotboot -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_3 - include $(RIOTCPU)/kinetis/Makefile.features diff --git a/boards/pic32-clicker/Makefile.features b/boards/pic32-clicker/Makefile.features index 03248ec211..328dd02c76 100644 --- a/boards/pic32-clicker/Makefile.features +++ b/boards/pic32-clicker/Makefile.features @@ -3,7 +3,4 @@ FEATURES_PROVIDED += periph_gpio FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = mips32r2 - include $(RIOTCPU)/mips_pic32mx/Makefile.features diff --git a/boards/pic32-wifire/Makefile.features b/boards/pic32-wifire/Makefile.features index c45cc17a18..9e83dbd44d 100644 --- a/boards/pic32-wifire/Makefile.features +++ b/boards/pic32-wifire/Makefile.features @@ -3,7 +3,4 @@ FEATURES_PROVIDED += periph_gpio FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = mips32r2 - include $(RIOTCPU)/mips_pic32mz/Makefile.features diff --git a/boards/pyboard/Makefile.features b/boards/pyboard/Makefile.features index 388675eb06..caa5693e9b 100644 --- a/boards/pyboard/Makefile.features +++ b/boards/pyboard/Makefile.features @@ -5,7 +5,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_2 - include $(RIOTCPU)/stm32f4/Makefile.features diff --git a/boards/remote-pa/Makefile.features b/boards/remote-pa/Makefile.features index d770cd86a7..07fde60b04 100644 --- a/boards/remote-pa/Makefile.features +++ b/boards/remote-pa/Makefile.features @@ -6,7 +6,4 @@ FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += periph_adc -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_2 - include $(RIOTCPU)/cc2538/Makefile.features diff --git a/boards/remote-reva/Makefile.features b/boards/remote-reva/Makefile.features index d770cd86a7..07fde60b04 100644 --- a/boards/remote-reva/Makefile.features +++ b/boards/remote-reva/Makefile.features @@ -6,7 +6,4 @@ FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += periph_adc -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_2 - include $(RIOTCPU)/cc2538/Makefile.features diff --git a/boards/remote-revb/Makefile.features b/boards/remote-revb/Makefile.features index d770cd86a7..07fde60b04 100644 --- a/boards/remote-revb/Makefile.features +++ b/boards/remote-revb/Makefile.features @@ -6,7 +6,4 @@ FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += periph_adc -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_2 - include $(RIOTCPU)/cc2538/Makefile.features diff --git a/boards/samd21-xpro/Makefile.features b/boards/samd21-xpro/Makefile.features index 4327472442..76cf64d9f8 100644 --- a/boards/samd21-xpro/Makefile.features +++ b/boards/samd21-xpro/Makefile.features @@ -8,7 +8,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_2 - include $(RIOTCPU)/samd21/Makefile.features diff --git a/boards/same54-xpro/Makefile.features b/boards/same54-xpro/Makefile.features index f13f49edb8..68644b5f61 100644 --- a/boards/same54-xpro/Makefile.features +++ b/boards/same54-xpro/Makefile.features @@ -7,7 +7,4 @@ FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += periph_usbdev -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4f - include $(RIOTCPU)/samd5x/Makefile.features diff --git a/boards/saml21-xpro/Makefile.features b/boards/saml21-xpro/Makefile.features index 651f526750..53cbc69672 100644 --- a/boards/saml21-xpro/Makefile.features +++ b/boards/saml21-xpro/Makefile.features @@ -10,7 +10,4 @@ FEATURES_PROVIDED += periph_uart # Put other features for this board (in alphabetical order) FEATURES_PROVIDED += riotboot -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_2 - include $(RIOTCPU)/saml21/Makefile.features diff --git a/boards/samr21-xpro/Makefile.features b/boards/samr21-xpro/Makefile.features index 0f8c268f47..3d705f5d1d 100644 --- a/boards/samr21-xpro/Makefile.features +++ b/boards/samr21-xpro/Makefile.features @@ -12,7 +12,4 @@ FEATURES_PROVIDED += periph_usbdev # Put other features for this board (in alphabetical order) FEATURES_PROVIDED += riotboot -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_2 - include $(RIOTCPU)/samd21/Makefile.features diff --git a/boards/samr30-xpro/Makefile.features b/boards/samr30-xpro/Makefile.features index e62d5cf432..e077a1680e 100644 --- a/boards/samr30-xpro/Makefile.features +++ b/boards/samr30-xpro/Makefile.features @@ -7,8 +7,5 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_2 - # samr30 is a specific flavor of saml21 include $(RIOTCPU)/saml21/Makefile.features diff --git a/boards/seeeduino_arch-pro/Makefile.features b/boards/seeeduino_arch-pro/Makefile.features index 854f6fde60..70c8d3d8a4 100644 --- a/boards/seeeduino_arch-pro/Makefile.features +++ b/boards/seeeduino_arch-pro/Makefile.features @@ -3,7 +3,4 @@ FEATURES_PROVIDED += periph_gpio periph_gpio_irq FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_1 - include $(RIOTCPU)/lpc1768/Makefile.features diff --git a/boards/sensebox_samd21/Makefile.features b/boards/sensebox_samd21/Makefile.features index cfa9fb2443..fbf6667e81 100644 --- a/boards/sensebox_samd21/Makefile.features +++ b/boards/sensebox_samd21/Makefile.features @@ -7,7 +7,4 @@ FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += periph_usbdev -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_2 - include $(RIOTCPU)/samd21/Makefile.features diff --git a/boards/slstk3401a/Makefile.features b/boards/slstk3401a/Makefile.features index 15522dbb53..9266cb0b43 100644 --- a/boards/slstk3401a/Makefile.features +++ b/boards/slstk3401a/Makefile.features @@ -8,9 +8,6 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_2 - include $(RIOTBOARD)/common/silabs/Makefile.features include $(RIOTCPU)/efm32/Makefile.features diff --git a/boards/slstk3402a/Makefile.features b/boards/slstk3402a/Makefile.features index 15522dbb53..9266cb0b43 100644 --- a/boards/slstk3402a/Makefile.features +++ b/boards/slstk3402a/Makefile.features @@ -8,9 +8,6 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_2 - include $(RIOTBOARD)/common/silabs/Makefile.features include $(RIOTCPU)/efm32/Makefile.features diff --git a/boards/sltb001a/Makefile.features b/boards/sltb001a/Makefile.features index 15522dbb53..9266cb0b43 100644 --- a/boards/sltb001a/Makefile.features +++ b/boards/sltb001a/Makefile.features @@ -8,9 +8,6 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_2 - include $(RIOTBOARD)/common/silabs/Makefile.features include $(RIOTCPU)/efm32/Makefile.features diff --git a/boards/slwstk6000b/Makefile.features b/boards/slwstk6000b/Makefile.features index 15522dbb53..9266cb0b43 100644 --- a/boards/slwstk6000b/Makefile.features +++ b/boards/slwstk6000b/Makefile.features @@ -8,9 +8,6 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_2 - include $(RIOTBOARD)/common/silabs/Makefile.features include $(RIOTCPU)/efm32/Makefile.features diff --git a/boards/slwstk6220a/Makefile.features b/boards/slwstk6220a/Makefile.features index 15061604d5..144dcdcd75 100644 --- a/boards/slwstk6220a/Makefile.features +++ b/boards/slwstk6220a/Makefile.features @@ -3,7 +3,4 @@ FEATURES_PROVIDED += periph_gpio periph_gpio_irq FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MCU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_1 - include $(RIOTCPU)/ezr32wg/Makefile.features diff --git a/boards/sodaq-autonomo/Makefile.features b/boards/sodaq-autonomo/Makefile.features index 919d12372d..8362267e52 100644 --- a/boards/sodaq-autonomo/Makefile.features +++ b/boards/sodaq-autonomo/Makefile.features @@ -8,7 +8,4 @@ FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += periph_usbdev -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_2 - include $(RIOTCPU)/samd21/Makefile.features diff --git a/boards/sodaq-explorer/Makefile.features b/boards/sodaq-explorer/Makefile.features index be4e2885e0..7fc79e64bf 100644 --- a/boards/sodaq-explorer/Makefile.features +++ b/boards/sodaq-explorer/Makefile.features @@ -8,7 +8,4 @@ FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += periph_usbdev -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_2 - include $(RIOTCPU)/samd21/Makefile.features diff --git a/boards/sodaq-one/Makefile.features b/boards/sodaq-one/Makefile.features index be4e2885e0..7fc79e64bf 100644 --- a/boards/sodaq-one/Makefile.features +++ b/boards/sodaq-one/Makefile.features @@ -8,7 +8,4 @@ FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += periph_usbdev -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_2 - include $(RIOTCPU)/samd21/Makefile.features diff --git a/boards/spark-core/Makefile.features b/boards/spark-core/Makefile.features index d4dcf43a62..948b54ca2a 100644 --- a/boards/spark-core/Makefile.features +++ b/boards/spark-core/Makefile.features @@ -3,7 +3,4 @@ FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_2 - include $(RIOTCPU)/stm32f1/Makefile.features diff --git a/boards/stk3600/Makefile.features b/boards/stk3600/Makefile.features index b5e69063b9..678d81dede 100644 --- a/boards/stk3600/Makefile.features +++ b/boards/stk3600/Makefile.features @@ -10,9 +10,6 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_2 - include $(RIOTBOARD)/common/silabs/Makefile.features include $(RIOTCPU)/efm32/Makefile.features diff --git a/boards/stk3700/Makefile.features b/boards/stk3700/Makefile.features index b5e69063b9..678d81dede 100644 --- a/boards/stk3700/Makefile.features +++ b/boards/stk3700/Makefile.features @@ -10,9 +10,6 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m3_2 - include $(RIOTBOARD)/common/silabs/Makefile.features include $(RIOTCPU)/efm32/Makefile.features diff --git a/boards/stm32f0discovery/Makefile.features b/boards/stm32f0discovery/Makefile.features index 2b17506d99..9dc1c90807 100644 --- a/boards/stm32f0discovery/Makefile.features +++ b/boards/stm32f0discovery/Makefile.features @@ -5,7 +5,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m0_1 - include $(RIOTCPU)/stm32f0/Makefile.features diff --git a/boards/stm32f3discovery/Makefile.features b/boards/stm32f3discovery/Makefile.features index 2dea185da0..6e04ed2492 100644 --- a/boards/stm32f3discovery/Makefile.features +++ b/boards/stm32f3discovery/Makefile.features @@ -7,7 +7,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_3 - include $(RIOTCPU)/stm32f3/Makefile.features diff --git a/boards/stm32f429i-disc1/Makefile.features b/boards/stm32f429i-disc1/Makefile.features index e5be29a45f..d99f79cf11 100644 --- a/boards/stm32f429i-disc1/Makefile.features +++ b/boards/stm32f429i-disc1/Makefile.features @@ -4,7 +4,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_2 - include $(RIOTCPU)/stm32f4/Makefile.features diff --git a/boards/stm32f4discovery/Makefile.features b/boards/stm32f4discovery/Makefile.features index d6f0b6e894..fcdb129869 100644 --- a/boards/stm32f4discovery/Makefile.features +++ b/boards/stm32f4discovery/Makefile.features @@ -11,9 +11,6 @@ FEATURES_PROVIDED += periph_uart # Various other features (if any) FEATURES_PROVIDED += arduino -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_2 - # TODO: re-think concept for conflicts based on actual used peripherals... FEATURES_CONFLICT += periph_spi:periph_dac FEATURES_CONFLICT_MSG += "On stm32f4discovery boards there are the same pins for the DAC and/or SPI_0." diff --git a/boards/stm32f769i-disco/Makefile.features b/boards/stm32f769i-disco/Makefile.features index ac45dd25ca..9d2a7e1e25 100644 --- a/boards/stm32f769i-disco/Makefile.features +++ b/boards/stm32f769i-disco/Makefile.features @@ -4,7 +4,4 @@ FEATURES_PROVIDED += periph_rtt FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m7 - include $(RIOTCPU)/stm32f7/Makefile.features diff --git a/boards/stm32l476g-disco/Makefile.features b/boards/stm32l476g-disco/Makefile.features index 624e5dfd01..9a449434d0 100644 --- a/boards/stm32l476g-disco/Makefile.features +++ b/boards/stm32l476g-disco/Makefile.features @@ -4,7 +4,4 @@ FEATURES_PROVIDED += periph_rtt FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_2 - include $(RIOTCPU)/stm32l4/Makefile.features diff --git a/boards/teensy31/Makefile.features b/boards/teensy31/Makefile.features index 7b261c1c88..b64eb91051 100644 --- a/boards/teensy31/Makefile.features +++ b/boards/teensy31/Makefile.features @@ -5,7 +5,4 @@ FEATURES_PROVIDED += periph_rtt FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_2 - include $(RIOTCPU)/kinetis/Makefile.features diff --git a/boards/telosb/Makefile.features b/boards/telosb/Makefile.features index 3e683cbdf7..98d6e62aa1 100644 --- a/boards/telosb/Makefile.features +++ b/boards/telosb/Makefile.features @@ -6,7 +6,4 @@ FEATURES_PROVIDED += periph_uart # Various other features (if any) -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = msp430 - include $(RIOTCPU)/msp430fxyz/Makefile.features diff --git a/boards/ublox-c030-u201/Makefile.features b/boards/ublox-c030-u201/Makefile.features index 6468c5386b..3a89cab3dd 100644 --- a/boards/ublox-c030-u201/Makefile.features +++ b/boards/ublox-c030-u201/Makefile.features @@ -6,7 +6,4 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex_m4_3 - include $(RIOTCPU)/stm32f4/Makefile.features diff --git a/boards/z1/Makefile.features b/boards/z1/Makefile.features index 3e683cbdf7..98d6e62aa1 100644 --- a/boards/z1/Makefile.features +++ b/boards/z1/Makefile.features @@ -6,7 +6,4 @@ FEATURES_PROVIDED += periph_uart # Various other features (if any) -# The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = msp430 - include $(RIOTCPU)/msp430fxyz/Makefile.features