We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc3ec1 commit c098474Copy full SHA for c098474
ports/atmel-samd/boards/matrixportal_m4/mpconfigboard.mk
@@ -10,10 +10,12 @@ QSPI_FLASH_FILESYSTEM = 1
10
EXTERNAL_FLASH_DEVICES = "S25FL116K, S25FL216K, GD25Q16C"
11
LONGINT_IMPL = MPZ
12
13
+CIRCUITPY_AESIO = 0
14
CIRCUITPY_ONEWIREIO = 0
15
CIRCUITPY_PARALLELDISPLAY = 0
16
CIRCUITPY_SDCARDIO = 0
17
CIRCUITPY_SHARPDISPLAY = 0
18
+CIRCUITPY_TRACEBACK = 0
19
20
# Include these Python libraries in firmware.
21
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests
0 commit comments