1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/blackpill-128kib/Makefile.features
Benjamin Valentin d2dbf9e853 boards/blxxxpill-128kib: default to CDC ACM for stdio
CDC ACM stdio adds 10k ROM and 2k RAM, so only enable it for the
larger board variants.
2022-10-14 15:22:52 +02:00

6 lines
119 B
Makefile

CPU_MODEL = stm32f103cb
FEATURES_PROVIDED += highlevel_stdio
include $(RIOTBOARD)/common/blxxxpill/Makefile.features