Merge pull request #865 from kilograham/pico-0.10.0

Pico 0.10.0
This commit is contained in:
Ha Thach
2021-06-03 01:02:54 +07:00
committed by GitHub
38 changed files with 704 additions and 823 deletions

View File

@@ -67,7 +67,7 @@ jobs:
- name: Checkout pico-sdk
if: matrix.family == 'rp2040'
run: |
git clone --depth 1 https://github.com/raspberrypi/pico-sdk ~/pico-sdk
git clone --depth 1 -b tinyusb-0.10.0 https://github.com/raspberrypi/pico-sdk ~/pico-sdk
echo >> $GITHUB_ENV PICO_SDK_PATH=~/pico-sdk
- name: Set Toolchain URL