File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
ports/atmel-samd/boards/matrixportal_m4 Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,14 @@ QSPI_FLASH_FILESYSTEM = 1
10
10
EXTERNAL_FLASH_DEVICES = "S25FL116K, S25FL216K, GD25Q16C"
11
11
LONGINT_IMPL = MPZ
12
12
13
+ CIRCUITPY_BLEIO = 0
14
+ CIRCUITPY_BLEIO_HCI = 0
15
+ CIRCUITPY_ONEWIREIO = 0
16
+ CIRCUITPY_SDCARDIO = 0
17
+ CIRCUITPY_SHARPDISPLAY = 0
18
+
13
19
# Include these Python libraries in firmware.
14
20
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_PortalBase
15
21
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_Requests
16
22
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_ESP32SPI
17
23
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_NeoPixel
18
-
19
- CIRCUITPY_SHARPDISPLAY =0
20
- CIRCUITPY_SDCARDIO =0
21
- CIRCUITPY_BLEIO_HCI =0
22
- CIRCUITPY_BLEIO =0
You can’t perform that action at this time.
0 commit comments