Skip to content

Commit

Permalink
Merge pull request #572 from adafruit/min_spiffs_wippersnapper_qtpy_e…
Browse files Browse the repository at this point in the history
…sp32c3_featheresp32

Swap build targets and asset skips for new min_spiffs board definitions
  • Loading branch information
brentru authored Apr 16, 2024
2 parents 7a97122 + 5e77268 commit 7613246
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-clang-doxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arduino-platform: ["feather_esp32", "qtpy_esp32", "feather_esp32_v2", "itsybitsy_esp32", "qtpy_esp32c3"]
arduino-platform: ["wippersnapper_feather_esp32", "qtpy_esp32", "feather_esp32_v2", "itsybitsy_esp32", "wippersnapper_qtpy_esp32c3"]
include:
- offset: "0x1000"
- offset: "0x0"
Expand Down Expand Up @@ -158,6 +158,10 @@ jobs:
id: get_board_json
run: |
board_name=${{ matrix.arduino-platform }}
# Remove '_noota' suffix if present
board_name=${board_name%_noota}
# Remove 'wippersnapper_' prefix if present
board_name=${board_name#wippersnapper_}
content=$(cat ws-boards/boards/${board_name//_/-}/definition.json)
{
echo 'boardJson<<EOF'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 7613246

Please sign in to comment.