From 46076d22b9bbeaa122f20977eaa2dbaf16794ca7 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Sat, 28 Jun 2025 11:01:05 -0700 Subject: [PATCH] Remove dead Waveshare RR2040 Plus 16/4M JSON files (#3017) Just noticed #3016 didn't get rid of the older 2-part JSONs --- tools/json/waveshare_rp2040_plus_16mb.json | 56 ---------------------- tools/json/waveshare_rp2040_plus_4mb.json | 56 ---------------------- 2 files changed, 112 deletions(-) delete mode 100644 tools/json/waveshare_rp2040_plus_16mb.json delete mode 100644 tools/json/waveshare_rp2040_plus_4mb.json diff --git a/tools/json/waveshare_rp2040_plus_16mb.json b/tools/json/waveshare_rp2040_plus_16mb.json deleted file mode 100644 index 037f9bf..0000000 --- a/tools/json/waveshare_rp2040_plus_16mb.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "build": { - "arduino": { - "earlephilhower": { - "boot2_source": "boot2_w25q080_2_padded_checksum.S", - "usb_vid": "0x2E8A", - "usb_pid": "0x1020" - } - }, - "core": "earlephilhower", - "cpu": "cortex-m0plus", - "extra_flags": "-DARDUINO_WAVESHARE_RP2040_PLUS -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=500 ", - "f_cpu": "133000000L", - "hwids": [ - [ - "0x2E8A", - "0x00C0" - ], - [ - "0x2E8A", - "0x1020" - ] - ], - "mcu": "rp2040", - "variant": "waveshare_rp2040_plus_16mb" - }, - "debug": { - "jlink_device": "RP2040_M0_0", - "openocd_target": "rp2040.cfg", - "svd_path": "rp2040.svd" - }, - "frameworks": [ - "arduino", - "picosdk" - ], - "name": "RP2040 Plus 16MB", - "upload": { - "maximum_ram_size": 262144, - "maximum_size": 16777216, - "require_upload_port": true, - "native_usb": true, - "use_1200bps_touch": true, - "wait_for_upload_port": false, - "protocol": "picotool", - "protocols": [ - "blackmagic", - "cmsis-dap", - "jlink", - "raspberrypi-swd", - "picotool", - "picoprobe" - ] - }, - "url": "https://www.raspberrypi.org/products/raspberry-pi-pico/", - "vendor": "Waveshare" -} \ No newline at end of file diff --git a/tools/json/waveshare_rp2040_plus_4mb.json b/tools/json/waveshare_rp2040_plus_4mb.json deleted file mode 100644 index 5addd95..0000000 --- a/tools/json/waveshare_rp2040_plus_4mb.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "build": { - "arduino": { - "earlephilhower": { - "boot2_source": "boot2_w25q080_2_padded_checksum.S", - "usb_vid": "0x2E8A", - "usb_pid": "0x1020" - } - }, - "core": "earlephilhower", - "cpu": "cortex-m0plus", - "extra_flags": "-DARDUINO_WAVESHARE_RP2040_PLUS -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=500 ", - "f_cpu": "133000000L", - "hwids": [ - [ - "0x2E8A", - "0x00C0" - ], - [ - "0x2E8A", - "0x1020" - ] - ], - "mcu": "rp2040", - "variant": "waveshare_rp2040_plus_4mb" - }, - "debug": { - "jlink_device": "RP2040_M0_0", - "openocd_target": "rp2040.cfg", - "svd_path": "rp2040.svd" - }, - "frameworks": [ - "arduino", - "picosdk" - ], - "name": "RP2040 Plus 4MB", - "upload": { - "maximum_ram_size": 262144, - "maximum_size": 4194304, - "require_upload_port": true, - "native_usb": true, - "use_1200bps_touch": true, - "wait_for_upload_port": false, - "protocol": "picotool", - "protocols": [ - "blackmagic", - "cmsis-dap", - "jlink", - "raspberrypi-swd", - "picotool", - "picoprobe" - ] - }, - "url": "https://www.raspberrypi.org/products/raspberry-pi-pico/", - "vendor": "Waveshare" -} \ No newline at end of file