Skip to content

Commit 8f741e7

Browse files
committed
Removed more frozen libs and disabled unlikely used modules
1 parent 0aadb4e commit 8f741e7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_PortalBase
1515
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests
1616
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_ESP32SPI
1717
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
18-
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LIS3DH
19-
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_FakeRequests
18+
19+
CIRCUITPY_SHARPDISPLAY=0
20+
CIRCUITPY_SDCARDIO=0
21+
CIRCUITPY_BLEIO_HCI=0
22+
CIRCUITPY_BLEIO=0

0 commit comments

Comments
 (0)