Skip to content

Commit 9096487

Browse files
committed
Shrink three S3 builds by disabling BLE
1 parent d202ab4 commit 9096487

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

ports/espressif/boards/deneyap_kart_1a_v2/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ CIRCUITPY_ESP_PSRAM_FREQ = 80m
1616

1717
CIRCUITPY_ESPCAMERA = 0
1818
CIRCUITPY_BITMAPFILTER = 0
19+
CIRCUITPY_BLEIO = 0
20+
CIRCUITPY_CODEOP=0
1921
CIRCUITPY_PARALLELDISPLAYBUS = 0
2022

2123
OPTIMIZATION_FLAGS = -Os

ports/espressif/boards/lolin_s3_mini/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ CIRCUITPY_ESP_PSRAM_FREQ = 80m
1616
OPTIMIZATION_FLAGS = -Os
1717
CIRCUITPY_ESPCAMERA = 0
1818
CIRCUITPY_BITMAPFILTER = 0
19+
CIRCUITPY_BLEIO = 0
1920
CIRCUITPY_CODEOP=0
2021
CIRCUITPY_PARALLELDISPLAYBUS = 0
2122

ports/espressif/boards/waveshare_esp32_s3_zero/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ CIRCUITPY_ESP_PSRAM_FREQ = 80m
1616
OPTIMIZATION_FLAGS = -Os
1717
CIRCUITPY_ESPCAMERA = 0
1818
CIRCUITPY_BITMAPFILTER = 0
19+
CIRCUITPY_BLEIO = 0
20+
CIRCUITPY_CODEOP=0
1921
CIRCUITPY_PARALLELDISPLAYBUS = 0
2022

2123
# Include these Python libraries in firmware.

0 commit comments

Comments
 (0)