Skip to content

Commit 0fd3da5

Browse files
authored
Merge pull request #6154 from tannewt/matrixportal_ble
Re-enable BLE on MatrixPortal. Remove PortalBase
2 parents 7cb66dd + f602296 commit 0fd3da5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,12 @@ QSPI_FLASH_FILESYSTEM = 1
1010
EXTERNAL_FLASH_DEVICES = "S25FL116K, S25FL216K, GD25Q16C"
1111
LONGINT_IMPL = MPZ
1212

13-
CIRCUITPY_BLEIO = 0
14-
CIRCUITPY_BLEIO_HCI = 0
1513
CIRCUITPY_ONEWIREIO = 0
1614
CIRCUITPY_PARALLELDISPLAY = 0
1715
CIRCUITPY_SDCARDIO = 0
1816
CIRCUITPY_SHARPDISPLAY = 0
1917

2018
# Include these Python libraries in firmware.
21-
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_PortalBase
2219
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests
2320
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_ESP32SPI
2421
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel

0 commit comments

Comments
 (0)