mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +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:
parent
31c5c4988e
commit
40cc547a7a
3
boards/stm32f030f4-demo/Makefile.dep
Normal file
3
boards/stm32f030f4-demo/Makefile.dep
Normal file
@ -0,0 +1,3 @@
|
||||
# Use Picolibc to reduce ROM usage
|
||||
FEATURES_REQUIRED += picolibc
|
||||
USEMODULE += picolibc
|
Loading…
Reference in New Issue
Block a user