Compare commits

..

4 Commits

Author SHA1 Message Date
Jonathan Bell
466432c5eb Debugprobe release v2.2.3 2025-07-07 15:00:38 +01:00
Jonathan Bell
9f44aa79cb 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.
2025-07-07 14:52:52 +01:00
Jonathan Bell
c8d5b552b6 CMakelists.txt: use downstream copies of CMSIS_5 files
This change will require re-running cmake in the build directory.
2025-07-07 14:52:52 +01:00
Jonathan Bell
d91503b68c Add downstream copies of CMSIS_5 files relevant to CMSIS-DAP firmware
From tag v2.0.0. Not used in the project yet.
2025-07-07 14:52:52 +01:00

View File

@@ -48,7 +48,7 @@ tusb_desc_device_t const desc_device =
.idVendor = 0x2E8A, // Pi
.idProduct = 0x000c, // CMSIS-DAP Debug Probe
.bcdDevice = 0x0222, // Version 02.22
.bcdDevice = 0x0223, // Version 02.23
.iManufacturer = 0x01,
.iProduct = 0x02,
.iSerialNumber = 0x03,