Skip to content

Commit f77faa4

Browse files
committed
Use Arduino-Pico 5.4.0 and sync boards
1 parent 22a4cc6 commit f77faa4

6 files changed

Lines changed: 282 additions & 225 deletions

File tree

boards/MyRP_2350B.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"earlephilhower": {
5+
"boot2_source": "none.S",
6+
"usb_vid": "0x2E8A",
7+
"usb_pid": "0x1000"
8+
}
9+
},
10+
"core": "earlephilhower",
11+
"cpu": "cortex-m33",
12+
"extra_flags": "-DARDUINO_MYRP_2350B -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=500 ",
13+
"f_cpu": "150000000L",
14+
"hwids": [
15+
[
16+
"0x2E8A",
17+
"0x00C0"
18+
],
19+
[
20+
"0x2E8A",
21+
"0x1000"
22+
]
23+
],
24+
"mcu": "rp2350",
25+
"variant": "MyRP_2350B"
26+
},
27+
"debug": {
28+
"jlink_device": "RP2350_M33_0",
29+
"openocd_target": "rp2350.cfg",
30+
"svd_path": "rp2350.svd"
31+
},
32+
"frameworks": [
33+
"arduino",
34+
"picosdk"
35+
],
36+
"name": "RP2350B",
37+
"upload": {
38+
"maximum_ram_size": 524288,
39+
"maximum_size": 4194304,
40+
"require_upload_port": true,
41+
"native_usb": true,
42+
"use_1200bps_touch": true,
43+
"wait_for_upload_port": false,
44+
"protocol": "picotool",
45+
"protocols": [
46+
"blackmagic",
47+
"cmsis-dap",
48+
"jlink",
49+
"raspberrypi-swd",
50+
"picotool",
51+
"picoprobe"
52+
],
53+
"psram_length": 8388608
54+
},
55+
"url": "https://www.mymakers.online",
56+
"vendor": "MyMakers"
57+
}

boards/geeekpi_rp2040_plus.json

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

boards/pimoroni_explorer.json

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
1-
{
2-
"build": {
3-
"arduino": {
4-
"earlephilhower": {
5-
"boot2_source": "none.S",
6-
"usb_vid": "0x2E8A",
7-
"usb_pid": "0x10C0"
8-
}
9-
},
10-
"core": "earlephilhower",
11-
"cpu": "cortex-m33",
12-
"extra_flags": "-DARDUINO_PIMORONI_EXPLORER -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=500 ",
13-
"f_cpu": "150000000L",
14-
"hwids": [
15-
[
16-
"0x2E8A",
17-
"0x00C0"
18-
],
19-
[
20-
"0x2E8A",
21-
"0x10C0"
22-
]
23-
],
24-
"mcu": "rp2350",
25-
"variant": "pimoroni_explorer"
26-
},
27-
"debug": {
28-
"jlink_device": "RP2350_M33_0",
29-
"openocd_target": "rp2350.cfg",
30-
"svd_path": "rp2350.svd"
31-
},
32-
"frameworks": [
33-
"arduino",
34-
"picosdk"
35-
],
36-
"name": "Explorer",
37-
"upload": {
38-
"maximum_ram_size": 524288,
39-
"maximum_size": 16777216,
40-
"require_upload_port": true,
41-
"native_usb": true,
42-
"use_1200bps_touch": true,
43-
"wait_for_upload_port": false,
44-
"protocol": "picotool",
45-
"protocols": [
46-
"blackmagic",
47-
"cmsis-dap",
48-
"jlink",
49-
"raspberrypi-swd",
50-
"picotool",
51-
"picoprobe"
52-
]
53-
},
54-
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
55-
"vendor": "Pimoroni"
56-
}
1+
{
2+
"build": {
3+
"arduino": {
4+
"earlephilhower": {
5+
"boot2_source": "none.S",
6+
"usb_vid": "0x2E8A",
7+
"usb_pid": "0x10C0"
8+
}
9+
},
10+
"core": "earlephilhower",
11+
"cpu": "cortex-m33",
12+
"extra_flags": "-DARDUINO_PIMORONI_EXPLORER -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=500 ",
13+
"f_cpu": "150000000L",
14+
"hwids": [
15+
[
16+
"0x2E8A",
17+
"0x00C0"
18+
],
19+
[
20+
"0x2E8A",
21+
"0x10C0"
22+
]
23+
],
24+
"mcu": "rp2350",
25+
"variant": "pimoroni_explorer"
26+
},
27+
"debug": {
28+
"jlink_device": "RP2350_M33_0",
29+
"openocd_target": "rp2350.cfg",
30+
"svd_path": "rp2350.svd"
31+
},
32+
"frameworks": [
33+
"arduino",
34+
"picosdk"
35+
],
36+
"name": "Explorer",
37+
"upload": {
38+
"maximum_ram_size": 524288,
39+
"maximum_size": 16777216,
40+
"require_upload_port": true,
41+
"native_usb": true,
42+
"use_1200bps_touch": true,
43+
"wait_for_upload_port": false,
44+
"protocol": "picotool",
45+
"protocols": [
46+
"blackmagic",
47+
"cmsis-dap",
48+
"jlink",
49+
"raspberrypi-swd",
50+
"picotool",
51+
"picoprobe"
52+
]
53+
},
54+
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
55+
"vendor": "Pimoroni"
56+
}

0 commit comments

Comments
 (0)