1
0
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:
Hauke Petersen 2017-11-16 12:29:47 +01:00
parent 050a1ddeab
commit f1135af3d7
35 changed files with 32 additions and 32 deletions

View 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

View File

@ -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

View File

@ -1 +1 @@
include $(RIOTBOARD)/nucleo-common/Makefile.dep
include $(RIOTBOARD)/common/nucleo/Makefile.dep

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
include $(RIOTBOARD)/nucleo-common/Makefile.dep
include $(RIOTBOARD)/common/nucleo/Makefile.dep

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
include $(RIOTBOARD)/nucleo-common/Makefile.dep
include $(RIOTBOARD)/common/nucleo/Makefile.dep

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
include $(RIOTBOARD)/nucleo-common/Makefile.dep
include $(RIOTBOARD)/common/nucleo/Makefile.dep

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
include $(RIOTBOARD)/nucleo-common/Makefile.dep
include $(RIOTBOARD)/common/nucleo/Makefile.dep

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
include $(RIOTBOARD)/nucleo-common/Makefile.dep
include $(RIOTBOARD)/common/nucleo/Makefile.dep

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
include $(RIOTBOARD)/nucleo-common/Makefile.dep
include $(RIOTBOARD)/common/nucleo/Makefile.dep

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
include $(RIOTBOARD)/nucleo-common/Makefile.dep
include $(RIOTBOARD)/common/nucleo/Makefile.dep

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
include $(RIOTBOARD)/nucleo-common/Makefile.dep
include $(RIOTBOARD)/common/nucleo/Makefile.dep

View File

@ -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

View File

@ -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