Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Commit 9d79a3c

Browse files
committed
update to pidcodes VID:PID
1 parent 626305b commit 9d79a3c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ Your mileage may vary, particularly with earlier releases of OpenOCD. (The wisd
4343
openocd -f interface/cmsis-dap.cfg -f target/at91samdXX.cfg -c "init; halt; at91samd bootloader 0; exit"
4444
```
4545

46-
####Step 2: program the bootloader (the file Dx1bootloader-v1_00-PA15.srec in this example)
46+
####Step 2: program the bootloader (the file Dx1bootloader-v1_01-PA15.srec in this example)
4747

4848
```
49-
openocd -f interface/cmsis-dap.cfg -f target/at91samdXX.cfg -c "program Dx1bootloader-v1_00-PA15.srec verify; exit"
49+
openocd -f interface/cmsis-dap.cfg -f target/at91samdXX.cfg -c "program Dx1bootloader-v1_01-PA15.srec verify; exit"
5050
```
5151

5252
####Step 3: enable the BOOTPROT bits for write-protecting a 1kB bootloader

usb_descriptors.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ usb_device_descriptor_t usb_device_descriptor __attribute__ ((aligned (4))) = /*
4444

4545
.bMaxPacketSize0 = 64,
4646
.idVendor = 0x1209,
47-
.idProduct = 0x0001,
48-
.bcdDevice = 0x0100,
47+
.idProduct = 0x2003,
48+
.bcdDevice = 0x0101,
4949

5050
.iManufacturer = USB_STR_ZERO,
5151
.iProduct = USB_STR_ZERO,

0 commit comments

Comments
 (0)