Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/build-rpi-pico-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
run: |
git clone --depth 1 --branch ${{ env.PICO_SDK_VERSION }} https://github.com/raspberrypi/pico-sdk.git
git -C pico-sdk submodule update --init --recursive
# back-port a fix to be included with 2.2.1 to fix issue with arm-cle built-ins.
git -C pico-sdk fetch --depth=1 origin 8fcd44a1718337861214ba5499a8faceea2bfa1d
git -C pico-sdk checkout 8fcd44a1718337861214ba5499a8faceea2bfa1d src/rp2_common/hardware_sync/include/hardware/sync.h

- name: Clone Pico Extras
run: |
Expand Down
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
main-snapshot-2025-09-06
main-snapshot-2025-11-03
Loading