Skip to content

Commit 68206b8

Browse files
committed
Revert "Merge branch 'offline-mode' into migrate-api-v2-uart"
This reverts commit 0263274, reversing changes made to dff9e98.
1 parent f39dccd commit 68206b8

File tree

162 files changed

+751
-2480
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+751
-2480
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
# SPDX-FileCopyrightText: Brent Rubell for Adafruit Industries, 2023-2025
1+
# SPDX-FileCopyrightText: Brent Rubell for Adafruit Industries, 2023
22
#
33
# SPDX-License-Identifier: MIT
44
name: WipperSnapper Build CI
55

66
on:
77
workflow_dispatch:
88
pull_request:
9-
branches-ignore:
10-
- 'offline-mode'
119
workflow_call:
1210
secrets:
1311
GH_REPO_TOKEN:

.github/workflows/release-offline.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
push:
77
branches:
88
- offline-mode
9-
- offline-mode-*
109
release:
1110
types: [published]
1211
branches:
@@ -166,8 +165,8 @@ jobs:
166165
tree
167166
- name: Rename build artifacts to reflect the platform name
168167
run: |
169-
mv examples/*/build/*/Wippersnapper_demo_offline_netiface.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
170-
mv examples/*/build/*/Wippersnapper_demo_offline_netiface.ino.bin wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
168+
mv examples/*/build/*/Wippersnapper_demo.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
169+
mv examples/*/build/*/Wippersnapper_demo.ino.bin wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
171170
- name: upload build artifacts
172171
uses: actions/upload-artifact@v4
173172
with:
@@ -184,10 +183,10 @@ jobs:
184183
fail-fast: false
185184
matrix:
186185
arduino-platform: ["pico_rp2040_tinyusb",
187-
"pico_rp2350_tinyusb",
188-
"feather_rp2040_adalogger_tinyusb",
189-
"metro_rp2350_tinyusb"
190-
]
186+
"pico_rp2350_tinyusb",
187+
"feather_rp2040_adalogger_tinyusb",
188+
"metro_rp2350_tinyusb"
189+
]
191190
steps:
192191
- uses: actions/setup-python@v5
193192
with:
@@ -245,7 +244,7 @@ jobs:
245244
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
246245
- name: Rename build artifacts to reflect the platform name
247246
run: |
248-
mv examples/*/build/*/Wippersnapper_demo_offline_nonetiface.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
247+
mv examples/*/build/*/Wippersnapper_demo_offline.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
249248
- name: upload build artifacts
250249
uses: actions/upload-artifact@v4
251250
with:

0 commit comments

Comments
 (0)