From 72cddbef03331209edb88fb8556b116dd49c8972 Mon Sep 17 00:00:00 2001 From: valeros Date: Thu, 28 Nov 2024 18:00:09 +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 3bbc723..0360c00 100644 --- a/platform.json +++ b/platform.json @@ -66,7 +66,7 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~4.1.5" + "version": "~4.2.1" }, "framework-cmsis": { "type": "framework", From dc521054465a25dcd2c625ad9eeec9425e315852 Mon Sep 17 00:00:00 2001 From: valeros Date: Fri, 29 Nov 2024 17:46:50 +0200 Subject: [PATCH 2/2] Bump version to 10.7.0 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 0360c00..f00f81c 100644 --- a/platform.json +++ b/platform.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/platformio/platform-nordicnrf52.git" }, - "version": "10.6.0", + "version": "10.7.0", "frameworks": { "arduino": { "package": "framework-arduinonordicnrf5",