1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 18:52:44 +01:00

boards/stm32f030f4-demo: use picolibc to save ROM

STM32F030R4 only has 16k Flash, so use picolibc as done on other
16k flash boards to save some ROM.
This commit is contained in:
Benjamin Valentin 2021-01-07 23:05:19 +01:00
parent 31c5c4988e
commit 40cc547a7a

View File

@ -0,0 +1,3 @@
# Use Picolibc to reduce ROM usage
FEATURES_REQUIRED += picolibc
USEMODULE += picolibc