Skip to content

Commit 2664d37

Browse files
committed
matrixportal: remove BLEIO HCI to make room to freeze portalbase
1 parent 1287d9c commit 2664d37

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ LONGINT_IMPL = MPZ
1313
CIRCUITPY_LTO_PARTITION = one
1414

1515
CIRCUITPY_AESIO = 0
16+
CIRCUITPY_BLEIO_HCI = 0
1617
CIRCUITPY_FLOPPYIO = 0
17-
CIRCUITPY_GIFIO = 0
18-
CIRCUITPY_ONEWIREIO = 0
1918
CIRCUITPY_PARALLELDISPLAY = 0
19+
CIRCUITPY_PS2IO = 0
2020
CIRCUITPY_SDCARDIO = 0
2121
CIRCUITPY_SHARPDISPLAY = 0
22-
CIRCUITPY_ZLIB=0
22+
CIRCUITPY_ZLIB = 0
2323

2424
# Include these Python libraries in firmware.
2525
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests
26+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_PortalBase
2627
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_ESP32SPI
2728
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel

0 commit comments

Comments
 (0)