From a4bffd065df746a9f16dad888de2db2655bec595 Mon Sep 17 00:00:00 2001 From: valeros Date: Wed, 25 Feb 2026 16:20:00 +0200 Subject: [PATCH 1/2] Update Arduino-mbed core to v4.5.0 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 036b796..71b1f2f 100644 --- a/platform.json +++ b/platform.json @@ -35,7 +35,7 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~4.4.1" + "version": "~4.5.0" }, "tool-rp2040tools": { "type": "uploader", From 7483505cc9d173c3340ec98d51293f64c6dc468d Mon Sep 17 00:00:00 2001 From: valeros Date: Thu, 26 Feb 2026 13:15:20 +0200 Subject: [PATCH 2/2] Bump version to 1.19.0 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 71b1f2f..d5845ff 100644 --- a/platform.json +++ b/platform.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/platformio/platform-raspberrypi.git" }, - "version": "1.18.0", + "version": "1.19.0", "frameworks": { "arduino": { "package": "framework-arduino-mbed",