fix(partitions): 4MB NoOTA in platformIO.ini
This commit is contained in:
parent
e06ebab53a
commit
a1b412cda4
1 changed files with 26 additions and 17 deletions
|
|
@ -203,7 +203,8 @@ board_build.partitions = min_spiffs.csv
|
|||
extends = common:esp32
|
||||
board = featheresp32-s2
|
||||
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S2 -DBOARD_HAS_PSRAM
|
||||
board_build.partitions = tinyuf2-partitions-4MB.csv
|
||||
;set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
|
||||
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
|
||||
extra_scripts = pre:rename_usb_config.py
|
||||
|
||||
; Adafruit Feather ESP32-S2 TFT
|
||||
|
|
@ -211,7 +212,8 @@ extra_scripts = pre:rename_usb_config.py
|
|||
extends = common:esp32
|
||||
board = adafruit_feather_esp32s2_tft
|
||||
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S2_TFT -DBOARD_HAS_PSRAM
|
||||
board_build.partitions = tinyuf2-partitions-4MB.csv
|
||||
;set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
|
||||
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
|
||||
extra_scripts = pre:rename_usb_config.py
|
||||
|
||||
; Adafruit Feather ESP32-S2 Reverse TFT
|
||||
|
|
@ -219,7 +221,8 @@ extra_scripts = pre:rename_usb_config.py
|
|||
extends = common:esp32
|
||||
board = adafruit_feather_esp32s2_reversetft
|
||||
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S2_REVTFT -DBOARD_HAS_PSRAM
|
||||
board_build.partitions = tinyuf2-partitions-4MB.csv
|
||||
;set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
|
||||
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
|
||||
extra_scripts = pre:rename_usb_config.py
|
||||
|
||||
; Adafruit Feather ESP32-S3 2MB PSRAM
|
||||
|
|
@ -227,8 +230,8 @@ extra_scripts = pre:rename_usb_config.py
|
|||
extends = common:esp32
|
||||
board = adafruit_feather_esp32s3
|
||||
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S3 -DBOARD_HAS_PSRAM
|
||||
;set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
|
||||
board_build.partitions = tinyuf2-partitions-4MB.csv
|
||||
;set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
|
||||
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
|
||||
extra_scripts = pre:rename_usb_config.py
|
||||
|
||||
; Adafruit Feather ESP32-S3 NO PSRAM
|
||||
|
|
@ -246,8 +249,8 @@ build_type = debug
|
|||
debug_tool = esp-builtin
|
||||
board = adafruit_feather_esp32s3_tft
|
||||
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S3_TFT -DBOARD_HAS_PSRAM
|
||||
;set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
|
||||
board_build.partitions = tinyuf2-partitions-4MB.csv
|
||||
;set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
|
||||
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
|
||||
extra_scripts = pre:rename_usb_config.py
|
||||
|
||||
; Adafruit Feather ESP32-S3 Reverse TFT
|
||||
|
|
@ -255,8 +258,8 @@ extra_scripts = pre:rename_usb_config.py
|
|||
extends = common:esp32
|
||||
board = adafruit_feather_esp32s3_reversetft
|
||||
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S3_REVTFT -DBOARD_HAS_PSRAM
|
||||
;set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
|
||||
board_build.partitions = tinyuf2-partitions-4MB.csv
|
||||
;set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
|
||||
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
|
||||
extra_scripts = pre:rename_usb_config.py
|
||||
|
||||
; Adafruit Magtag ESP32-S2
|
||||
|
|
@ -264,8 +267,8 @@ extra_scripts = pre:rename_usb_config.py
|
|||
extends = common:esp32
|
||||
board = adafruit_magtag29_esp32s2
|
||||
build_flags = -DARDUINO_MAGTAG29_ESP32S2 -DBOARD_HAS_PSRAM
|
||||
;set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
|
||||
board_build.partitions = tinyuf2-partitions-4MB.csv
|
||||
;set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
|
||||
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
|
||||
extra_scripts = pre:rename_usb_config.py
|
||||
|
||||
; Adafruit Metro ESP32-S2
|
||||
|
|
@ -273,9 +276,12 @@ extra_scripts = pre:rename_usb_config.py
|
|||
extends = common:esp32
|
||||
board = adafruit_metro_esp32s2
|
||||
build_flags = -DARDUINO_METRO_ESP32S2 -DBOARD_HAS_PSRAM
|
||||
;set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
|
||||
board_build.partitions = tinyuf2-partitions-4MB.csv
|
||||
;set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
|
||||
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
|
||||
extra_scripts = pre:rename_usb_config.py
|
||||
; debug_tool = jlink
|
||||
; upload_protocol = jlink
|
||||
; debug_init_break = tbreak WipperSnapper_I2C_Driver_MLX90632D
|
||||
|
||||
; Adafruit Metro ESP32-S3
|
||||
[env:adafruit_metro_esp32s3]
|
||||
|
|
@ -285,13 +291,14 @@ build_flags = -DARDUINO_METRO_ESP32S3 -DBOARD_HAS_PSRAM
|
|||
;set partition to tinyuf2-partitions-16MB.csv as of idf 5.1
|
||||
board_build.partitions = tinyuf2-partitions-16MB.csv
|
||||
extra_scripts = pre:rename_usb_config.py
|
||||
debug_tool = jlink
|
||||
|
||||
; Adafruit Funhouse ESP32-S2
|
||||
[env:adafruit_funhouse_esp32s2]
|
||||
extends = common:esp32
|
||||
board = adafruit_funhouse_esp32s2
|
||||
build_flags = -DARDUINO_FUNHOUSE -DBOARD_HAS_PSRAM
|
||||
;set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
|
||||
;set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
|
||||
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
|
||||
extra_scripts = pre:rename_usb_config.py
|
||||
|
||||
|
|
@ -320,7 +327,7 @@ build_flags =
|
|||
-DLV_LOG_PRINTF=1
|
||||
-DLV_LOG_COLOR=1
|
||||
-DLV_LOG_LEVEL=LV_LOG_LEVEL_TRACE
|
||||
;set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
|
||||
;set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
|
||||
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
|
||||
extra_scripts = pre:rename_usb_config.py
|
||||
|
||||
|
|
@ -362,8 +369,8 @@ board_build.partitions = min_spiffs.csv
|
|||
extends = common:esp32
|
||||
board = adafruit_qtpy_esp32s2
|
||||
build_flags = -DARDUINO_ADAFRUIT_QTPY_ESP32S2 -DBOARD_HAS_PSRAM
|
||||
;set partition to tinyuf2-partitions-4MB.csv as of idf 5.1
|
||||
board_build.partitions = tinyuf2-partitions-4MB.csv
|
||||
;set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
|
||||
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
|
||||
extra_scripts = pre:rename_usb_config.py
|
||||
|
||||
; Adafruit QT Py ESP32-S3 NO PSRAM
|
||||
|
|
@ -379,12 +386,14 @@ extra_scripts = pre:rename_usb_config.py
|
|||
extends = common:esp32
|
||||
board = adafruit_qtpy_esp32s3_n4r2
|
||||
build_flags = -DARDUINO_ADAFRUIT_QTPY_ESP32S3_N4R2 -DBOARD_HAS_PSRAM
|
||||
;set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
|
||||
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
|
||||
extra_scripts = pre:rename_usb_config.py
|
||||
|
||||
[env:adafruit_qtpy_esp32s3_with_psram_debug]
|
||||
extends = common:esp32
|
||||
board = adafruit_qtpy_esp32s3_n4r2
|
||||
;set partition to tinyuf2-partitions-4MB-noota.csv as of CPY 10
|
||||
board_build.partitions = tinyuf2-partitions-4MB-noota.csv
|
||||
build_type = debug
|
||||
build_flags =
|
||||
|
|
|
|||
Loading…
Reference in a new issue