Skip to content

Commit 6572f85

Browse files
authored
Merge pull request #6779 from dhalbert/matrixportal-more-ram
matrixportal: remove ulab to make room to freeze portalbase
2 parents 65ec12a + 0c87d0b commit 6572f85

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@ CIRCUITPY_LTO_PARTITION = one
1414

1515
CIRCUITPY_AESIO = 0
1616
CIRCUITPY_FLOPPYIO = 0
17-
CIRCUITPY_GIFIO = 0
18-
CIRCUITPY_ONEWIREIO = 0
1917
CIRCUITPY_PARALLELDISPLAY = 0
20-
CIRCUITPY_SDCARDIO = 0
2118
CIRCUITPY_SHARPDISPLAY = 0
22-
CIRCUITPY_ZLIB=0
19+
CIRCUITPY_ULAB = 0
2320

2421
# Include these Python libraries in firmware.
2522
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests
23+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_PortalBase
2624
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_ESP32SPI
2725
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel

0 commit comments

Comments
 (0)