1
0
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:
benpicco 2019-09-29 19:53:56 +02:00 committed by GitHub
commit e8274d6eb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 10 additions and 12 deletions

View File

@ -1 +1,3 @@
CPU_MODEL = stm32f103cb
include $(RIOTBOARD)/common/blxxxpill/Makefile.features

View File

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

View File

@ -1 +1,3 @@
CPU_MODEL = stm32f103c8
include $(RIOTBOARD)/common/blxxxpill/Makefile.features

View File

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

View File

@ -1 +1,3 @@
CPU_MODEL = stm32f103cb
include $(RIOTBOARD)/common/blxxxpill/Makefile.features

View File

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

View File

@ -1 +1,3 @@
CPU_MODEL = stm32f103c8
include $(RIOTBOARD)/common/blxxxpill/Makefile.features

View File

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

View File

@ -1,3 +1,5 @@
CPU = stm32f1
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_i2c