We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df881e commit 492ed75Copy full SHA for 492ed75
.github/workflows/build-clang-doxy.yml
@@ -151,6 +151,13 @@ jobs:
151
wget https://adafruit-circuit-python.s3.amazonaws.com/bootloaders/esp32/seeed_xiao_esp32s3/tinyuf2-seeed_xiao_esp32s3-0.35.0.zip -O tinyuf2.zip
152
fi
153
unzip -o tinyuf2.zip -d .
154
+
155
+ # Copy files where they're expected to make flash_args happy
156
+ mkdir bootloader
157
+ cp bootloader.bin bootloader/bootloader.bin
158
+ mkdir partition_table
159
+ cp partition-table.bin partition_table/partition-table.bin
160
161
# Append main app to flash_args file
162
echo "0x10000 wippersnapper.${{ matrix.arduino-platform }}.fatfs.${{ env.WS_VERSION }}.bin" >> flash_args
163
0 commit comments