diff --git a/boards/nanorp2040connect.json b/boards/nanorp2040connect.json index 69bf0ed..45fc6b3 100644 --- a/boards/nanorp2040connect.json +++ b/boards/nanorp2040connect.json @@ -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": [ [ diff --git a/boards/pico.json b/boards/pico.json index 852ab2b..4a2dc67 100644 --- a/boards/pico.json +++ b/boards/pico.json @@ -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": [ [ diff --git a/platform.json b/platform.json index d50178c..d7c8569 100644 --- a/platform.json +++ b/platform.json @@ -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" } } }