mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #11670 from aabadie/pr/boards/remove_features_mcu_group
boards/*: remove unused FEATURES_MCU_GROUP variable
This commit is contained in:
commit
a379d95695
11
.drone.yml
11
.drone.yml
@ -13,15 +13,4 @@ pipeline:
|
||||
matrix:
|
||||
BUILDTEST_MCU_GROUP:
|
||||
- static-tests
|
||||
- cortex_m4_3
|
||||
- cortex_m4_2
|
||||
- cortex_m4_1
|
||||
- cortex_m0_2
|
||||
- cortex_m0_1
|
||||
- x86
|
||||
- cortex_m3_2
|
||||
- cortex_m3_1
|
||||
- avr8
|
||||
- msp430
|
||||
- arm7
|
||||
- host
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -14,7 +14,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_m4_2
|
||||
|
||||
include $(RIOTCPU)/stm32l4/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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user