From b7f293738837b75674b41254ade140312484fbf7 Mon Sep 17 00:00:00 2001 From: valeros Date: Wed, 9 Dec 2020 16:05:30 +0200 Subject: [PATCH 1/2] Update Arduino nRF5 package to v0.7 --- builder/frameworks/arduino | 2 +- platform.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/frameworks/arduino b/builder/frameworks/arduino index 53d6b04..809d928 160000 --- a/builder/frameworks/arduino +++ b/builder/frameworks/arduino @@ -1 +1 @@ -Subproject commit 53d6b04ef7d01bda255f39c985cb6b3fbb01f859 +Subproject commit 809d9285bb81decabfce64c080a45a917e647f70 diff --git a/platform.json b/platform.json index 2e8c2b0..9e21e12 100644 --- a/platform.json +++ b/platform.json @@ -43,7 +43,7 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~1.600.0" + "version": "~1.700.0" }, "framework-mbed": { "type": "framework", From 4f712503e699dbf81b674d26daaf8b16693be91c Mon Sep 17 00:00:00 2001 From: valeros Date: Wed, 30 Dec 2020 21:38:00 +0200 Subject: [PATCH 2/2] Bump version to 6.1.0 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 9e21e12..4db2df0 100644 --- a/platform.json +++ b/platform.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/platformio/platform-nordicnrf51.git" }, - "version": "6.0.1", + "version": "6.1.0", "frameworks": { "arduino": { "package": "framework-arduinonordicnrf5",