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:
parent
f1135af3d7
commit
00a365b956
5
boards/common/nucleo32/Makefile.include
Normal file
5
boards/common/nucleo32/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/nucleo32/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)/nucleo32-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
|
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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user