From 7186039f683f0acc5048b989482acdf9931257b2 Mon Sep 17 00:00:00 2001 From: valeros Date: Thu, 14 Oct 2021 14:42:34 +0300 Subject: [PATCH 1/4] Sync Arduino-mbed build script // Resolve #20 --- builder/frameworks/arduino/mbed-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/frameworks/arduino/mbed-core b/builder/frameworks/arduino/mbed-core index ceb4f60..d0bc621 160000 --- a/builder/frameworks/arduino/mbed-core +++ b/builder/frameworks/arduino/mbed-core @@ -1 +1 @@ -Subproject commit ceb4f608f9b4834ac4fa5472e1db2a2c2f9d216e +Subproject commit d0bc6219b90140f560b456f1632a90795e4cee1e From b97219d294fef83b41fa3a73c30d0d762613eae4 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Thu, 14 Oct 2021 14:43:34 +0300 Subject: [PATCH 2/4] Update examples.yml --- .github/workflows/examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 94e8130..9d03bd2 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-16.04, windows-latest, macos-latest] + os: [ubuntu-18.04, windows-latest, macos-latest] python-version: [3.7] example: - "examples/arduino-blink" From f2c1d02d2bc5406474df0ef58e9a306bccce64d5 Mon Sep 17 00:00:00 2001 From: valeros Date: Mon, 25 Oct 2021 14:45:01 +0300 Subject: [PATCH 3/4] Update Arduino-mbed core to v2.5.2 --- builder/frameworks/arduino/mbed-core | 2 +- platform.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/frameworks/arduino/mbed-core b/builder/frameworks/arduino/mbed-core index d0bc621..36ee4ff 160000 --- a/builder/frameworks/arduino/mbed-core +++ b/builder/frameworks/arduino/mbed-core @@ -1 +1 @@ -Subproject commit d0bc6219b90140f560b456f1632a90795e4cee1e +Subproject commit 36ee4ff8adb0d80d6ff15e03b34e7b10a147b4d0 diff --git a/platform.json b/platform.json index d41d11c..4e1a939 100644 --- a/platform.json +++ b/platform.json @@ -35,7 +35,7 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~2.4.0" + "version": "~2.5.0" }, "tool-rp2040tools": { "type": "uploader", From 829d328321464aae89ebfd72b33053e9cca504ad Mon Sep 17 00:00:00 2001 From: valeros Date: Sun, 31 Oct 2021 22:35:44 +0200 Subject: [PATCH 4/4] Bump version to 1.4.0 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 4e1a939..8e07673 100644 --- a/platform.json +++ b/platform.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/platformio/platform-raspberrypi.git" }, - "version": "1.3.0", + "version": "1.4.0", "frameworks": { "arduino": { "package": "framework-arduino-mbed",