Update board info
This commit is contained in:
parent
e3828b361d
commit
3560177601
@ -15,7 +15,17 @@
|
|||||||
]
|
]
|
||||||
],
|
],
|
||||||
"mcu": "rp2040",
|
"mcu": "rp2040",
|
||||||
"variant": "NANO_RP2040_CONNECT"
|
"variant": "NANO_RP2040_CONNECT",
|
||||||
|
"arduino": {
|
||||||
|
"earlephilhower": {
|
||||||
|
"variant": "arduino_nano_connect",
|
||||||
|
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
|
||||||
|
"usb_pid": "0x0058",
|
||||||
|
"usb_vid": "0x2341",
|
||||||
|
"usb_manufacturer": "Arduino",
|
||||||
|
"usb_product" : "Arduino Nano RP2040 Connect"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"jlink_device": "RP2040_M0_0",
|
"jlink_device": "RP2040_M0_0",
|
||||||
|
@ -11,7 +11,17 @@
|
|||||||
]
|
]
|
||||||
],
|
],
|
||||||
"mcu": "rp2040",
|
"mcu": "rp2040",
|
||||||
"variant": "RASPBERRY_PI_PICO"
|
"variant": "RASPBERRY_PI_PICO",
|
||||||
|
"arduino": {
|
||||||
|
"earlephilhower": {
|
||||||
|
"variant": "rpipico",
|
||||||
|
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
|
||||||
|
"usb_vid": "0x2e8a",
|
||||||
|
"usb_pid": "0x000a",
|
||||||
|
"usb_manufacturer": "Raspberry Pi",
|
||||||
|
"usb_product": "Pico"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"jlink_device": "RP2040_M0_0",
|
"jlink_device": "RP2040_M0_0",
|
||||||
@ -39,4 +49,4 @@
|
|||||||
},
|
},
|
||||||
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
|
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
|
||||||
"vendor": "Raspberry Pi"
|
"vendor": "Raspberry Pi"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user