Skip to content
Snippets Groups Projects
Commit f1135af3 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

boards/nucleo144: move shared code to common/nucleo144

parent 050a1dde
No related branches found
No related tags found
No related merge requests found
Showing
with 18 additions and 13 deletions
File moved
# include nucleo common serial configuration # include nucleo common serial configuration
include $(RIOTBOARD)/nucleo-common/Makefile.include.serial include $(RIOTBOARD)/common/nucleo/Makefile.include.serial
# add the common header files to the include path # add the common header files to the include path
INCLUDES += -I$(RIOTBOARD)/nucleo144-common/include INCLUDES += -I$(RIOTBOARD)/common/nucleo144/include
include $(RIOTBOARD)/nucleo-common/Makefile.dep include $(RIOTBOARD)/common/nucleo/Makefile.dep
...@@ -8,7 +8,7 @@ FEATURES_PROVIDED += periph_timer ...@@ -8,7 +8,7 @@ FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += periph_uart
# load the common Makefile.features for Nucleo-144 boards # 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) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m3_2 FEATURES_MCU_GROUP = cortex_m3_2
......
...@@ -3,4 +3,4 @@ export CPU = stm32f2 ...@@ -3,4 +3,4 @@ export CPU = stm32f2
export CPU_MODEL = stm32f207zg export CPU_MODEL = stm32f207zg
# load the common Makefile.include for Nucleo-144 boards # load the common Makefile.include for Nucleo-144 boards
include $(RIOTBOARD)/nucleo144-common/Makefile.include include $(RIOTBOARD)/common/nucleo144/Makefile.include
include $(RIOTBOARD)/nucleo-common/Makefile.dep include $(RIOTBOARD)/common/nucleo/Makefile.dep
...@@ -7,7 +7,7 @@ FEATURES_PROVIDED += periph_timer ...@@ -7,7 +7,7 @@ FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += periph_uart
# load the common Makefile.features for Nucleo 144 boards # 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) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_3 FEATURES_MCU_GROUP = cortex_m4_3
......
...@@ -3,4 +3,4 @@ export CPU = stm32f3 ...@@ -3,4 +3,4 @@ export CPU = stm32f3
export CPU_MODEL = stm32f303ze export CPU_MODEL = stm32f303ze
# load the common Makefile.include for Nucleo-144 boards # load the common Makefile.include for Nucleo-144 boards
include $(RIOTBOARD)/nucleo144-common/Makefile.include include $(RIOTBOARD)/common/nucleo144/Makefile.include
include $(RIOTBOARD)/nucleo-common/Makefile.dep include $(RIOTBOARD)/common/nucleo/Makefile.dep
...@@ -9,7 +9,7 @@ FEATURES_PROVIDED += periph_timer ...@@ -9,7 +9,7 @@ FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += periph_uart
# load the common Makefile.features for Nucleo-144 boards # 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) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_3 FEATURES_MCU_GROUP = cortex_m4_3
......
...@@ -3,4 +3,4 @@ export CPU = stm32f4 ...@@ -3,4 +3,4 @@ export CPU = stm32f4
export CPU_MODEL = stm32f412zg export CPU_MODEL = stm32f412zg
# load the common Makefile.include for Nucleo-144 boards # load the common Makefile.include for Nucleo-144 boards
include $(RIOTBOARD)/nucleo144-common/Makefile.include include $(RIOTBOARD)/common/nucleo144/Makefile.include
include $(RIOTBOARD)/nucleo-common/Makefile.dep include $(RIOTBOARD)/common/nucleo/Makefile.dep
...@@ -9,7 +9,7 @@ FEATURES_PROVIDED += periph_timer ...@@ -9,7 +9,7 @@ FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += periph_uart
# load the common Makefile.features for Nucleo boards # 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) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_3 FEATURES_MCU_GROUP = cortex_m4_3
......
...@@ -3,4 +3,4 @@ export CPU = stm32f4 ...@@ -3,4 +3,4 @@ export CPU = stm32f4
export CPU_MODEL = stm32f413zh export CPU_MODEL = stm32f413zh
# load the common Makefile.include for Nucleo-144 boards # load the common Makefile.include for Nucleo-144 boards
include $(RIOTBOARD)/nucleo144-common/Makefile.include include $(RIOTBOARD)/common/nucleo144/Makefile.include
include $(RIOTBOARD)/nucleo-common/Makefile.dep include $(RIOTBOARD)/common/nucleo/Makefile.dep
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