From 19bb19639934172b35497bb05a04ac608ad16272 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Wed, 22 Feb 2023 13:59:21 +0200 Subject: [PATCH 1/2] Update Arduino-mbed core to v3.5.4 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 08e0339..880024a 100644 --- a/platform.json +++ b/platform.json @@ -35,7 +35,7 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~3.1.1" + "version": "~3.5.4" }, "tool-rp2040tools": { "type": "uploader", From a2d1cf8e78fb9e7ce9402ac65c78f1a63df5408a Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Tue, 28 Feb 2023 12:34:58 +0200 Subject: [PATCH 2/2] Bump version to 1.8.0 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 880024a..2fcc5cb 100644 --- a/platform.json +++ b/platform.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/platformio/platform-raspberrypi.git" }, - "version": "1.7.0", + "version": "1.8.0", "frameworks": { "arduino": { "package": "framework-arduino-mbed",