Skip to content

Commit 8b73bca

Browse files
committed
shrink overflowing boards after adafruit#10529
1 parent 6ed41a0 commit 8b73bca

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ CIRCUITPY_EPAPERDISPLAY = 0
1616
CIRCUITPY_FLOPPYIO = 0
1717
CIRCUITPY_I2CDISPLAYBUS = 0
1818
CIRCUITPY_I2CTARGET = 0
19+
CIRCUITPY_MSGPACK = 0
1920
CIRCUITPY_PARALLELDISPLAYBUS = 0
2021
CIRCUITPY_RGBMATRIX = 0
2122
CIRCUITPY_SHARPDISPLAY = 0

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ EXTERNAL_FLASH_DEVICES = "S25FL116K, S25FL216K, GD25Q16C, W25Q16JVxQ"
1111
LONGINT_IMPL = MPZ
1212

1313
CIRCUITPY__EVE = 0
14+
CIRCUITPY_CODEOP = 0
1415
CIRCUITPY_FLOPPYIO = 0
1516
CIRCUITPY_JPEGIO = 0
17+
CIRCUITPY_MSGPACK = 0
1618
CIRCUITPY_SYNTHIO = 0
19+
CIRCUITPY_VECTORIO = 0
20+
1721

1822
# We don't have room for the fonts for terminalio for certain languages,
1923
# so turn off terminalio, and if it's off and displayio is on,

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ QSPI_FLASH_FILESYSTEM = 1
1010
EXTERNAL_FLASH_DEVICES = "W25Q16JVxM, W25Q16JVxQ"
1111
LONGINT_IMPL = MPZ
1212

13+
CIRCUITPY__EVE = 0
1314
CIRCUITPY_FLOPPYIO = 0
1415
CIRCUITPY_JPEGIO = 0
1516
CIRCUITPY_SYNTHIO = 0
17+
CIRCUITPY_JPEGIO = 0
18+
CIRCUITPY_SYNTHIO = 0
1619

1720
CIRCUITPY_BITBANG_APA102 = 1
1821

0 commit comments

Comments
 (0)