Skip to content

Commit 08233cd

Browse files
committed
Merge branch 'release/v1.2.0'
2 parents 64c93ed + 0dbcaf7 commit 08233cd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

boards/nanorp2040connect.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"build": {
33
"core": "arduino",
44
"cpu": "cortex-m0plus",
5-
"extra_flags": "-D NANO_RP2040_CONNECT -DARDUINO_ARCH_RP2040",
5+
"extra_flags": "-D ARDUINO_NANO_RP2040_CONNECT -DARDUINO_ARCH_RP2040",
66
"f_cpu": "133000000L",
77
"hwids": [
88
[

boards/pico.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"build": {
33
"core": "arduino",
44
"cpu": "cortex-m0plus",
5-
"extra_flags": "-D RASPBERRY_PI_PICO -DARDUINO_ARCH_RP2040",
5+
"extra_flags": "-D ARDUINO_RASPBERRY_PI_PICO -DARDUINO_ARCH_RP2040",
66
"f_cpu": "133000000L",
77
"hwids": [
88
[

platform.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/platformio/platform-raspberrypi.git"
2020
},
21-
"version": "1.1.0",
21+
"version": "1.2.0",
2222
"frameworks": {
2323
"arduino": {
2424
"package": "framework-arduino-mbed",
@@ -35,7 +35,7 @@
3535
"type": "framework",
3636
"optional": true,
3737
"owner": "platformio",
38-
"version": "~2.1.0"
38+
"version": "~2.3.0"
3939
},
4040
"tool-rp2040tools": {
4141
"type": "uploader",
@@ -52,7 +52,7 @@
5252
"type": "uploader",
5353
"optional": true,
5454
"owner": "platformio",
55-
"version": "~1.72000.0"
55+
"version": "^1.72000.0"
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)