From 0d1dd80e0528d321255fa79ac3d54e48609a48fc Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Wed, 16 Apr 2025 15:02:48 -0400 Subject: [PATCH] adafruit_feather_esp32s3_4mbflash_2mbpsram: remove use of OTA partition; turn on features --- .../mpconfigboard.mk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ports/espressif/boards/adafruit_feather_esp32s3_4mbflash_2mbpsram/mpconfigboard.mk b/ports/espressif/boards/adafruit_feather_esp32s3_4mbflash_2mbpsram/mpconfigboard.mk index 68abfe8cca7f0..8cd3ad0dbfe08 100644 --- a/ports/espressif/boards/adafruit_feather_esp32s3_4mbflash_2mbpsram/mpconfigboard.mk +++ b/ports/espressif/boards/adafruit_feather_esp32s3_4mbflash_2mbpsram/mpconfigboard.mk @@ -14,5 +14,9 @@ CIRCUITPY_ESP_PSRAM_MODE = qio CIRCUITPY_ESP_PSRAM_FREQ = 80m OPTIMIZATION_FLAGS = -Os -CIRCUITPY_ESPCAMERA = 0 -CIRCUITPY_PARALLELDISPLAYBUS = 0 +#CIRCUITPY_ESPCAMERA = 0 +#CIRCUITPY_PARALLELDISPLAYBUS = 0 +CIRCUITPY_BLEIO_NATIVE = 1 + +CIRCUITPY_LEGACY_4MB_FLASH_LAYOUT = 0 +FLASH_SIZE_SDKCONFIG = esp-idf-config/sdkconfig-flash-$(CIRCUITPY_ESP_FLASH_SIZE)-no-ota.defaults