diff --git a/boards/nanorp2040connect.json b/boards/nanorp2040connect.json index 45fc6b3..95d684b 100644 --- a/boards/nanorp2040connect.json +++ b/boards/nanorp2040connect.json @@ -15,7 +15,17 @@ ] ], "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": { "jlink_device": "RP2040_M0_0", diff --git a/boards/pico.json b/boards/pico.json index 4a2dc67..2587285 100644 --- a/boards/pico.json +++ b/boards/pico.json @@ -11,7 +11,17 @@ ] ], "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": { "jlink_device": "RP2040_M0_0", @@ -39,4 +49,4 @@ }, "url": "https://www.raspberrypi.org/products/raspberry-pi-pico/", "vendor": "Raspberry Pi" -} +} \ No newline at end of file