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": { "build": {
"core": "arduino", "core": "arduino",
"cpu": "cortex-m0plus", "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", "f_cpu": "133000000L",
"hwids": [ "hwids": [
[ [

View File

@ -2,7 +2,7 @@
"build": { "build": {
"core": "arduino", "core": "arduino",
"cpu": "cortex-m0plus", "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", "f_cpu": "133000000L",
"hwids": [ "hwids": [
[ [

View File

@ -18,7 +18,7 @@
"type": "git", "type": "git",
"url": "https://github.com/platformio/platform-raspberrypi.git" "url": "https://github.com/platformio/platform-raspberrypi.git"
}, },
"version": "1.1.0", "version": "1.2.0",
"frameworks": { "frameworks": {
"arduino": { "arduino": {
"package": "framework-arduino-mbed", "package": "framework-arduino-mbed",
@ -35,7 +35,7 @@
"type": "framework", "type": "framework",
"optional": true, "optional": true,
"owner": "platformio", "owner": "platformio",
"version": "~2.1.0" "version": "~2.3.0"
}, },
"tool-rp2040tools": { "tool-rp2040tools": {
"type": "uploader", "type": "uploader",
@ -52,7 +52,7 @@
"type": "uploader", "type": "uploader",
"optional": true, "optional": true,
"owner": "platformio", "owner": "platformio",
"version": "~1.72000.0" "version": "^1.72000.0"
} }
} }
} }