From 96227347b5c0e94faed8772ff86dd857a176b8ec Mon Sep 17 00:00:00 2001 From: valeros Date: Thu, 28 Nov 2024 18:00:40 +0200 Subject: [PATCH 1/2] Update Arduino-mbed core to v4.2.1 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 7ec3c96..189b36e 100644 --- a/platform.json +++ b/platform.json @@ -35,7 +35,7 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~4.1.5" + "version": "~4.2.1" }, "tool-rp2040tools": { "type": "uploader", From 35e5285caad741491e35088c3f00a773c0a4852f Mon Sep 17 00:00:00 2001 From: valeros Date: Fri, 29 Nov 2024 17:43:52 +0200 Subject: [PATCH 2/2] Bump version to 1.15.0 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 189b36e..1a302b2 100644 --- a/platform.json +++ b/platform.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/platformio/platform-raspberrypi.git" }, - "version": "1.14.0", + "version": "1.15.0", "frameworks": { "arduino": { "package": "framework-arduino-mbed",