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

Commit

Permalink
update to pidcodes VID:PID
Browse files Browse the repository at this point in the history
  • Loading branch information
majbthrd committed May 8, 2018
1 parent 626305b commit 9d79a3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ Your mileage may vary, particularly with earlier releases of OpenOCD. (The wisd
openocd -f interface/cmsis-dap.cfg -f target/at91samdXX.cfg -c "init; halt; at91samd bootloader 0; exit"
```

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

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

####Step 3: enable the BOOTPROT bits for write-protecting a 1kB bootloader
Expand Down
4 changes: 2 additions & 2 deletions usb_descriptors.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ usb_device_descriptor_t usb_device_descriptor __attribute__ ((aligned (4))) = /*

.bMaxPacketSize0 = 64,
.idVendor = 0x1209,
.idProduct = 0x0001,
.bcdDevice = 0x0100,
.idProduct = 0x2003,
.bcdDevice = 0x0101,

.iManufacturer = USB_STR_ZERO,
.iProduct = USB_STR_ZERO,
Expand Down

0 comments on commit 9d79a3c

Please sign in to comment.