Merge pull request #10346 from dhalbert/feather-s3-4MB-no-ota
Feather S3 4MB/2MB only: remove use of OTA partition; turn on features
This commit is contained in:
commit
9072fe6ebf
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue