Skip to content

Commit 4521dfb

Browse files
committed
squeeze some smaller boards
1 parent fb33c4e commit 4521dfb

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

ports/atmel-samd/boards/bast_pro_mini_m0/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ INTERNAL_FLASH_FILESYSTEM = 1
1010
LONGINT_IMPL = NONE
1111
CIRCUITPY_FULL_BUILD = 0
1212

13-
#SUPEROPT_GC = 0
13+
SUPEROPT_GC = 0

ports/atmel-samd/boards/sparkfun_lumidrive/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ CIRCUITPY_AUDIOBUSIO = 0
1616
CIRCUITPY_VECTORIO = 0
1717

1818
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar
19+
20+
SUPEROPT_GC = 0

ports/stm/boards/espruino_pico/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ LD_FILE = boards/STM32F401xd_fs.ld
2020
# lto for this port, and if other stuff hasn't been added in the
2121
# meantime
2222
CIRCUITPY_ULAB = 0
23+
24+
SUPEROPT_GC = 0

0 commit comments

Comments
 (0)