submodules: delete CMSIS_5 from the repository

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.
This commit is contained in:
Jonathan Bell
2025-07-07 11:30:23 +01:00
committed by P33M
parent c8d5b552b6
commit 9f44aa79cb
2 changed files with 0 additions and 4 deletions

3
.gitmodules vendored
View File

@@ -1,6 +1,3 @@
[submodule "CMSIS_5"]
path = CMSIS_5
url = https://github.com/ARM-software/CMSIS_5
[submodule "freertos"]
path = freertos
url = https://github.com/FreeRTOS/FreeRTOS-Kernel

Submodule CMSIS_5 deleted from a65b7c9a3e