From 4257ee4383604f5d285349965ad17b58c2553ec5 Mon Sep 17 00:00:00 2001 From: valeros Date: Mon, 25 Sep 2023 14:59:20 +0300 Subject: [PATCH 1/3] Sync Arduino build scripts This update includes a fix for BBC micro:bit V2 with proper MCU name defines Resolves #171 --- builder/frameworks/arduino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/frameworks/arduino b/builder/frameworks/arduino index 9e9dd6e..6c8589b 160000 --- a/builder/frameworks/arduino +++ b/builder/frameworks/arduino @@ -1 +1 @@ -Subproject commit 9e9dd6e8cf81e0d0000748f15172c487e7907f56 +Subproject commit 6c8589b1058991cd26846690b3ea90b645d2fa18 From 850c8c6944410a58f626351920ed7cc1245de2b4 Mon Sep 17 00:00:00 2001 From: valeros Date: Fri, 29 Sep 2023 11:36:42 +0300 Subject: [PATCH 2/3] Update Arduino-mbed core to v4.0.6 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 11e3249..887b239 100644 --- a/platform.json +++ b/platform.json @@ -65,7 +65,7 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~4.0.2" + "version": "~4.0.6" }, "framework-cmsis": { "type": "framework", From b63feba9e2871a38d08aa0728939fda78377a230 Mon Sep 17 00:00:00 2001 From: valeros Date: Fri, 29 Sep 2023 13:20:49 +0300 Subject: [PATCH 3/3] Bump version to 10.2.0 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 887b239..ce235f1 100644 --- a/platform.json +++ b/platform.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/platformio/platform-nordicnrf52.git" }, - "version": "10.1.0", + "version": "10.2.0", "frameworks": { "arduino": { "package": "framework-arduinonordicnrf5",