Skip to content

Commit 3ce961f

Browse files
Add in missing JSON files
1 parent eaf5e04 commit 3ce961f

File tree

2 files changed

+104
-0
lines changed

2 files changed

+104
-0
lines changed

tools/json/seeed_xiao_rp2040.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"build": {
3+
"core": "earlephilhower",
4+
"cpu": "cortex-m0plus",
5+
"extra_flags": "-D ARDUINO_SEEED_XAIO_RP2040 -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250",
6+
"f_cpu": "133000000L",
7+
"hwids": [
8+
[
9+
"0x2E8A",
10+
"0x00C0"
11+
]
12+
],
13+
"mcu": "rp2040",
14+
"arduino": {
15+
"earlephilhower": {
16+
"variant": "seeed_xiao_rp2040",
17+
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
18+
"usb_vid": "0x2e8a",
19+
"usb_pid": "0x000a",
20+
"usb_manufacturer": "Seeed",
21+
"usb_product": "XAIO RP2040"
22+
}
23+
}
24+
},
25+
"debug": {
26+
"jlink_device": "RP2040_M0_0",
27+
"openocd_target": "rp2040.cfg",
28+
"svd_path": "rp2040.svd"
29+
},
30+
"frameworks": [
31+
"arduino"
32+
],
33+
"name": "XAIO RP2040",
34+
"upload": {
35+
"maximum_ram_size": 270336,
36+
"maximum_size": 2097152,
37+
"require_upload_port": true,
38+
"native_usb": true,
39+
"use_1200bps_touch": true,
40+
"wait_for_upload_port": false,
41+
"protocol": "picotool",
42+
"protocols": [
43+
"cmsis-dap",
44+
"jlink",
45+
"raspberrypi-swd",
46+
"picotool",
47+
"picoprobe"
48+
]
49+
},
50+
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
51+
"vendor": "Seeed"
52+
}
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"build": {
3+
"core": "earlephilhower",
4+
"cpu": "cortex-m0plus",
5+
"extra_flags": "-D ARDUINO_SPARKFUN_THINGPLUS_RP2040 -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250",
6+
"f_cpu": "133000000L",
7+
"hwids": [
8+
[
9+
"0x2E8A",
10+
"0x00C0"
11+
]
12+
],
13+
"mcu": "rp2040",
14+
"arduino": {
15+
"earlephilhower": {
16+
"variant": "sparkfun_thingplusrp2040",
17+
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
18+
"usb_vid": "0x1b4f",
19+
"usb_pid": "0x0026",
20+
"usb_manufacturer": "SparkFun",
21+
"usb_product": "Thing Plus RP2040"
22+
}
23+
}
24+
},
25+
"debug": {
26+
"jlink_device": "RP2040_M0_0",
27+
"openocd_target": "rp2040.cfg",
28+
"svd_path": "rp2040.svd"
29+
},
30+
"frameworks": [
31+
"arduino"
32+
],
33+
"name": "Thing Plus RP2040",
34+
"upload": {
35+
"maximum_ram_size": 270336,
36+
"maximum_size": 16777216,
37+
"require_upload_port": true,
38+
"native_usb": true,
39+
"use_1200bps_touch": true,
40+
"wait_for_upload_port": false,
41+
"protocol": "picotool",
42+
"protocols": [
43+
"cmsis-dap",
44+
"jlink",
45+
"raspberrypi-swd",
46+
"picotool",
47+
"picoprobe"
48+
]
49+
},
50+
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
51+
"vendor": "SparkFun"
52+
}

0 commit comments

Comments
 (0)