Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 034a900c20 | |||
|
0a2afbaa24
|
@@ -24,21 +24,33 @@ lib_deps =
|
||||
[env:esp32-s3-devkitc-1]
|
||||
board = esp32-s3-devkitc-1
|
||||
board_build.filesystem = littlefs
|
||||
; Arduino-ESP32 3.x images overflow the default dual-OTA app slot; this
|
||||
; firmware has no OTA, so use a single large app partition.
|
||||
board_build.partitions = huge_app.csv
|
||||
|
||||
[env:esp32dev]
|
||||
platform = ${common.platform_esp32}
|
||||
board = esp32dev
|
||||
board_build.filesystem = littlefs
|
||||
; Arduino-ESP32 3.x images overflow the default dual-OTA app slot; this
|
||||
; firmware has no OTA, so use a single large app partition.
|
||||
board_build.partitions = huge_app.csv
|
||||
|
||||
[env:esp32-C3-devkitm-1]
|
||||
platform = ${common.platform_esp32}
|
||||
board = esp32-c3-devkitm-1
|
||||
board_build.filesystem = littlefs
|
||||
; Arduino-ESP32 3.x images overflow the default dual-OTA app slot; this
|
||||
; firmware has no OTA, so use a single large app partition.
|
||||
board_build.partitions = huge_app.csv
|
||||
|
||||
[env:esp32-c6-devkitc-1]
|
||||
platform = ${common.platform_esp32}
|
||||
board = esp32-c6-devkitc-1
|
||||
board_build.filesystem = littlefs
|
||||
; Arduino-ESP32 3.x images overflow the default dual-OTA app slot; this
|
||||
; firmware has no OTA, so use a single large app partition.
|
||||
board_build.partitions = huge_app.csv
|
||||
|
||||
[env:rpipico2w]
|
||||
; RP2350 support requires the maxgerhardt fork of the raspberrypi platform
|
||||
|
||||
Reference in New Issue
Block a user