Skip to content
Snippets Groups Projects
Commit 02e055fc authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

make: include cpu Makefile.features from board Makefile.features

parent 23f4f9be
No related branches found
No related tags found
No related merge requests found
Showing
with 40 additions and 0 deletions
...@@ -16,3 +16,5 @@ FEATURES_PROVIDED += radio_nrfmin ...@@ -16,3 +16,5 @@ FEATURES_PROVIDED += radio_nrfmin
# The board MPU family (used for grouping by the CI system) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m0_2 FEATURES_MCU_GROUP = cortex_m0_2
-include $(RIOTCPU)/nrf51/Makefile.features
...@@ -15,3 +15,5 @@ FEATURES_PROVIDED += arduino ...@@ -15,3 +15,5 @@ FEATURES_PROVIDED += arduino
# The board MPU family (used for grouping by the CI system) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m3_1 FEATURES_MCU_GROUP = cortex_m3_1
-include $(RIOTCPU)/sam3/Makefile.features
include $(RIOTBOARD)/arduino-atmega-common/Makefile.features include $(RIOTBOARD)/arduino-atmega-common/Makefile.features
-include $(RIOTCPU)/atmega328p/Makefile.features
include $(RIOTBOARD)/arduino-atmega-common/Makefile.features include $(RIOTBOARD)/arduino-atmega-common/Makefile.features
-include $(RIOTCPU)/atmega2560/Makefile.features
include $(RIOTBOARD)/arduino-mkr-common/Makefile.features include $(RIOTBOARD)/arduino-mkr-common/Makefile.features
-include $(RIOTCPU)/samd21/Makefile.features
include $(RIOTBOARD)/arduino-mkr-common/Makefile.features include $(RIOTBOARD)/arduino-mkr-common/Makefile.features
-include $(RIOTCPU)/samd21/Makefile.features
include $(RIOTBOARD)/arduino-atmega-common/Makefile.features include $(RIOTBOARD)/arduino-atmega-common/Makefile.features
-include $(RIOTCPU)/atmega328p/Makefile.features
...@@ -15,3 +15,5 @@ FEATURES_PROVIDED += arduino ...@@ -15,3 +15,5 @@ FEATURES_PROVIDED += arduino
# The board MPU family (used for grouping by the CI system) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m0_2 FEATURES_MCU_GROUP = cortex_m0_2
-include $(RIOTCPU)/samd21/Makefile.features
...@@ -9,3 +9,5 @@ FEATURES_PROVIDED += periph_uart ...@@ -9,3 +9,5 @@ FEATURES_PROVIDED += periph_uart
# The board MPU family (used for grouping by the CI system) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = arm7 FEATURES_MCU_GROUP = arm7
-include $(RIOTCPU)/lpc2387/Makefile.features
...@@ -11,3 +11,5 @@ FEATURES_PROVIDED += cpp ...@@ -11,3 +11,5 @@ FEATURES_PROVIDED += cpp
# The board MPU family (used for grouping by the CI system) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m0_1 FEATURES_MCU_GROUP = cortex_m0_1
-include $(RIOTCPU)/stm32l0/Makefile.features
...@@ -13,3 +13,5 @@ FEATURES_PROVIDED += radio_nrfmin ...@@ -13,3 +13,5 @@ FEATURES_PROVIDED += radio_nrfmin
# The board MPU family (used for grouping by the CI system) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m0_1 FEATURES_MCU_GROUP = cortex_m0_1
-include $(RIOTCPU)/nrf51/Makefile.features
...@@ -13,3 +13,5 @@ FEATURES_PROVIDED += cpp ...@@ -13,3 +13,5 @@ FEATURES_PROVIDED += cpp
# The board MPU family (used for grouping by the CI system) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m3_1 FEATURES_MCU_GROUP = cortex_m3_1
-include $(RIOTCPU)/cc2538/Makefile.features
...@@ -9,3 +9,5 @@ FEATURES_PROVIDED += cpp ...@@ -9,3 +9,5 @@ FEATURES_PROVIDED += cpp
# The board MPU family (used for grouping by the CI system) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m3_1 FEATURES_MCU_GROUP = cortex_m3_1
-include $(RIOTCPU)/cc26x0/Makefile.features
...@@ -6,3 +6,5 @@ FEATURES_PROVIDED += periph_rtc ...@@ -6,3 +6,5 @@ FEATURES_PROVIDED += periph_rtc
# The board MPU family (used for grouping by the CI system) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = msp430 FEATURES_MCU_GROUP = msp430
-include $(RIOTCPU)/cc430/Makefile.features
...@@ -10,3 +10,5 @@ FEATURES_PROVIDED += cpp ...@@ -10,3 +10,5 @@ FEATURES_PROVIDED += cpp
# The board MPU family (used for grouping by the CI system) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_1 FEATURES_MCU_GROUP = cortex_m4_1
-include $(RIOTCPU)/lm4f120/Makefile.features
...@@ -7,3 +7,5 @@ FEATURES_PROVIDED += cpp ...@@ -7,3 +7,5 @@ FEATURES_PROVIDED += cpp
# The board MPU family (used for grouping by the CI system) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_1 FEATURES_MCU_GROUP = cortex_m4_1
-include $(RIOTCPU)/stm32f4/Makefile.features
...@@ -13,3 +13,5 @@ FEATURES_PROVIDED += cpp ...@@ -13,3 +13,5 @@ FEATURES_PROVIDED += cpp
# The board MPU family (used for grouping by the CI system) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m3_1 FEATURES_MCU_GROUP = cortex_m3_1
-include $(RIOTCPU)/stm32f1/Makefile.features
...@@ -16,3 +16,5 @@ FEATURES_PROVIDED += cpp ...@@ -16,3 +16,5 @@ FEATURES_PROVIDED += cpp
# The board MPU family (used for grouping by the CI system) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_1 FEATURES_MCU_GROUP = cortex_m4_1
-include $(RIOTCPU)/k22f/Makefile.features
...@@ -16,3 +16,5 @@ FEATURES_PROVIDED += cpp ...@@ -16,3 +16,5 @@ FEATURES_PROVIDED += cpp
# The board MPU family (used for grouping by the CI system) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_1 FEATURES_MCU_GROUP = cortex_m4_1
-include $(RIOTCPU)/k64f/Makefile.features
include $(RIOTBOARD)/iotlab-common/Makefile.features include $(RIOTBOARD)/iotlab-common/Makefile.features
-include $(RIOTCPU)/stm32f1/Makefile.features
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment