Skip to content

Commit 485f667

Browse files
committed
ulab: disable on espruino pico
this non-"express" board is nearly full. Right now it's actually possible just to disable the "compare" module, but as this leaves it packed pretty full I prefer to fully disable it in order to avoid the topic returning again soon.
1 parent 1a6df71 commit 485f667

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ports/stm/boards/espruino_pico/mpconfigboard.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ MCU_PACKAGE = UFQFPN48
1313
LD_COMMON = boards/common_default.ld
1414
LD_FILE = boards/STM32F401xd_fs.ld # use for internal flash
1515

16+
# Disable ulab as we're nearly out of space on this board due to
17+
# INTERNAL_FLASH_FILESYSTEM. It can probably be reenabled if we enable
18+
# lto for this port, and if other stuff hasn't been added in the
19+
# meantime
20+
CIRCUITPY_ULAB = 0

0 commit comments

Comments
 (0)