File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,15 @@ arduino_zero_edbg.build.openocdscript=openocd_scripts/arduino_zero.cfg
19
19
arduino_zero_edbg.build.variant=arduino_zero
20
20
arduino_zero_edbg.build.variant_system_lib=
21
21
arduino_zero_edbg.build.vid=0x2341
22
- arduino_zero_edbg.build.pid=0x004d
22
+ arduino_zero_edbg.build.pid=0x804d
23
23
arduino_zero_edbg.bootloader.tool=openocd
24
24
arduino_zero_edbg.bootloader.file=zero/samd21_sam_ba.bin
25
25
26
26
arduino_zero_native.name=Arduino Zero (Native USB Port)
27
27
arduino_zero_native.vid.0=0x2341
28
- arduino_zero_native.pid.0=0x004d
28
+ arduino_zero_native.pid.0=0x804d
29
+ arduino_zero_native.vid.1=0x2341
30
+ arduino_zero_native.pid.1=0x004d
29
31
arduino_zero_native.upload.tool=bossac
30
32
arduino_zero_native.upload.protocol=sam-ba
31
33
arduino_zero_native.upload.maximum_size=262144
@@ -44,4 +46,4 @@ arduino_zero_native.build.openocdscript=openocd_scripts/arduino_zero.cfg
44
46
arduino_zero_native.build.variant=arduino_zero
45
47
arduino_zero_native.build.variant_system_lib=
46
48
arduino_zero_native.build.vid=0x2341
47
- arduino_zero_native.build.pid=0x004d
49
+ arduino_zero_native.build.pid=0x804d
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ const char devDescriptor[] = {
50
50
0x00 , // bDeviceSubclass: CDC class sub code
51
51
0x00 , // bDeviceProtocol: CDC Device protocol
52
52
0x40 , // bMaxPacketSize0
53
- 0xEB , // idVendorL
54
- 0x03 , //
55
- 0x24 , // idProductL
56
- 0x61 , //
53
+ 0x41 , // idVendorL
54
+ 0x23 , //
55
+ 0x4D , // idProductL
56
+ 0x00 , //
57
57
0x10 , // bcdDeviceL
58
58
0x01 , //
59
59
0x00 , // iManufacturer // 0x01
Original file line number Diff line number Diff line change 33
33
// ==================================================================
34
34
35
35
#define USB_PID_DUE 0x003E
36
- #define USB_PID_ZERO 0x004D
36
+ #define USB_PID_ZERO 0x804D
37
37
38
38
// USB Device
39
39
#define USB_VID 0x2341 // arduino LLC vid
You can’t perform that action at this time.
0 commit comments