Merge branch 'master' into renesas-ra

This commit is contained in:
hathach
2023-03-11 08:15:23 +07:00
70 changed files with 210 additions and 263 deletions

View File

@@ -81,7 +81,7 @@ jobs:
echo >> $GITHUB_ENV PICO_SDK_PATH=~/pico-sdk
- name: Get Dependencies
run: python3 tools/get_dependencies.py ${{ matrix.family }}
run: python3 tools/get_family_deps.py ${{ matrix.family }}
- name: Build
run: python3 tools/build_family.py ${{ matrix.family }}