We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d21c6 commit 7e823c6Copy full SHA for 7e823c6
ports/espressif/mpconfigport.mk
@@ -257,6 +257,11 @@ CIRCUITPY_SDIOIO = 0
257
258
CIRCUITPY_ESP_USB_SERIAL_JTAG ?= 0
259
260
+# TODO: remove this after ESP32-S2 4MB boards get combined OTA partition.
261
+ifeq ($(CIRCUITPY_ESP_FLASH_SIZE),4MB)
262
+CIRCUITPY__EVE = 0
263
+endif
264
+
265
else ifeq ($(IDF_TARGET),esp32s3)
266
# Modules
267
CIRCUITPY_ALARM_TOUCH = 1
@@ -267,6 +272,7 @@ endif
272
# No room for large modules on 2MB boards
268
273
# 2MB boards have a single firmware partition, and can't do dualbank.
269
274
ifeq ($(CIRCUITPY_ESP_FLASH_SIZE),2MB)
275
270
276
CIRCUITPY_AUDIOMP3 = 0
271
277
CIRCUITPY_BITMAPFILTER ?= 0
278
CIRCUITPY_BLEIO_NATIVE ?= 0
0 commit comments