1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-18 02:53:52 +01:00

boards/nucleo32: move shared code to common/nucleo32

This commit is contained in:
Hauke Petersen 2017-11-16 12:30:06 +01:00
parent f1135af3d7
commit 00a365b956
23 changed files with 20 additions and 20 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/nucleo32/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)/nucleo32-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 FEATURES_PROVIDED += periph_uart
# load the common Makefile.features for Nucleo-32 boards # load the common Makefile.features for Nucleo-32 boards
include $(RIOTBOARD)/nucleo32-common/Makefile.features include $(RIOTBOARD)/common/nucleo32/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_m0_1 FEATURES_MCU_GROUP = cortex_m0_1

View File

@ -3,4 +3,4 @@ export CPU = stm32f0
export CPU_MODEL = stm32f031k6 export CPU_MODEL = stm32f031k6
# load the common Makefile.include for Nucleo-32 boards # load the common Makefile.include for Nucleo-32 boards
include $(RIOTBOARD)/nucleo32-common/Makefile.include include $(RIOTBOARD)/common/nucleo32/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 FEATURES_PROVIDED += periph_uart
# load the common Makefile.features for Nucleo-32 boards # load the common Makefile.features for Nucleo-32 boards
include $(RIOTBOARD)/nucleo32-common/Makefile.features include $(RIOTBOARD)/common/nucleo32/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_m0_1 FEATURES_MCU_GROUP = cortex_m0_1

View File

@ -3,4 +3,4 @@ export CPU = stm32f0
export CPU_MODEL = stm32f042k6 export CPU_MODEL = stm32f042k6
# load the common Makefile.include for Nucleo-32 boards # load the common Makefile.include for Nucleo-32 boards
include $(RIOTBOARD)/nucleo32-common/Makefile.include include $(RIOTBOARD)/common/nucleo32/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 FEATURES_PROVIDED += periph_uart
# load the common Makefile.features for Nucleo-32 boards # load the common Makefile.features for Nucleo-32 boards
include $(RIOTBOARD)/nucleo32-common/Makefile.features include $(RIOTBOARD)/common/nucleo32/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_2 FEATURES_MCU_GROUP = cortex_m4_2

View File

@ -3,4 +3,4 @@ export CPU = stm32f3
export CPU_MODEL = stm32f303k8 export CPU_MODEL = stm32f303k8
# load the common Makefile.include for Nucleo-32 boards # load the common Makefile.include for Nucleo-32 boards
include $(RIOTBOARD)/nucleo32-common/Makefile.include include $(RIOTBOARD)/common/nucleo32/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 FEATURES_PROVIDED += periph_uart
# load the common Makefile.features for Nucleo-32 boards # load the common Makefile.features for Nucleo-32 boards
include $(RIOTBOARD)/nucleo32-common/Makefile.features include $(RIOTBOARD)/common/nucleo32/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_m0_1 FEATURES_MCU_GROUP = cortex_m0_1

View File

@ -3,4 +3,4 @@ export CPU = stm32l0
export CPU_MODEL = stm32l031k6 export CPU_MODEL = stm32l031k6
# load the common Makefile.include for Nucleo-32 boards # load the common Makefile.include for Nucleo-32 boards
include $(RIOTBOARD)/nucleo32-common/Makefile.include include $(RIOTBOARD)/common/nucleo32/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 FEATURES_PROVIDED += periph_uart
# load the common Makefile.features for Nucleo-32 boards # load the common Makefile.features for Nucleo-32 boards
include $(RIOTBOARD)/nucleo32-common/Makefile.features include $(RIOTBOARD)/common/nucleo32/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_1 FEATURES_MCU_GROUP = cortex_m4_1

View File

@ -3,4 +3,4 @@ export CPU = stm32l4
export CPU_MODEL = stm32l432kc export CPU_MODEL = stm32l432kc
# load the common Makefile.include for Nucleo-32 boards # load the common Makefile.include for Nucleo-32 boards
include $(RIOTBOARD)/nucleo32-common/Makefile.include include $(RIOTBOARD)/common/nucleo32/Makefile.include