Skip to content

Commit 482a4c1

Browse files
committed
Update Arduino-Pico to 4.5.4, update boards, picosdk enable all of them
1 parent 11fb20c commit 482a4c1

File tree

127 files changed

+289
-162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+289
-162
lines changed

boards/0xcb_helios.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"svd_path": "rp2040.svd"
3131
},
3232
"frameworks": [
33-
"arduino"
33+
"arduino",
34+
"picosdk"
3435
],
3536
"name": "Helios",
3637
"upload": {

boards/DudesCab.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"svd_path": "rp2040.svd"
3131
},
3232
"frameworks": [
33-
"arduino"
33+
"arduino",
34+
"picosdk"
3435
],
3536
"name": "DudesCab",
3637
"upload": {

boards/MyRP_bot.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"svd_path": "rp2040.svd"
3131
},
3232
"frameworks": [
33-
"arduino"
33+
"arduino",
34+
"picosdk"
3435
],
3536
"name": "RP2040",
3637
"upload": {

boards/adafruit_feather.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"svd_path": "rp2040.svd"
3131
},
3232
"frameworks": [
33-
"arduino"
33+
"arduino",
34+
"picosdk"
3435
],
3536
"name": "Feather RP2040",
3637
"upload": {

boards/adafruit_feather_adalogger.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"svd_path": "rp2040.svd"
3131
},
3232
"frameworks": [
33-
"arduino"
33+
"arduino",
34+
"picosdk"
3435
],
3536
"name": "Feather RP2040 Adalogger",
3637
"upload": {

boards/adafruit_feather_can.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"svd_path": "rp2040.svd"
3131
},
3232
"frameworks": [
33-
"arduino"
33+
"arduino",
34+
"picosdk"
3435
],
3536
"name": "Feather RP2040 CAN",
3637
"upload": {

boards/adafruit_feather_dvi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"svd_path": "rp2040.svd"
3131
},
3232
"frameworks": [
33-
"arduino"
33+
"arduino",
34+
"picosdk"
3435
],
3536
"name": "Feather RP2040 DVI",
3637
"upload": {

boards/adafruit_feather_prop_maker.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"svd_path": "rp2040.svd"
3131
},
3232
"frameworks": [
33-
"arduino"
33+
"arduino",
34+
"picosdk"
3435
],
3536
"name": "Feather RP2040 Prop-Maker",
3637
"upload": {

boards/adafruit_feather_rfm.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"svd_path": "rp2040.svd"
3131
},
3232
"frameworks": [
33-
"arduino"
33+
"arduino",
34+
"picosdk"
3435
],
3536
"name": "Feather RP2040 RFM",
3637
"upload": {

boards/olimex_rp2040pico30_16mb.json renamed to boards/adafruit_feather_rp2350_adalogger.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,41 @@
22
"build": {
33
"arduino": {
44
"earlephilhower": {
5-
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
6-
"usb_vid": "0x15BA",
7-
"usb_pid": "0x0026"
5+
"boot2_source": "none.S",
6+
"usb_vid": "0x239A",
7+
"usb_pid": "0x816D"
88
}
99
},
1010
"core": "earlephilhower",
11-
"cpu": "cortex-m0plus",
12-
"extra_flags": "-DARDUINO_OLIMEX_RP2040_PICO30_16MB -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250 ",
13-
"f_cpu": "133000000L",
11+
"cpu": "cortex-m33",
12+
"extra_flags": "-DARDUINO_ADAFRUIT_FEATHER_RP2350_ADALOGGER -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250 ",
13+
"f_cpu": "150000000L",
1414
"hwids": [
1515
[
1616
"0x2E8A",
1717
"0x00C0"
1818
],
1919
[
20-
"0x15BA",
21-
"0x0026"
20+
"0x239A",
21+
"0x816D"
2222
]
2323
],
24-
"mcu": "rp2040",
25-
"variant": "olimex_rp2040pico30_16mb"
24+
"mcu": "rp2350",
25+
"variant": "adafruit_feather_rp2350_adalogger"
2626
},
2727
"debug": {
28-
"jlink_device": "RP2040_M0_0",
29-
"openocd_target": "rp2040.cfg",
30-
"svd_path": "rp2040.svd"
28+
"jlink_device": "RP2350_0",
29+
"openocd_target": "rp2350.cfg",
30+
"svd_path": "rp2350.svd"
3131
},
3232
"frameworks": [
33-
"arduino"
33+
"arduino",
34+
"picosdk"
3435
],
35-
"name": "RP2040-Pico30 16MB",
36+
"name": "Feather RP2350 Adalogger",
3637
"upload": {
37-
"maximum_ram_size": 262144,
38-
"maximum_size": 16777216,
38+
"maximum_ram_size": 524288,
39+
"maximum_size": 8388608,
3940
"require_upload_port": true,
4041
"native_usb": true,
4142
"use_1200bps_touch": true,
@@ -51,5 +52,5 @@
5152
]
5253
},
5354
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
54-
"vendor": "Olimex"
55+
"vendor": "Adafruit"
5556
}

0 commit comments

Comments
 (0)