From 396f8b116124b5ba317d00ea0003e4636a20b957 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 8 Nov 2025 00:18:36 +0000 Subject: [PATCH 1/2] Update to main-snapshot-2025-11-03 Updates the `.swift-version` file to Swift `main-snapshot-2025-11-03`. > This PR was automatically generated. --- .swift-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.swift-version b/.swift-version index 80a37fb..46f2cb8 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -main-snapshot-2025-09-06 \ No newline at end of file +main-snapshot-2025-11-03 From 4418b3da4e43818c253e452b2c7d2b9f3d0b80bc Mon Sep 17 00:00:00 2001 From: Rauhul Varma Date: Mon, 10 Nov 2025 07:51:19 -0800 Subject: [PATCH 2/2] Backport patch from pico 2.2.1 --- .github/workflows/build-rpi-pico-sdk.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-rpi-pico-sdk.yml b/.github/workflows/build-rpi-pico-sdk.yml index 0e25ab5..209d405 100644 --- a/.github/workflows/build-rpi-pico-sdk.yml +++ b/.github/workflows/build-rpi-pico-sdk.yml @@ -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: |