Skip to content

Commit 53875ec

Browse files
committed
Debugprobe release v2.2.1
This release is a point release because unknown/stale submodule(s) caused a regression with long UART TX strings that subsequently could not be reproduced. The build artifacts for this release were compiled on a Raspberry Pi 5 running Raspberry Pi OS (Debian 12) instead of Ubuntu 22.04 on amd64.
1 parent 9226fac commit 53875ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/usb_descriptors.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tusb_desc_device_t const desc_device =
4848

4949
.idVendor = 0x2E8A, // Pi
5050
.idProduct = 0x000c, // CMSIS-DAP Debug Probe
51-
.bcdDevice = 0x0220, // Version 02.20
51+
.bcdDevice = 0x0221, // Version 02.21
5252
.iManufacturer = 0x01,
5353
.iProduct = 0x02,
5454
.iSerialNumber = 0x03,

0 commit comments

Comments
 (0)