We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396f8b1 commit 4418b3dCopy full SHA for 4418b3d
.github/workflows/build-rpi-pico-sdk.yml
@@ -59,6 +59,9 @@ jobs:
59
run: |
60
git clone --depth 1 --branch ${{ env.PICO_SDK_VERSION }} https://github.com/raspberrypi/pico-sdk.git
61
git -C pico-sdk submodule update --init --recursive
62
+ # back-port a fix to be included with 2.2.1 to fix issue with arm-cle built-ins.
63
+ git -C pico-sdk fetch --depth=1 origin 8fcd44a1718337861214ba5499a8faceea2bfa1d
64
+ git -C pico-sdk checkout 8fcd44a1718337861214ba5499a8faceea2bfa1d src/rp2_common/hardware_sync/include/hardware/sync.h
65
66
- name: Clone Pico Extras
67
0 commit comments