Skip to content

Commit 68f1da5

Browse files
authored
Mark all boards as picosdk compatible in PlatformIO board definition (#2980)
1 parent 948e9bf commit 68f1da5

File tree

128 files changed

+256
-128
lines changed

Some content is hidden

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

128 files changed

+256
-128
lines changed

tools/json/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": {

tools/json/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": {

tools/json/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": {

tools/json/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": {

tools/json/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": {

tools/json/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": {

tools/json/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": {

tools/json/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": {

tools/json/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": {

tools/json/adafruit_feather_rp2350_adalogger.json

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

0 commit comments

Comments
 (0)