mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/nucleo144: move shared code to common/nucleo144
This commit is contained in:
parent
050a1ddeab
commit
f1135af3d7
5
boards/common/nucleo144/Makefile.include
Normal file
5
boards/common/nucleo144/Makefile.include
Normal file
@ -0,0 +1,5 @@
|
||||
# include nucleo common serial configuration
|
||||
include $(RIOTBOARD)/common/nucleo/Makefile.include.serial
|
||||
|
||||
# add the common header files to the include path
|
||||
INCLUDES += -I$(RIOTBOARD)/common/nucleo144/include
|
@ -1,5 +0,0 @@
|
||||
# include nucleo common serial configuration
|
||||
include $(RIOTBOARD)/nucleo-common/Makefile.include.serial
|
||||
|
||||
# add the common header files to the include path
|
||||
INCLUDES += -I$(RIOTBOARD)/nucleo144-common/include
|
@ -1 +1 @@
|
||||
include $(RIOTBOARD)/nucleo-common/Makefile.dep
|
||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||
|
@ -8,7 +8,7 @@ FEATURES_PROVIDED += periph_timer
|
||||
FEATURES_PROVIDED += periph_uart
|
||||
|
||||
# load the common Makefile.features for Nucleo-144 boards
|
||||
include $(RIOTBOARD)/nucleo144-common/Makefile.features
|
||||
include $(RIOTBOARD)/common/nucleo144/Makefile.features
|
||||
|
||||
# The board MPU family (used for grouping by the CI system)
|
||||
FEATURES_MCU_GROUP = cortex_m3_2
|
||||
|
@ -3,4 +3,4 @@ export CPU = stm32f2
|
||||
export CPU_MODEL = stm32f207zg
|
||||
|
||||
# load the common Makefile.include for Nucleo-144 boards
|
||||
include $(RIOTBOARD)/nucleo144-common/Makefile.include
|
||||
include $(RIOTBOARD)/common/nucleo144/Makefile.include
|
||||
|
@ -1 +1 @@
|
||||
include $(RIOTBOARD)/nucleo-common/Makefile.dep
|
||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||
|
@ -7,7 +7,7 @@ FEATURES_PROVIDED += periph_timer
|
||||
FEATURES_PROVIDED += periph_uart
|
||||
|
||||
# load the common Makefile.features for Nucleo 144 boards
|
||||
include $(RIOTBOARD)/nucleo144-common/Makefile.features
|
||||
include $(RIOTBOARD)/common/nucleo144/Makefile.features
|
||||
|
||||
# The board MPU family (used for grouping by the CI system)
|
||||
FEATURES_MCU_GROUP = cortex_m4_3
|
||||
|
@ -3,4 +3,4 @@ export CPU = stm32f3
|
||||
export CPU_MODEL = stm32f303ze
|
||||
|
||||
# load the common Makefile.include for Nucleo-144 boards
|
||||
include $(RIOTBOARD)/nucleo144-common/Makefile.include
|
||||
include $(RIOTBOARD)/common/nucleo144/Makefile.include
|
||||
|
@ -1 +1 @@
|
||||
include $(RIOTBOARD)/nucleo-common/Makefile.dep
|
||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||
|
@ -9,7 +9,7 @@ FEATURES_PROVIDED += periph_timer
|
||||
FEATURES_PROVIDED += periph_uart
|
||||
|
||||
# load the common Makefile.features for Nucleo-144 boards
|
||||
include $(RIOTBOARD)/nucleo144-common/Makefile.features
|
||||
include $(RIOTBOARD)/common/nucleo144/Makefile.features
|
||||
|
||||
# The board MPU family (used for grouping by the CI system)
|
||||
FEATURES_MCU_GROUP = cortex_m4_3
|
||||
|
@ -3,4 +3,4 @@ export CPU = stm32f4
|
||||
export CPU_MODEL = stm32f412zg
|
||||
|
||||
# load the common Makefile.include for Nucleo-144 boards
|
||||
include $(RIOTBOARD)/nucleo144-common/Makefile.include
|
||||
include $(RIOTBOARD)/common/nucleo144/Makefile.include
|
||||
|
@ -1 +1 @@
|
||||
include $(RIOTBOARD)/nucleo-common/Makefile.dep
|
||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||
|
@ -9,7 +9,7 @@ FEATURES_PROVIDED += periph_timer
|
||||
FEATURES_PROVIDED += periph_uart
|
||||
|
||||
# load the common Makefile.features for Nucleo boards
|
||||
include $(RIOTBOARD)/nucleo144-common/Makefile.features
|
||||
include $(RIOTBOARD)/common/nucleo144/Makefile.features
|
||||
|
||||
# The board MPU family (used for grouping by the CI system)
|
||||
FEATURES_MCU_GROUP = cortex_m4_3
|
||||
|
@ -3,4 +3,4 @@ export CPU = stm32f4
|
||||
export CPU_MODEL = stm32f413zh
|
||||
|
||||
# load the common Makefile.include for Nucleo-144 boards
|
||||
include $(RIOTBOARD)/nucleo144-common/Makefile.include
|
||||
include $(RIOTBOARD)/common/nucleo144/Makefile.include
|
||||
|
@ -1 +1 @@
|
||||
include $(RIOTBOARD)/nucleo-common/Makefile.dep
|
||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||
|
@ -9,7 +9,7 @@ FEATURES_PROVIDED += periph_timer
|
||||
FEATURES_PROVIDED += periph_uart
|
||||
|
||||
# load the common Makefile.features for Nucleo boards
|
||||
include $(RIOTBOARD)/nucleo144-common/Makefile.features
|
||||
include $(RIOTBOARD)/common/nucleo144/Makefile.features
|
||||
|
||||
# The board MPU family (used for grouping by the CI system)
|
||||
FEATURES_MCU_GROUP = cortex_m4_3
|
||||
|
@ -3,4 +3,4 @@ export CPU = stm32f4
|
||||
export CPU_MODEL = stm32f429zi
|
||||
|
||||
# load the common Makefile.include for Nucleo-144 boards
|
||||
include $(RIOTBOARD)/nucleo144-common/Makefile.include
|
||||
include $(RIOTBOARD)/common/nucleo144/Makefile.include
|
||||
|
@ -1 +1 @@
|
||||
include $(RIOTBOARD)/nucleo-common/Makefile.dep
|
||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||
|
@ -8,7 +8,7 @@ FEATURES_PROVIDED += periph_timer
|
||||
FEATURES_PROVIDED += periph_uart
|
||||
|
||||
# load the common Makefile.features for Nucleo boards
|
||||
include $(RIOTBOARD)/nucleo144-common/Makefile.features
|
||||
include $(RIOTBOARD)/common/nucleo144/Makefile.features
|
||||
|
||||
# The board MPU family (used for grouping by the CI system)
|
||||
FEATURES_MCU_GROUP = cortex_m4_3
|
||||
|
@ -3,4 +3,4 @@ export CPU = stm32f4
|
||||
export CPU_MODEL = stm32f446ze
|
||||
|
||||
# load the common Makefile.include for Nucleo-144 boards
|
||||
include $(RIOTBOARD)/nucleo144-common/Makefile.include
|
||||
include $(RIOTBOARD)/common/nucleo144/Makefile.include
|
||||
|
@ -1 +1 @@
|
||||
include $(RIOTBOARD)/nucleo-common/Makefile.dep
|
||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||
|
@ -5,7 +5,7 @@ FEATURES_PROVIDED += periph_timer
|
||||
FEATURES_PROVIDED += periph_uart
|
||||
|
||||
# load the common Makefile.features for Nucleo144 boards
|
||||
include $(RIOTBOARD)/nucleo144-common/Makefile.features
|
||||
include $(RIOTBOARD)/common/nucleo144/Makefile.features
|
||||
|
||||
# The board MPU family (used for grouping by the CI system)
|
||||
FEATURES_MCU_GROUP = cortex_m7
|
||||
|
@ -3,4 +3,4 @@ export CPU = stm32f7
|
||||
export CPU_MODEL = stm32f722ze
|
||||
|
||||
# load the common Makefile.include for Nucleo144 boards
|
||||
include $(RIOTBOARD)/nucleo144-common/Makefile.include
|
||||
include $(RIOTBOARD)/common/nucleo144/Makefile.include
|
||||
|
@ -1 +1 @@
|
||||
include $(RIOTBOARD)/nucleo-common/Makefile.dep
|
||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||
|
@ -5,7 +5,7 @@ FEATURES_PROVIDED += periph_timer
|
||||
FEATURES_PROVIDED += periph_uart
|
||||
|
||||
# load the common Makefile.features for Nucleo boards
|
||||
include $(RIOTBOARD)/nucleo144-common/Makefile.features
|
||||
include $(RIOTBOARD)/common/nucleo144/Makefile.features
|
||||
|
||||
# The board MPU family (used for grouping by the CI system)
|
||||
FEATURES_MCU_GROUP = cortex_m7
|
||||
|
@ -3,4 +3,4 @@ export CPU = stm32f7
|
||||
export CPU_MODEL = stm32f746zg
|
||||
|
||||
# load the common Makefile.include for Nucleo boards
|
||||
include $(RIOTBOARD)/nucleo144-common/Makefile.include
|
||||
include $(RIOTBOARD)/common/nucleo144/Makefile.include
|
||||
|
@ -1 +1 @@
|
||||
include $(RIOTBOARD)/nucleo-common/Makefile.dep
|
||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||
|
@ -5,7 +5,7 @@ FEATURES_PROVIDED += periph_timer
|
||||
FEATURES_PROVIDED += periph_uart
|
||||
|
||||
# load the common Makefile.features for Nucleo boards
|
||||
include $(RIOTBOARD)/nucleo144-common/Makefile.features
|
||||
include $(RIOTBOARD)/common/nucleo144/Makefile.features
|
||||
|
||||
# The board MPU family (used for grouping by the CI system)
|
||||
FEATURES_MCU_GROUP = cortex_m7
|
||||
|
@ -3,4 +3,4 @@ export CPU = stm32f7
|
||||
export CPU_MODEL = stm32f767zi
|
||||
|
||||
# load the common Makefile.include for Nucleo boards
|
||||
include $(RIOTBOARD)/nucleo144-common/Makefile.include
|
||||
include $(RIOTBOARD)/common/nucleo144/Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user