Skip to content

Commit 0c87d0b

Browse files
committed
matrixportal: remove ulab instead of bleio HCI
1 parent 2664d37 commit 0c87d0b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@ LONGINT_IMPL = MPZ
1313
CIRCUITPY_LTO_PARTITION = one
1414

1515
CIRCUITPY_AESIO = 0
16-
CIRCUITPY_BLEIO_HCI = 0
1716
CIRCUITPY_FLOPPYIO = 0
1817
CIRCUITPY_PARALLELDISPLAY = 0
19-
CIRCUITPY_PS2IO = 0
20-
CIRCUITPY_SDCARDIO = 0
2118
CIRCUITPY_SHARPDISPLAY = 0
22-
CIRCUITPY_ZLIB = 0
19+
CIRCUITPY_ULAB = 0
2320

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

0 commit comments

Comments
 (0)