See https://github.com/raspberrypi/pico-setup/issues/57
Clones of debugprobe or invocations of pico-setup.sh frequently
encounter errors relating to bandwidth budgets. These sporadic errors
are due to the large size of the CMSIS_5 repo clone exhausting the
bandwidth quotas on Github, so drop this in favour of a downstream copy
of the relevant CMSIS-DAP firmware files.
Users are advised to delete and regenerate the build directory.
Optionally, reclaim filesystem space by removing .git/modules/CMSIS_5
and all subdirectories.
- Update CMSIS to 5.7.0
- Update FreeRTOS to downstream commit aa52f214d
Note: for an existing repository clone, you must run
git submodule update --init
and delete and regenerate your build/ directory.