Skip to content

Commit 08fa3ac

Browse files
committed
Migrate 4MB flash devices to No OTA esptool install method
1 parent c9e728c commit 08fa3ac

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,34 @@ jobs:
2727
arduino-platform:
2828
[
2929
"funhouse_noota",
30-
"esp32s3_devkitc_1_n8"
30+
"esp32s3_devkitc_1_n8",
31+
"magtag",
32+
"metroesp32s2",
33+
"feather_esp32s2",
34+
"feather_esp32s2_tft",
35+
"feather_esp32s2_reverse_tft",
36+
"qtpy_esp32s2",
37+
"feather_esp32s3_reverse_tft",
38+
"qtpy_esp32s3_n4r2",
39+
"feather_esp32s3_4mbflash_2mbpsram",
40+
"feather_esp32s3_tft",
3141
]
3242
include:
3343
- offset: "0x0"
3444
- offset: "0x1000"
3545
arduino-platform: "funhouse_noota"
46+
- offset: "0x1000"
47+
arduino-platform: "magtag"
48+
- offset: "0x1000"
49+
arduino-platform: "metroesp32s2"
50+
- offset: "0x1000"
51+
arduino-platform: "feather_esp32s2"
52+
- offset: "0x1000"
53+
arduino-platform: "feather_esp32s2_tft"
54+
- offset: "0x1000"
55+
arduino-platform: "feather_esp32s2_reverse_tft"
56+
- offset: "0x1000"
57+
arduino-platform: "qtpy_esp32s2"
3658
steps:
3759
- name: "skip if unwanted"
3860
if: |
@@ -200,19 +222,9 @@ jobs:
200222
matrix:
201223
arduino-platform:
202224
[
203-
"magtag",
204-
"metroesp32s2",
205225
"metro_esp32s3",
206-
"feather_esp32s2",
207-
"feather_esp32s2_tft",
208-
"feather_esp32s2_reverse_tft",
209226
"feather_esp32s3",
210-
"feather_esp32s3_4mbflash_2mbpsram",
211-
"feather_esp32s3_tft",
212227
"qtpy_esp32s3",
213-
"qtpy_esp32s2",
214-
"feather_esp32s3_reverse_tft",
215-
"qtpy_esp32s3_n4r2",
216228
]
217229
steps:
218230
- name: "skip if unwanted"

0 commit comments

Comments
 (0)