Skip to content

Commit 008bbc9

Browse files
committed
correct USB PIDs for several boards
1 parent bd17fc1 commit 008bbc9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ports/atmel-samd/boards/arduino_mkrzero/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
LD_FILE = boards/samd21x18-bootloader.ld
22
USB_VID = 0x239A
3-
USB_PID = 0x8035
3+
USB_PID = 0x8050
44
USB_PRODUCT = "Arduino MKRZero"
55
USB_MANUFACTURER = "Arduino"
66

ports/atmel-samd/boards/pybadge/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
LD_FILE = boards/samd51x19-bootloader-external-flash.ld
22
USB_VID = 0x239A
3-
USB_PID = 0x802C
3+
USB_PID = 0x8034
44
USB_PRODUCT = "PyBadge"
55
USB_MANUFACTURER = "Adafruit Industries LLC"
66

ports/atmel-samd/boards/pygamer/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
LD_FILE = boards/samd51x19-bootloader-external-flash.ld
22
USB_VID = 0x239A
3-
USB_PID = 0x802E
3+
USB_PID = 0x803E
44
USB_PRODUCT = "PyGamer"
55
USB_MANUFACTURER = "Adafruit Industries LLC"
66

ports/atmel-samd/boards/pyportal/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
LD_FILE = boards/samd51x20-bootloader-external-flash.ld
22
USB_VID = 0x239A
3-
USB_PID = 0x8032
3+
USB_PID = 0x8036
44
USB_PRODUCT = "PyPortal"
55
USB_MANUFACTURER = "Adafruit Industries LLC"
66

0 commit comments

Comments
 (0)