Skip to content

Commit 7613246

Browse files
authored
Merge pull request #572 from adafruit/min_spiffs_wippersnapper_qtpy_esp32c3_featheresp32
Swap build targets and asset skips for new min_spiffs board definitions
2 parents 7a97122 + 5e77268 commit 7613246

File tree

7 files changed

+11
-1
lines changed

7 files changed

+11
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
strategy:
9191
fail-fast: false
9292
matrix:
93-
arduino-platform: ["feather_esp32", "qtpy_esp32", "feather_esp32_v2", "itsybitsy_esp32", "qtpy_esp32c3"]
93+
arduino-platform: ["wippersnapper_feather_esp32", "qtpy_esp32", "feather_esp32_v2", "itsybitsy_esp32", "wippersnapper_qtpy_esp32c3"]
9494
include:
9595
- offset: "0x1000"
9696
- offset: "0x0"
@@ -158,6 +158,10 @@ jobs:
158158
id: get_board_json
159159
run: |
160160
board_name=${{ matrix.arduino-platform }}
161+
# Remove '_noota' suffix if present
162+
board_name=${board_name%_noota}
163+
# Remove 'wippersnapper_' prefix if present
164+
board_name=${board_name#wippersnapper_}
161165
content=$(cat ws-boards/boards/${board_name//_/-}/definition.json)
162166
{
163167
echo 'boardJson<<EOF'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)