Migrate 4MB flash devices to No OTA esptool install method
This commit is contained in:
parent
c9e728c0a0
commit
08fa3ac978
1 changed files with 23 additions and 11 deletions
34
.github/workflows/build-clang-doxy.yml
vendored
34
.github/workflows/build-clang-doxy.yml
vendored
|
|
@ -27,12 +27,34 @@ jobs:
|
|||
arduino-platform:
|
||||
[
|
||||
"funhouse_noota",
|
||||
"esp32s3_devkitc_1_n8"
|
||||
"esp32s3_devkitc_1_n8",
|
||||
"magtag",
|
||||
"metroesp32s2",
|
||||
"feather_esp32s2",
|
||||
"feather_esp32s2_tft",
|
||||
"feather_esp32s2_reverse_tft",
|
||||
"qtpy_esp32s2",
|
||||
"feather_esp32s3_reverse_tft",
|
||||
"qtpy_esp32s3_n4r2",
|
||||
"feather_esp32s3_4mbflash_2mbpsram",
|
||||
"feather_esp32s3_tft",
|
||||
]
|
||||
include:
|
||||
- offset: "0x0"
|
||||
- offset: "0x1000"
|
||||
arduino-platform: "funhouse_noota"
|
||||
- offset: "0x1000"
|
||||
arduino-platform: "magtag"
|
||||
- offset: "0x1000"
|
||||
arduino-platform: "metroesp32s2"
|
||||
- offset: "0x1000"
|
||||
arduino-platform: "feather_esp32s2"
|
||||
- offset: "0x1000"
|
||||
arduino-platform: "feather_esp32s2_tft"
|
||||
- offset: "0x1000"
|
||||
arduino-platform: "feather_esp32s2_reverse_tft"
|
||||
- offset: "0x1000"
|
||||
arduino-platform: "qtpy_esp32s2"
|
||||
steps:
|
||||
- name: "skip if unwanted"
|
||||
if: |
|
||||
|
|
@ -200,19 +222,9 @@ jobs:
|
|||
matrix:
|
||||
arduino-platform:
|
||||
[
|
||||
"magtag",
|
||||
"metroesp32s2",
|
||||
"metro_esp32s3",
|
||||
"feather_esp32s2",
|
||||
"feather_esp32s2_tft",
|
||||
"feather_esp32s2_reverse_tft",
|
||||
"feather_esp32s3",
|
||||
"feather_esp32s3_4mbflash_2mbpsram",
|
||||
"feather_esp32s3_tft",
|
||||
"qtpy_esp32s3",
|
||||
"qtpy_esp32s2",
|
||||
"feather_esp32s3_reverse_tft",
|
||||
"qtpy_esp32s3_n4r2",
|
||||
]
|
||||
steps:
|
||||
- name: "skip if unwanted"
|
||||
|
|
|
|||
Loading…
Reference in a new issue