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 2525 matrix :
2626 arduino-platform :
2727 [
28+ " feather_esp32s2" ,
2829 " funhouse_noota" ,
2930 " esp32s3_devkitc_1_n8" ,
3031 " xiao_esp32s3" ,
3334 - offset : " 0x0"
3435 - offset : " 0x1000"
3536 arduino-platform : " funhouse_noota"
37+ - offset : " 0x1000"
38+ arduino-platform : " feather_esp32s2"
3639 steps :
3740 - name : " skip if unwanted"
3841 continue-on-error : true
@@ -154,7 +157,7 @@ jobs:
154157 fi
155158 wget "$DOWNLOAD_URL" -O tinyuf2.zip
156159 unzip -o tinyuf2.zip -d .
157-
160+
158161 # Copy files where they're expected to make flash_args happy
159162 mkdir bootloader
160163 cp bootloader.bin bootloader/bootloader.bin
@@ -163,13 +166,13 @@ jobs:
163166
164167 # Append main app to flash_args file
165168 echo "0x10000 wippersnapper.${{ matrix.arduino-platform }}.fatfs.${{ env.WS_VERSION }}.bin" >> flash_args
166-
169+
167170 # Create new_flash_args with esptool parameters first and output file
168171 echo "--flash-mode ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashMode}}" > new_flash_args
169172 echo "--flash-freq ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashFreq}}" >> new_flash_args
170173 echo "--flash-size ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashSize}}" >> new_flash_args
171174 echo "-o wippersnapper.${{ matrix.arduino-platform }}.fatfs.${{ env.WS_VERSION }}.combined.bin" >> new_flash_args
172-
175+
173176 # Append flash_args content skipping the first line
174177 tail -n +2 flash_args >> new_flash_args
175178 - name : Check boot_app0 file existence (esp32sx built from core, not-source)
@@ -228,7 +231,6 @@ jobs:
228231 " magtag" ,
229232 " metroesp32s2" ,
230233 " metro_esp32s3" ,
231- " feather_esp32s2" ,
232234 " feather_esp32s2_tft" ,
233235 " feather_esp32s2_reverse_tft" ,
234236 " feather_esp32s3" ,
You can’t perform that action at this time.
0 commit comments