-Os espruino_pico to save space

This commit is contained in:
Scott Shawcroft 2020-08-27 13:34:37 -07:00
parent 2b71635c49
commit 5d8ac0428b
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA

View File

@ -9,6 +9,8 @@ MCU_SERIES = F4
MCU_VARIANT = STM32F401xE
MCU_PACKAGE = UFQFPN48
OPTIMIZATION_FLAGS = -Os
LD_COMMON = boards/common_default.ld
# use for internal flash
LD_FILE = boards/STM32F401xd_fs.ld