Skip to content

Commit 8449ec5

Browse files
committed
Backport patch from pico 2.2.1
1 parent 396f8b1 commit 8449ec5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-rpi-pico-sdk.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
run: |
6060
git clone --depth 1 --branch ${{ env.PICO_SDK_VERSION }} https://github.com/raspberrypi/pico-sdk.git
6161
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 fetch --depth=1 origin 8fcd44a1718337861214ba5499a8faceea2bfa1d
64+
git checkout 8fcd44a1718337861214ba5499a8faceea2bfa1d src/rp2_common/hardware_sync/include/hardware/sync.h
6265
6366
- name: Clone Pico Extras
6467
run: |

0 commit comments

Comments
 (0)