From 7e5ac0d8b6d6b1bdb917c04191e6c513232f854c Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Thu, 10 Aug 2017 11:59:55 +0300 Subject: [PATCH 1/4] Update mbed framework to rev148/5.5.4 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 14d42aef..ea7d068d 100644 --- a/platform.json +++ b/platform.json @@ -35,7 +35,7 @@ "framework-mbed": { "type": "framework", "optional": true, - "version": "~4.146.0" + "version": "~4.148.0" }, "framework-arduinonordicnrf5": { "type": "framework", From c900e91c2a4633ef5d82b4668a0d19db282221cc Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Thu, 10 Aug 2017 15:30:20 +0300 Subject: [PATCH 2/4] Sync with the latest 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 549fdf38..8419e5c5 160000 --- a/builder/frameworks/mbed +++ b/builder/frameworks/mbed @@ -1 +1 @@ -Subproject commit 549fdf38491f2d52842773bc76c8fe1ea52aced1 +Subproject commit 8419e5c5da9a7d54443ae96635f995d27af79095 From 3fda9b0d66cee15643517f195d063578d4079638 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Mon, 21 Aug 2017 14:22:54 +0300 Subject: [PATCH 3/4] Update mbed framework to rev149/5.5.5 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index ea7d068d..1b500e71 100644 --- a/platform.json +++ b/platform.json @@ -35,7 +35,7 @@ "framework-mbed": { "type": "framework", "optional": true, - "version": "~4.148.0" + "version": "~4.149.0" }, "framework-arduinonordicnrf5": { "type": "framework", From b2e4c80f5149e1132eaedb4c4b59d02a67ffadb8 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Tue, 22 Aug 2017 15:26:41 +0300 Subject: [PATCH 4/4] Bump version to 1.3.0 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 1b500e71..4c087d63 100644 --- a/platform.json +++ b/platform.json @@ -12,7 +12,7 @@ "type": "git", "url": "https://github.com/platformio/platform-nordicnrf52.git" }, - "version": "1.2.0", + "version": "1.3.0", "packageRepositories": [ "https://dl.bintray.com/platformio/dl-packages/manifest.json", "http://dl.platformio.org/packages/manifest.json"