File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 25
25
matrix :
26
26
arduino-platform :
27
27
[
28
+ " feather_esp32s2" ,
28
29
" funhouse_noota" ,
29
30
" esp32s3_devkitc_1_n8" ,
30
31
" xiao_esp32s3" ,
33
34
- offset : " 0x0"
34
35
- offset : " 0x1000"
35
36
arduino-platform : " funhouse_noota"
37
+ - offset : " 0x1000"
38
+ arduino-platform : " feather_esp32s2"
36
39
steps :
37
40
- name : " skip if unwanted"
38
41
continue-on-error : true
@@ -154,7 +157,7 @@ jobs:
154
157
fi
155
158
wget "$DOWNLOAD_URL" -O tinyuf2.zip
156
159
unzip -o tinyuf2.zip -d .
157
-
160
+
158
161
# Copy files where they're expected to make flash_args happy
159
162
mkdir bootloader
160
163
cp bootloader.bin bootloader/bootloader.bin
@@ -163,13 +166,13 @@ jobs:
163
166
164
167
# Append main app to flash_args file
165
168
echo "0x10000 wippersnapper.${{ matrix.arduino-platform }}.fatfs.${{ env.WS_VERSION }}.bin" >> flash_args
166
-
169
+
167
170
# Create new_flash_args with esptool parameters first and output file
168
171
echo "--flash-mode ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashMode}}" > new_flash_args
169
172
echo "--flash-freq ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashFreq}}" >> new_flash_args
170
173
echo "--flash-size ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashSize}}" >> new_flash_args
171
174
echo "-o wippersnapper.${{ matrix.arduino-platform }}.fatfs.${{ env.WS_VERSION }}.combined.bin" >> new_flash_args
172
-
175
+
173
176
# Append flash_args content skipping the first line
174
177
tail -n +2 flash_args >> new_flash_args
175
178
- name : Check boot_app0 file existence (esp32sx built from core, not-source)
@@ -228,7 +231,6 @@ jobs:
228
231
" magtag" ,
229
232
" metroesp32s2" ,
230
233
" metro_esp32s3" ,
231
- " feather_esp32s2" ,
232
234
" feather_esp32s2_tft" ,
233
235
" feather_esp32s2_reverse_tft" ,
234
236
" feather_esp32s3" ,
You can’t perform that action at this time.
0 commit comments