8000 Merge pull request #6809 from dhalbert/7.3.x-6779-backport · squix78/circuitpython@7d41c68 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7d41c68

Browse files
authored
Merge pull request adafruit#6809 from dhalbert/7.3.x-6779-backport
matrixportal: remove ulab instead of bleio HCI; touch up for 7.3.x merge
2 parents 59af865 + 5bab100 commit 7d41c68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ EXTERNAL_FLASH_DEVICES = "S25FL116K, S25FL216K, GD25Q16C"
1111
LONGINT_IMPL = MPZ
1212

1313
CIRCUITPY_AESIO = 0
14-
CIRCUITPY_ONEWIREIO = 0
14+
CIRCUITPY_FLOPPYIO = 0
1515
CIRCUITPY_PARALLELDISPLAY = 0
16-
CIRCUITPY_SDCARDIO = 0
1716
CIRCUITPY_SHARPDISPLAY = 0
18-
CIRCUITPY_ZLIB=0
17+
CIRCUITPY_ULAB = 0
1918

2019
# Include these Python libraries in firmware.
2120
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests
21+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_PortalBase
2222
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_ESP32SPI
2323
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel

0 commit comments

Comments
 (0)
0