Skip to content

Commit 9072fe6

Browse files
authored
Merge pull request #10346 from dhalbert/feather-s3-4MB-no-ota
Feather S3 4MB/2MB only: remove use of OTA partition; turn on features
2 parents 5aa8404 + 0d1dd80 commit 9072fe6

File tree

1 file changed

+6
-2
lines changed
  • ports/espressif/boards/adafruit_feather_esp32s3_4mbflash_2mbpsram

1 file changed

+6
-2
lines changed

ports/espressif/boards/adafruit_feather_esp32s3_4mbflash_2mbpsram/mpconfigboard.mk

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@ CIRCUITPY_ESP_PSRAM_MODE = qio
1414
CIRCUITPY_ESP_PSRAM_FREQ = 80m
1515

1616
OPTIMIZATION_FLAGS = -Os
17-
CIRCUITPY_ESPCAMERA = 0
18-
CIRCUITPY_PARALLELDISPLAYBUS = 0
17+
#CIRCUITPY_ESPCAMERA = 0
18+
#CIRCUITPY_PARALLELDISPLAYBUS = 0
19+
CIRCUITPY_BLEIO_NATIVE = 1
20+
21+
CIRCUITPY_LEGACY_4MB_FLASH_LAYOUT = 0
22+
FLASH_SIZE_SDKCONFIG = esp-idf-config/sdkconfig-flash-$(CIRCUITPY_ESP_FLASH_SIZE)-no-ota.defaults

0 commit comments

Comments
 (0)