From bd485fe9b97c6d41e758775f4647e8c5e3be4fdb Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 14 Nov 2022 19:55:35 +0100 Subject: [PATCH] Update to latest board defs and core commit --- boards/arduino_nano_connect.json | 4 +-- boards/datanoisetv_picoadk.json | 54 ++++++++++++++++++++++++++++++++ boards/flyboard2040_core.json | 2 +- platform.json | 2 +- 4 files changed, 58 insertions(+), 4 deletions(-) create mode 100644 boards/datanoisetv_picoadk.json diff --git a/boards/arduino_nano_connect.json b/boards/arduino_nano_connect.json index 340bf0f..68e9abb 100644 --- a/boards/arduino_nano_connect.json +++ b/boards/arduino_nano_connect.json @@ -4,7 +4,7 @@ "earlephilhower": { "boot2_source": "boot2_w25q080_2_padded_checksum.S", "usb_vid": "0x2341", - "usb_pid": "0x0058" + "usb_pid": "0x005E" } }, "core": "earlephilhower", @@ -18,7 +18,7 @@ ], [ "0x2341", - "0x0058" + "0x005E" ] ], "mcu": "rp2040", diff --git a/boards/datanoisetv_picoadk.json b/boards/datanoisetv_picoadk.json new file mode 100644 index 0000000..503763c --- /dev/null +++ b/boards/datanoisetv_picoadk.json @@ -0,0 +1,54 @@ +{ + "build": { + "arduino": { + "earlephilhower": { + "boot2_source": "boot2_w25q080_2_padded_checksum.S", + "usb_vid": "0x2E8A", + "usb_pid": "0x000A" + } + }, + "core": "earlephilhower", + "cpu": "cortex-m0plus", + "extra_flags": "-D ARDUINO_DATANOISETV_PICOADK -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250", + "f_cpu": "133000000L", + "hwids": [ + [ + "0x2E8A", + "0x00C0" + ], + [ + "0x2E8A", + "0x000A" + ] + ], + "mcu": "rp2040", + "variant": "datanoisetv_picoadk" + }, + "debug": { + "jlink_device": "RP2040_M0_0", + "openocd_target": "rp2040.cfg", + "svd_path": "rp2040.svd" + }, + "frameworks": [ + "arduino" + ], + "name": "PicoADK", + "upload": { + "maximum_ram_size": 270336, + "maximum_size": 2097152, + "require_upload_port": true, + "native_usb": true, + "use_1200bps_touch": true, + "wait_for_upload_port": false, + "protocol": "picotool", + "protocols": [ + "cmsis-dap", + "jlink", + "raspberrypi-swd", + "picotool", + "picoprobe" + ] + }, + "url": "https://www.raspberrypi.org/products/raspberry-pi-pico/", + "vendor": "DatanoiseTV" +} diff --git a/boards/flyboard2040_core.json b/boards/flyboard2040_core.json index fab7a0b..de6b228 100644 --- a/boards/flyboard2040_core.json +++ b/boards/flyboard2040_core.json @@ -2,7 +2,7 @@ "build": { "arduino": { "earlephilhower": { - "boot2_source": "boot2_generic_03h_4_padded_checksum.S", + "boot2_source": "boot2_w25q080_2_padded_checksum.S", "usb_vid": "0x2E8A", "usb_pid": "0x008A" } diff --git a/platform.json b/platform.json index 196953c..a23e00b 100644 --- a/platform.json +++ b/platform.json @@ -47,7 +47,7 @@ "type": "framework", "optional": true, "owner": "earlephilhower", - "version": "https://github.com/earlephilhower/arduino-pico.git#ec7631096b667b8d40663c6da4667e3e0aea5a97" + "version": "https://github.com/earlephilhower/arduino-pico.git#852219caf583f0d3e5ca7fe2c9c725f0f798019a" }, "tool-rp2040tools": { "type": "uploader",