mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
Merge pull request #12332 from aabadie/pr/boards/blxxxpill_cpu_features
boards/blxxxpill: move CPU/CPU_MODEL to Makefile.features
This commit is contained in:
commit
e8274d6eb3
@ -1 +1,3 @@
|
||||
CPU_MODEL = stm32f103cb
|
||||
|
||||
include $(RIOTBOARD)/common/blxxxpill/Makefile.features
|
||||
|
||||
@ -1,6 +1,3 @@
|
||||
## the cpu to build for
|
||||
export CPU = stm32f1
|
||||
export CPU_MODEL = stm32f103cb
|
||||
export OPENOCD_CONFIG ?= $(RIOTBOARD)/common/blxxxpill/dist/openocd-128kib.cfg
|
||||
|
||||
USEMODULE += boards_common_blxxxpill
|
||||
|
||||
@ -1 +1,3 @@
|
||||
CPU_MODEL = stm32f103c8
|
||||
|
||||
include $(RIOTBOARD)/common/blxxxpill/Makefile.features
|
||||
|
||||
@ -1,6 +1,3 @@
|
||||
## the cpu to build for
|
||||
export CPU = stm32f1
|
||||
export CPU_MODEL = stm32f103c8
|
||||
export OPENOCD_CONFIG ?= $(RIOTBOARD)/common/blxxxpill/dist/openocd.cfg
|
||||
|
||||
USEMODULE += boards_common_blxxxpill
|
||||
|
||||
@ -1 +1,3 @@
|
||||
CPU_MODEL = stm32f103cb
|
||||
|
||||
include $(RIOTBOARD)/common/blxxxpill/Makefile.features
|
||||
|
||||
@ -1,6 +1,3 @@
|
||||
## the cpu to build for
|
||||
export CPU = stm32f1
|
||||
export CPU_MODEL = stm32f103cb
|
||||
export OPENOCD_CONFIG ?= $(RIOTBOARD)/common/blxxxpill/dist/openocd-128kib.cfg
|
||||
|
||||
USEMODULE += boards_common_blxxxpill
|
||||
|
||||
@ -1 +1,3 @@
|
||||
CPU_MODEL = stm32f103c8
|
||||
|
||||
include $(RIOTBOARD)/common/blxxxpill/Makefile.features
|
||||
|
||||
@ -1,6 +1,3 @@
|
||||
## the cpu to build for
|
||||
export CPU = stm32f1
|
||||
export CPU_MODEL = stm32f103c8
|
||||
export OPENOCD_CONFIG ?= $(RIOTBOARD)/common/blxxxpill/dist/openocd.cfg
|
||||
|
||||
USEMODULE += boards_common_blxxxpill
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
CPU = stm32f1
|
||||
|
||||
# Put defined MCU peripherals here (in alphabetical order)
|
||||
FEATURES_PROVIDED += periph_adc
|
||||
FEATURES_PROVIDED += periph_i2c
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user