8000 shrink some builds · adafruit/circuitpython@32f3f21 · GitHub
[go: up one dir, main page]

Skip to content

Commit 32f3f21

Browse files
committed
shrink some builds
1 parent a0c9188 commit 32f3f21

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

ports/espressif/boards/adafruit_magtag_2.9_grayscale/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ CIRCUITPY_ESP_FLASH_FREQ = 80m
1010
CIRCUITPY_ESP_FLASH_SIZE = 4MB
1111

1212
CIRCUITPY_ESPCAMERA = 0
13+
CIRCUITPY_PARALLELDISPLAYBUS = 0
1314

1415
# Include these Python libraries in firmware.
1516
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_ConnectionManager

ports/espressif/boards/adafruit_qtpy_esp32c3/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ CIRCUITPY_CODEOP = 0
1616

1717
# Not enough pins.
1818
CIRCUITPY_PARALLELDISPLAYBUS = 0
19+
CIRCUITPY_RGBMATRIX = 0

ports/espressif/boards/makergo_esp32c6_supermini/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ IDF_TARGET = esp32c6
66
CIRCUITPY_ESP_FLASH_MODE = qio
77
CIRCUITPY_ESP_FLASH_FREQ = 80m
88
CIRCUITPY_ESP_FLASH_SIZE = 4MB
9+
10+
CIRCUITPY_CODEOP = 0

0 commit comments

Comments
 (0)
0