Skip to content

Commit c3bc657

Browse files
committed
enforce matrix offset again
1 parent b0e8902 commit c3bc657

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -244,17 +244,14 @@ jobs:
244244
"feather_esp32_v2",
245245
"itsybitsy_esp32",
246246
"wippersnapper_qtpy_esp32c3",
247-
"wippersnapper_feather_esp32c6",
248-
"wippersnapper_feather_esp32c6_debug"
247+
"wippersnapper_feather_esp32c6"
249248
]
250249
include:
251250
- offset: "0x1000"
252251
- offset: "0x0"
253252
arduino-platform: "wippersnapper_qtpy_esp32c3"
254253
- offset: "0x0"
255254
arduino-platform: "wippersnapper_feather_esp32c6"
256-
- offset: "0x0"
257-
arduino-platform: "wippersnapper_feather_esp32c6_debug"
258255
steps:
259256
- uses: actions/setup-python@v5
260257
with:
@@ -329,9 +326,6 @@ jobs:
329326
echo $content
330327
echo EOF
331328
} >> "$GITHUB_OUTPUT"
332-
- name: Print matrix offset
333-
run: |
334-
echo "Matrix offset: ${{ matrix.offset }}"
335329
- name: Create combined binary using Esptool merge_bin
336330
run: |
337331
echo ${{ steps.get_board_json.outputs.boardJson }}
@@ -341,7 +335,7 @@ jobs:
341335
--flash_freq ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashFreq}} \
342336
--flash_size ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashSize}} \
343337
-o wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.combined.bin \
344-
0x0 wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.bootloader.bin \
338+
${{ matrix.offset }} wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.bootloader.bin \
345339
0x8000 wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.partitions.bin \
346340
0xe000 wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.boot_app0.bin \
347341
0x10000 wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.bin

0 commit comments

Comments
 (0)