File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
ports/atmel-samd/boards/matrixportal_m4 Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,16 @@ LONGINT_IMPL = MPZ
13
13
CIRCUITPY_LTO_PARTITION = one
14
14
15
15
CIRCUITPY_AESIO = 0
16
+ CIRCUITPY_BLEIO_HCI = 0
16
17
CIRCUITPY_FLOPPYIO = 0
17
- CIRCUITPY_GIFIO = 0
18
- CIRCUITPY_ONEWIREIO = 0
19
18
CIRCUITPY_PARALLELDISPLAY = 0
19
+ CIRCUITPY_PS2IO = 0
20
20
CIRCUITPY_SDCARDIO = 0
21
21
CIRCUITPY_SHARPDISPLAY = 0
22
- CIRCUITPY_ZLIB = 0
22
+ CIRCUITPY_ZLIB = 0
23
23
24
24
# Include these Python libraries in firmware.
25
25
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_Requests
26
+ FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_PortalBase
26
27
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_ESP32SPI
27
28
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_NeoPixel
You can’t perform that action at this time.
0 commit comments