File tree Expand file tree Collapse file tree 1 file changed +23
-11
lines changed Expand file tree Collapse file tree 1 file changed +23
-11
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,34 @@ jobs:
27
27
arduino-platform :
28
28
[
29
29
" 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" ,
31
41
]
32
42
include :
33
43
- offset : " 0x0"
34
44
- offset : " 0x1000"
35
45
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"
36
58
steps :
37
59
- name : " skip if unwanted"
38
60
if : |
@@ -200,19 +222,9 @@ jobs:
200
222
matrix :
201
223
arduino-platform :
202
224
[
203
- " magtag" ,
204
- " metroesp32s2" ,
205
225
" metro_esp32s3" ,
206
- " feather_esp32s2" ,
207
- " feather_esp32s2_tft" ,
208
- " feather_esp32s2_reverse_tft" ,
209
226
" feather_esp32s3" ,
210
- " feather_esp32s3_4mbflash_2mbpsram" ,
211
- " feather_esp32s3_tft" ,
212
227
" qtpy_esp32s3" ,
213
- " qtpy_esp32s2" ,
214
- " feather_esp32s3_reverse_tft" ,
215
- " qtpy_esp32s3_n4r2" ,
216
228
]
217
229
steps :
218
230
- name : " skip if unwanted"
You can’t perform that action at this time.
0 commit comments