Skip to content

Commit 47b206f

Browse files
authored
Update Arduino-Pico board files
1 parent 488689c commit 47b206f

File tree

3 files changed

+150
-0
lines changed

3 files changed

+150
-0
lines changed

boards/challenger_2040_sdrtc.json

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

boards/challenger_2040_subghz.json

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

boards/rpipicow.json

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

0 commit comments

Comments
 (0)