Add HWIDs, update Arduino-Pico core

This commit is contained in:
unknown 2022-07-21 22:18:03 +02:00
parent bd2f3e756b
commit 0f1e560f0b
33 changed files with 172 additions and 44 deletions

View File

@ -3,8 +3,8 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25x10cl_4_padded_checksum.S", "boot2_source": "boot2_w25x10cl_4_padded_checksum.S",
"usb_vid": "0x239a", "usb_vid": "0x239A",
"usb_pid": "0x80f1" "usb_pid": "0x80F1"
} }
}, },
"core": "earlephilhower", "core": "earlephilhower",
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x239A",
"0x80F1"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,8 +3,8 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x239a", "usb_vid": "0x239A",
"usb_pid": "0x80fd" "usb_pid": "0x80FD"
} }
}, },
"core": "earlephilhower", "core": "earlephilhower",
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x239A",
"0x80FD"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,7 +3,7 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x239a", "usb_vid": "0x239A",
"usb_pid": "0x8105" "usb_pid": "0x8105"
} }
}, },
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x239A",
"0x8105"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,7 +3,7 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x239a", "usb_vid": "0x239A",
"usb_pid": "0x8107" "usb_pid": "0x8107"
} }
}, },
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x239A",
"0x8107"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,8 +3,8 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x239a", "usb_vid": "0x239A",
"usb_pid": "0x80f7" "usb_pid": "0x80F7"
} }
}, },
"core": "earlephilhower", "core": "earlephilhower",
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x239A",
"0x80F7"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,8 +3,8 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x239a", "usb_vid": "0x239A",
"usb_pid": "0x80e3" "usb_pid": "0x80E3"
} }
}, },
"core": "earlephilhower", "core": "earlephilhower",
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x239A",
"0x80E3"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,7 +3,7 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x239a", "usb_vid": "0x239A",
"usb_pid": "0x8109" "usb_pid": "0x8109"
} }
}, },
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x239A",
"0x8109"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x2341",
"0x0058"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,7 +3,7 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x2e8a", "usb_vid": "0x2E8A",
"usb_pid": "0x1023" "usb_pid": "0x1023"
} }
}, },
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x2E8A",
"0x1023"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,8 +3,8 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x2e8a", "usb_vid": "0x2E8A",
"usb_pid": "0x100b" "usb_pid": "0x100B"
} }
}, },
"core": "earlephilhower", "core": "earlephilhower",
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x2E8A",
"0x100B"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,8 +3,8 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x2e8a", "usb_vid": "0x2E8A",
"usb_pid": "0x102d" "usb_pid": "0x102D"
} }
}, },
"core": "earlephilhower", "core": "earlephilhower",
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x2E8A",
"0x102D"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,7 +3,7 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x2e8a", "usb_vid": "0x2E8A",
"usb_pid": "0x1032" "usb_pid": "0x1032"
} }
}, },
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x2E8A",
"0x1032"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,7 +3,7 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x2e8a", "usb_vid": "0x2E8A",
"usb_pid": "0x1006" "usb_pid": "0x1006"
} }
}, },
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x2E8A",
"0x1006"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,7 +3,7 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x2e8a", "usb_vid": "0x2E8A",
"usb_pid": "0x102C" "usb_pid": "0x102C"
} }
}, },
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x2E8A",
"0x102C"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,8 +3,8 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x2e8a", "usb_vid": "0x2E8A",
"usb_pid": "0x100b" "usb_pid": "0x100B"
} }
}, },
"core": "earlephilhower", "core": "earlephilhower",
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x2E8A",
"0x100B"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,8 +3,8 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x2e8a", "usb_vid": "0x2E8A",
"usb_pid": "0x100f" "usb_pid": "0x100F"
} }
}, },
"core": "earlephilhower", "core": "earlephilhower",
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x2E8A",
"0x100F"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,7 +3,7 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x2e8a", "usb_vid": "0x2E8A",
"usb_pid": "0x1000" "usb_pid": "0x1000"
} }
}, },
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x2E8A",
"0x1000"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x3343",
"0x4253"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,8 +3,8 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_generic_03h_4_padded_checksum.S", "boot2_source": "boot2_generic_03h_4_padded_checksum.S",
"usb_vid": "0x2e8a", "usb_vid": "0x2E8A",
"usb_pid": "0x008a" "usb_pid": "0x008A"
} }
}, },
"core": "earlephilhower", "core": "earlephilhower",
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x2E8A",
"0x008A"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,8 +3,8 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_generic_03h_4_padded_checksum.S", "boot2_source": "boot2_generic_03h_4_padded_checksum.S",
"usb_vid": "0x2e8a", "usb_vid": "0x2E8A",
"usb_pid": "0xf00a" "usb_pid": "0xF00A"
} }
}, },
"core": "earlephilhower", "core": "earlephilhower",
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x2E8A",
"0xF00A"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,7 +3,7 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x2e8a", "usb_vid": "0x2E8A",
"usb_pid": "0x1010" "usb_pid": "0x1010"
} }
}, },
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x2E8A",
"0x1010"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,7 +3,7 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x2e8a", "usb_vid": "0x2E8A",
"usb_pid": "0x1005" "usb_pid": "0x1005"
} }
}, },
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x2E8A",
"0x1005"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,8 +3,8 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x2e8a", "usb_vid": "0x2E8A",
"usb_pid": "0x000a" "usb_pid": "0x000A"
} }
}, },
"core": "earlephilhower", "core": "earlephilhower",
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x2E8A",
"0x000A"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,8 +3,8 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x2e8a", "usb_vid": "0x2E8A",
"usb_pid": "0xf00a" "usb_pid": "0xF00A"
} }
}, },
"core": "earlephilhower", "core": "earlephilhower",
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x2E8A",
"0xF00A"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,8 +3,8 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x2e8a", "usb_vid": "0x2E8A",
"usb_pid": "0x000a" "usb_pid": "0x000A"
} }
}, },
"core": "earlephilhower", "core": "earlephilhower",
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x2E8A",
"0x000A"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -4,7 +4,7 @@
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_generic_03h_4_padded_checksum.S", "boot2_source": "boot2_generic_03h_4_padded_checksum.S",
"usb_vid": "0x1209", "usb_vid": "0x1209",
"usb_pid": "0xa182" "usb_pid": "0xA182"
} }
}, },
"core": "earlephilhower", "core": "earlephilhower",
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x1209",
"0xA182"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,7 +3,7 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_generic_03h_4_padded_checksum.S", "boot2_source": "boot2_generic_03h_4_padded_checksum.S",
"usb_vid": "0x1b4f", "usb_vid": "0x1B4F",
"usb_pid": "0x0026" "usb_pid": "0x0026"
} }
}, },
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x1B4F",
"0x0026"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,7 +3,7 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x1b4f", "usb_vid": "0x1B4F",
"usb_pid": "0x0026" "usb_pid": "0x0026"
} }
}, },
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x1B4F",
"0x0026"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,7 +3,7 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x2e8a", "usb_vid": "0x2E8A",
"usb_pid": "0x1007" "usb_pid": "0x1007"
} }
}, },
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x2E8A",
"0x1007"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,7 +3,7 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x2e8a", "usb_vid": "0x2E8A",
"usb_pid": "0x1027" "usb_pid": "0x1027"
} }
}, },
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x2E8A",
"0x1027"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,7 +3,7 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x2e8a", "usb_vid": "0x2E8A",
"usb_pid": "0x1029" "usb_pid": "0x1029"
} }
}, },
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x2E8A",
"0x1029"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -3,7 +3,7 @@
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x2e8a", "usb_vid": "0x2E8A",
"usb_pid": "0x1028" "usb_pid": "0x1028"
} }
}, },
@ -15,6 +15,10 @@
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
],
[
"0x2E8A",
"0x1028"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",

View File

@ -47,7 +47,7 @@
"type": "framework", "type": "framework",
"optional": true, "optional": true,
"owner": "earlephilhower", "owner": "earlephilhower",
"version": "https://github.com/earlephilhower/arduino-pico.git#40f4fdf246f270f7126fb3abb62bb31161ae8ab0" "version": "https://github.com/earlephilhower/arduino-pico.git#a97dc38e8778f531ec4d7eddfe66f464d8be434a"
}, },
"tool-rp2040tools": { "tool-rp2040tools": {
"type": "uploader", "type": "uploader",