mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
make: include cpu Makefile.features from board Makefile.features
This commit is contained in:
parent
23f4f9be73
commit
02e055fc81
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +1,3 @@
|
||||
include $(RIOTBOARD)/arduino-atmega-common/Makefile.features
|
||||
|
||||
-include $(RIOTCPU)/atmega328p/Makefile.features
|
||||
|
@ -1 +1,3 @@
|
||||
include $(RIOTBOARD)/arduino-atmega-common/Makefile.features
|
||||
|
||||
-include $(RIOTCPU)/atmega2560/Makefile.features
|
||||
|
@ -1 +1,3 @@
|
||||
include $(RIOTBOARD)/arduino-mkr-common/Makefile.features
|
||||
|
||||
-include $(RIOTCPU)/samd21/Makefile.features
|
||||
|
@ -1 +1,3 @@
|
||||
include $(RIOTBOARD)/arduino-mkr-common/Makefile.features
|
||||
|
||||
-include $(RIOTCPU)/samd21/Makefile.features
|
||||
|
@ -1 +1,3 @@
|
||||
include $(RIOTBOARD)/arduino-atmega-common/Makefile.features
|
||||
|
||||
-include $(RIOTCPU)/atmega328p/Makefile.features
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +1,3 @@
|
||||
include $(RIOTBOARD)/iotlab-common/Makefile.features
|
||||
|
||||
-include $(RIOTCPU)/stm32f1/Makefile.features
|
||||
|
@ -1 +1,3 @@
|
||||
include $(RIOTBOARD)/iotlab-common/Makefile.features
|
||||
|
||||
-include $(RIOTCPU)/stm32f1/Makefile.features
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -16,3 +16,5 @@ FEATURES_PROVIDED += cpp
|
||||
|
||||
# The board MPU family (used for grouping by the CI system)
|
||||
FEATURES_MCU_GROUP = cortex_m4_3
|
||||
|
||||
-include $(RIOTCPU)/kw2xd/Makefile.features
|
||||
|
@ -13,3 +13,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
|
||||
|
@ -15,3 +15,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
|
||||
|
@ -9,3 +9,5 @@ FEATURES_PROVIDED += cpp
|
||||
|
||||
# The board MPU family (used for grouping by the CI system)
|
||||
FEATURES_MCU_GROUP = mips32r2
|
||||
|
||||
-include $(RIOTCPU)/mips_pic32mx/Makefile.features
|
||||
|
@ -10,3 +10,5 @@ FEATURES_PROVIDED += cpp
|
||||
|
||||
# The board MPU family (used for grouping by the CI system)
|
||||
FEATURES_MCU_GROUP = mips32r2
|
||||
|
||||
-include $(RIOTCPU)/mips_pic32mz/Makefile.features
|
||||
|
@ -4,3 +4,5 @@
|
||||
|
||||
# The board MPU family (used for grouping by the CI system)
|
||||
FEATURES_MCU_GROUP = x86
|
||||
|
||||
-include $(RIOTCPU)/x86/Makefile.features
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -16,3 +16,5 @@ FEATURES_PROVIDED += cpp
|
||||
|
||||
# The board MPU family (used for grouping by the CI system)
|
||||
FEATURES_MCU_GROUP = cortex_m0_2
|
||||
|
||||
-include $(RIOTCPU)/samd21/Makefile.features
|
||||
|
@ -15,3 +15,5 @@ FEATURES_PROVIDED += cpp
|
||||
|
||||
# The board MPU family (used for grouping by the CI system)
|
||||
FEATURES_MCU_GROUP = cortex_m0_2
|
||||
|
||||
-include $(RIOTCPU)/saml21/Makefile.features
|
||||
|
@ -16,3 +16,5 @@ FEATURES_PROVIDED += cpp
|
||||
|
||||
# The board MPU family (used for grouping by the CI system)
|
||||
FEATURES_MCU_GROUP = cortex_m0_2
|
||||
|
||||
-include $(RIOTCPU)/samd21/Makefile.features
|
||||
|
@ -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
|
||||
|
@ -6,3 +6,5 @@ FEATURES_PROVIDED += periph_timer
|
||||
FEATURES_PROVIDED += periph_uart
|
||||
|
||||
FEATURES_MCU_GROUP = cortex_m4_1
|
||||
|
||||
-include $(RIOTCPU)/ezr32wg/Makefile.features
|
||||
|
@ -14,3 +14,5 @@ FEATURES_PROVIDED += cpp
|
||||
|
||||
# The board MPU family (used for grouping by the CI system)
|
||||
FEATURES_MCU_GROUP = cortex_m0_2
|
||||
|
||||
-include $(RIOTCPU)/samd21/Makefile.features
|
||||
|
@ -9,3 +9,5 @@ FEATURES_PROVIDED += cpp
|
||||
|
||||
# The board MPU family (used for grouping by the CI system)
|
||||
FEATURES_MCU_GROUP = cortex_m3_2
|
||||
|
||||
-include $(RIOTCPU)/stm32f1/Makefile.features
|
||||
|
@ -13,3 +13,5 @@ FEATURES_PROVIDED += cpp
|
||||
|
||||
# The board MPU family (used for grouping by the CI system)
|
||||
FEATURES_MCU_GROUP = cortex_m0_1
|
||||
|
||||
-include $(RIOTCPU)/stm32f0/Makefile.features
|
||||
|
@ -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)/stm32f3/Makefile.features
|
||||
|
@ -21,3 +21,5 @@ 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."
|
||||
|
||||
-include $(RIOTCPU)/stm32f4/Makefile.features
|
||||
|
@ -12,3 +12,5 @@ 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
|
||||
|
@ -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
|
||||
|
@ -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)/sam3/Makefile.features
|
||||
|
@ -9,3 +9,5 @@ FEATURES_PROVIDED += periph_uart
|
||||
|
||||
# The board MPU family (used for grouping by the CI system)
|
||||
FEATURES_MCU_GROUP = avr8
|
||||
|
||||
-include $(RIOTCPU)/atmega1281/Makefile.features
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -16,3 +16,5 @@ FEATURES_PROVIDED += cpp
|
||||
|
||||
# The board MPU family (used for grouping by the CI system)
|
||||
FEATURES_MCU_GROUP = cortex_m0_2
|
||||
|
||||
-include $(RIOTCPU)/nrf51/Makefile.features
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,5 @@
|
||||
# import list of provided features
|
||||
-include $(RIOTBOARD)/$(BOARD)/Makefile.features
|
||||
-include $(RIOTCPU)/$(CPU)/Makefile.features
|
||||
include $(RIOTBOARD)/$(BOARD)/Makefile.features
|
||||
|
||||
DEFAULT_FEATURES += periph_pm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user