Skip to content

Commit c098474

Browse files
committed
Disable aesio and traceback on matrixportal to save space
1 parent dcc3ec1 commit c098474

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ QSPI_FLASH_FILESYSTEM = 1
1010
EXTERNAL_FLASH_DEVICES = "S25FL116K, S25FL216K, GD25Q16C"
1111
LONGINT_IMPL = MPZ
1212

13+
CIRCUITPY_AESIO = 0
1314
CIRCUITPY_ONEWIREIO = 0
1415
CIRCUITPY_PARALLELDISPLAY = 0
1516
CIRCUITPY_SDCARDIO = 0
1617
CIRCUITPY_SHARPDISPLAY = 0
18+
CIRCUITPY_TRACEBACK = 0
1719

1820
# Include these Python libraries in firmware.
1921
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests

0 commit comments

Comments
 (0)