Merge branch 'release/v1.2.0'

This commit is contained in:
valeros 2021-07-26 19:38:29 +03:00
commit 08233cd7a7
3 changed files with 5 additions and 5 deletions

View File

@ -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": [
[

View File

@ -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": [
[

View File

@ -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",
@ -35,7 +35,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~2.1.0"
"version": "~2.3.0"
},
"tool-rp2040tools": {
"type": "uploader",
@ -52,7 +52,7 @@
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.72000.0"
"version": "^1.72000.0"
}
}
}