Skip to content

Commit 042c6af

Browse files
Add USB VID/PID to Platform.IO HWIDs (#698)
1 parent 0e18f09 commit 042c6af

33 files changed

+185
-44
lines changed

tools/json/adafruit_feather.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"arduino": {
44
"earlephilhower": {
55
"boot2_source": "boot2_w25x10cl_4_padded_checksum.S",
6-
"usb_vid": "0x239a",
7-
"usb_pid": "0x80f1"
6+
"usb_vid": "0x239A",
7+
"usb_pid": "0x80F1"
88
}
99
},
1010
"core": "earlephilhower",
@@ -15,6 +15,10 @@
1515
[
1616
"0x2E8A",
1717
"0x00C0"
18+
],
19+
[
20+
"0x239A",
21+
"0x80F1"
1822
]
1923
],
2024
"mcu": "rp2040",

tools/json/adafruit_itsybitsy.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"arduino": {
44
"earlephilhower": {
55
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
6-
"usb_vid": "0x239a",
7-
"usb_pid": "0x80fd"
6+
"usb_vid": "0x239A",
7+
"usb_pid": "0x80FD"
88
}
99
},
1010
"core": "earlephilhower",
@@ -15,6 +15,10 @@
1515
[
1616
"0x2E8A",
1717
"0x00C0"
18+
],
19+
[
20+
"0x239A",
21+
"0x80FD"
1822
]
1923
],
2024
"mcu": "rp2040",

tools/json/adafruit_kb2040.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"arduino": {
44
"earlephilhower": {
55
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
6-
"usb_vid": "0x239a",
6+
"usb_vid": "0x239A",
77
"usb_pid": "0x8105"
88
}
99
},
@@ -15,6 +15,10 @@
1515
[
1616
"0x2E8A",
1717
"0x00C0"
18+
],
19+
[
20+
"0x239A",
21+
"0x8105"
1822
]
1923
],
2024
"mcu": "rp2040",

tools/json/adafruit_macropad2040.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"arduino": {
44
"earlephilhower": {
55
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
6-
"usb_vid": "0x239a",
6+
"usb_vid": "0x239A",
77
"usb_pid": "0x8107"
88
}
99
},
@@ -15,6 +15,10 @@
1515
[
1616
"0x2E8A",
1717
"0x00C0"
18+
],
19+
[
20+
"0x239A",
21+
"0x8107"
1822
]
1923
],
2024
"mcu": "rp2040",

tools/json/adafruit_qtpy.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"arduino": {
44
"earlephilhower": {
55
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
6-
"usb_vid": "0x239a",
7-
"usb_pid": "0x80f7"
6+
"usb_vid": "0x239A",
7+
"usb_pid": "0x80F7"
88
}
99
},
1010
"core": "earlephilhower",
@@ -15,6 +15,10 @@
1515
[
1616
"0x2E8A",
1717
"0x00C0"
18+
],
19+
[
20+
"0x239A",
21+
"0x80F7"
1822
]
1923
],
2024
"mcu": "rp2040",

tools/json/adafruit_stemmafriend.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"arduino": {
44
"earlephilhower": {
55
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
6-
"usb_vid": "0x239a",
7-
"usb_pid": "0x80e3"
6+
"usb_vid": "0x239A",
7+
"usb_pid": "0x80E3"
88
}
99
},
1010
"core": "earlephilhower",
@@ -15,6 +15,10 @@
1515
[
1616
"0x2E8A",
1717
"0x00C0"
18+
],
19+
[
20+
"0x239A",
21+
"0x80E3"
1822
]
1923
],
2024
"mcu": "rp2040",

tools/json/adafruit_trinkeyrp2040qt.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"arduino": {
44
"earlephilhower": {
55
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
6-
"usb_vid": "0x239a",
6+
"usb_vid": "0x239A",
77
"usb_pid": "0x8109"
88
}
99
},
@@ -15,6 +15,10 @@
1515
[
1616
"0x2E8A",
1717
"0x00C0"
18+
],
19+
[
20+
"0x239A",
21+
"0x8109"
1822
]
1923
],
2024
"mcu": "rp2040",

tools/json/arduino_nano_connect.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
[
1616
"0x2E8A",
1717
"0x00C0"
18+
],
19+
[
20+
"0x2341",
21+
"0x0058"
1822
]
1923
],
2024
"mcu": "rp2040",

tools/json/challenger_2040_lora.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"arduino": {
44
"earlephilhower": {
55
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
6-
"usb_vid": "0x2e8a",
6+
"usb_vid": "0x2E8A",
77
"usb_pid": "0x1023"
88
}
99
},
@@ -15,6 +15,10 @@
1515
[
1616
"0x2E8A",
1717
"0x00C0"
18+
],
19+
[
20+
"0x2E8A",
21+
"0x1023"
1822
]
1923
],
2024
"mcu": "rp2040",

tools/json/challenger_2040_lte.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"arduino": {
44
"earlephilhower": {
55
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
6-
"usb_vid": "0x2e8a",
7-
"usb_pid": "0x100b"
6+
"usb_vid": "0x2E8A",
7+
"usb_pid": "0x100B"
88
}
99
},
1010
"core": "earlephilhower",
@@ -15,6 +15,10 @@
1515
[
1616
"0x2E8A",
1717
"0x00C0"
18+
],
19+
[
20+
"0x2E8A",
21+
"0x100B"
1822
]
1923
],
2024
"mcu": "rp2040",

0 commit comments

Comments
 (0)