From 74b14aab74dba0c108fd1f041776d1a07719426f Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 3 Nov 2017 21:09:11 +0200 Subject: [PATCH 1/4] Update mbed framework to rev154/5.6.3 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 7a70b65..4b1f5d7 100644 --- a/platform.json +++ b/platform.json @@ -31,7 +31,7 @@ "framework-mbed": { "type": "framework", "optional": true, - "version": "~4.152.0" + "version": "~4.154.0" }, "tool-openocd": { "type": "debugger", From 31a85b054cf584e207a7eaefe0fdc5a7bbb41d41 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 26 Nov 2017 20:20:33 +0200 Subject: [PATCH 2/4] Sync mbed build script --- builder/frameworks/mbed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/frameworks/mbed b/builder/frameworks/mbed index 8419e5c..f8391f1 160000 --- a/builder/frameworks/mbed +++ b/builder/frameworks/mbed @@ -1 +1 @@ -Subproject commit 8419e5c5da9a7d54443ae96635f995d27af79095 +Subproject commit f8391f1cdc5d7d01800f8d6e2e5993c56b7f03a3 From 6336ad8cdaa87642fd0ba298ce3bec9b1d2fae2b Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 27 Nov 2017 18:30:47 +0200 Subject: [PATCH 3/4] Update mbed framework to rev156/5.6.5 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 4b1f5d7..12c3162 100644 --- a/platform.json +++ b/platform.json @@ -31,7 +31,7 @@ "framework-mbed": { "type": "framework", "optional": true, - "version": "~4.154.0" + "version": "~4.156.0" }, "tool-openocd": { "type": "debugger", From b201d2eb593ed5dcadc0ef77589f99f7275b04a9 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 28 Nov 2017 00:43:55 +0200 Subject: [PATCH 4/4] Bump version to 2.6.0 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 12c3162..0d6c229 100644 --- a/platform.json +++ b/platform.json @@ -12,7 +12,7 @@ "type": "git", "url": "https://github.com/platformio/platform-siliconlabsefm32.git" }, - "version": "2.5.0", + "version": "2.6.0", "packageRepositories": [ "https://dl.bintray.com/platformio/dl-packages/manifest.json", "http://dl.platformio.org/packages/manifest.json"