Skip to content

Commit

Permalink
Fix PID=C610 now (correct PID)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinoflynn committed Nov 11, 2019
1 parent ac8f29b commit 63d9d3b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion firmware/phywhisperer/conf_usb.h
Expand Up @@ -54,7 +54,7 @@

//! Device definition (mandatory)
#define USB_DEVICE_VENDOR_ID 0x2B3E
#define USB_DEVICE_PRODUCT_ID 0xC601
#define USB_DEVICE_PRODUCT_ID 0xC610
#define USB_DEVICE_MAJOR_VERSION 1
#define USB_DEVICE_MINOR_VERSION 0
#define USB_DEVICE_POWER 500 // Consumption on Vbus line (mA)
Expand Down
Binary file modified firmware/phywhisperer/phywhisperer-SAM3U1C.bin
Binary file not shown.
Binary file modified firmware/phywhisperer/phywhisperer-SAM3U1C.elf
Binary file not shown.
2 changes: 1 addition & 1 deletion firmware/phywhisperer/phywhisperer-SAM3U1C.hex
Expand Up @@ -1533,7 +1533,7 @@
:105FAC0000000000000000000000000000000000E5
:105FBC0000000000000000000000000000000000D5
:105FCC0000000000000000000000010012010002AF
:105FDC00000000403E2B01C600010102030100003D
:105FDC00000000403E2B10C600010102030100002E
:105FEC000A06000200000040010000000902200027
:105FFC0001010080FA0904000002FFFFFF00070501
:10600C008102400000070502024000000902200046
Expand Down
2 changes: 1 addition & 1 deletion firmware/phywhisperer/phywhisperer-SAM3U1C.lss
Expand Up @@ -16131,7 +16131,7 @@ void system_init_flash(uint32_t ul_clk)
2000031a: ..

2000031c <udc_device_desc>:
2000031c: 02000112 40000000 c6012b3e 02010100 .......@>+......
2000031c: 02000112 40000000 c6102b3e 02010100 .......@>+......
2000032c: 00000103 ....

20000330 <udc_device_qual>:
Expand Down
4 changes: 2 additions & 2 deletions software/phywhisperer/firmware/phywhisperer.py

Large diffs are not rendered by default.

0 comments on commit 63d9d3b

Please sign in to comment.