Skip to content

Commit 3ed4536

Browse files
committed
Swap Feather ESP32-S2 to web-native-usb task
1 parent 09e4a79 commit 3ed4536

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
matrix:
2626
arduino-platform:
2727
[
28+
"feather_esp32s2",
2829
"funhouse_noota",
2930
"esp32s3_devkitc_1_n8",
3031
"xiao_esp32s3",
@@ -33,6 +34,8 @@ jobs:
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",

0 commit comments

Comments
 (0)