mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
STM32F030R4 only has 16k Flash, so use picolibc as done on other 16k flash boards to save some ROM.
4 lines
87 B
Makefile
4 lines
87 B
Makefile
# Use Picolibc to reduce ROM usage
|
|
FEATURES_REQUIRED += picolibc
|
|
USEMODULE += picolibc
|