Skip to content

Commit

Permalink
Merge branch 'release/v1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Jul 26, 2021
2 parents 64c93ed + 0dbcaf7 commit 08233cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion boards/nanorp2040connect.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build": {
"core": "arduino",
"cpu": "cortex-m0plus",
"extra_flags": "-D NANO_RP2040_CONNECT -DARDUINO_ARCH_RP2040",
"extra_flags": "-D ARDUINO_NANO_RP2040_CONNECT -DARDUINO_ARCH_RP2040",
"f_cpu": "133000000L",
"hwids": [
[
Expand Down
2 changes: 1 addition & 1 deletion boards/pico.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build": {
"core": "arduino",
"cpu": "cortex-m0plus",
"extra_flags": "-D RASPBERRY_PI_PICO -DARDUINO_ARCH_RP2040",
"extra_flags": "-D ARDUINO_RASPBERRY_PI_PICO -DARDUINO_ARCH_RP2040",
"f_cpu": "133000000L",
"hwids": [
[
Expand Down
6 changes: 3 additions & 3 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-raspberrypi.git"
},
"version": "1.1.0",
"version": "1.2.0",
"frameworks": {
"arduino": {
"package": "framework-arduino-mbed",
Expand All @@ -35,7 +35,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~2.1.0"
"version": "~2.3.0"
},
"tool-rp2040tools": {
"type": "uploader",
Expand All @@ -52,7 +52,7 @@
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.72000.0"
"version": "^1.72000.0"
}
}
}

0 comments on commit 08233cd

Please sign in to comment.