From 9e5b780cdae4445e4389e0d58c3a266f60b80310 Mon Sep 17 00:00:00 2001 From: valeros Date: Mon, 27 May 2024 16:15:47 +0300 Subject: [PATCH 1/4] Update Arduino-mbed core to v4.1.3 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 98619d1..890a187 100644 --- a/platform.json +++ b/platform.json @@ -66,7 +66,7 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~4.1.1" + "version": "~4.1.3" }, "framework-cmsis": { "type": "framework", From 51dfa552ccbeec03018d791ea6232bce1bd10316 Mon Sep 17 00:00:00 2001 From: valeros Date: Mon, 27 May 2024 16:16:49 +0300 Subject: [PATCH 2/4] Update Adafruit core to v1.6.1 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 890a187..d001faa 100644 --- a/platform.json +++ b/platform.json @@ -54,7 +54,7 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~1.10600.0" + "version": "~1.10601.0" }, "framework-arduinonordicnrf5": { "type": "framework", From 3ba78f3c295a5fe03db0e2a5d8bc7ed270889ca0 Mon Sep 17 00:00:00 2001 From: valeros Date: Mon, 27 May 2024 16:52:02 +0300 Subject: [PATCH 3/4] Fix CI for MacOS --- .github/workflows/examples.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index b527a61..5b3a9aa 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-13] example: - "examples/arduino-blink" - "examples/arduino-ble-led" @@ -29,7 +29,7 @@ jobs: - name: Set up Python 3 uses: actions/setup-python@v3 with: - python-version: "3.7" + python-version: "3.9" - name: Install dependencies run: | pip install -U https://github.com/platformio/platformio/archive/develop.zip From f5835f1a95c6ebb4f4cef468b70925103690770f Mon Sep 17 00:00:00 2001 From: valeros Date: Wed, 29 May 2024 13:41:34 +0300 Subject: [PATCH 4/4] Bump version to 10.5.0 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index d001faa..eb9ed79 100644 --- a/platform.json +++ b/platform.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/platformio/platform-nordicnrf52.git" }, - "version": "10.4.0", + "version": "10.5.0", "frameworks": { "arduino": { "package": "framework-arduinonordicnrf5",