- Created new `bluepill-128kib` as 128KiB version of the `bluepill` - Created new `blackpill-128kib` as 128KiB version of the `blackpill` - Updated `openocd.cfg` to allow flashing 128KiB of ROM
9 lines
249 B
Makefile
9 lines
249 B
Makefile
## 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
|
|
|
|
include $(RIOTBOARD)/common/blxxxpill/Makefile.include
|