From 2295276bc54f858f0ca6496d85b792b2ff3fe0a2 Mon Sep 17 00:00:00 2001 From: valeros Date: Mon, 27 May 2024 16:19:51 +0300 Subject: [PATCH 1/4] Update Arduino cores - Arduino core v1.8.14 - Adafruit core v1.7.16 - Seeed core v1.8.5 --- platform.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform.json b/platform.json index de71835..0464297 100644 --- a/platform.json +++ b/platform.json @@ -53,19 +53,19 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~1.8.13" + "version": "~1.8.14" }, "framework-arduino-samd-adafruit": { "type": "framework", "optional": true, "owner": "platformio", - "version": "~1.7.13" + "version": "~1.7.16" }, "framework-arduino-samd-seeed": { "type": "framework", "optional": true, "owner": "platformio", - "version": "~1.8.4" + "version": "~1.8.5" }, "framework-arduino-samd-moteino": { "type": "framework", From 88a0c566c004c043c175e0a580705e01e8f19eec Mon Sep 17 00:00:00 2001 From: valeros Date: Thu, 30 May 2024 15:19:39 +0300 Subject: [PATCH 2/4] Switch to custom Adafruit package --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 0464297..adfa304 100644 --- a/platform.json +++ b/platform.json @@ -59,7 +59,7 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~1.7.16" + "version": "~1.10716.0" }, "framework-arduino-samd-seeed": { "type": "framework", From 0a5498575a66b56b48556be242b13323b1de8d16 Mon Sep 17 00:00:00 2001 From: valeros Date: Thu, 30 May 2024 15:20:01 +0300 Subject: [PATCH 3/4] Update MacOS in CI --- .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 0c834a0..c32bff9 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-external-libs" From b91cea250302d83d6f3bea5ae6d52eea5c65f138 Mon Sep 17 00:00:00 2001 From: valeros Date: Thu, 30 May 2024 16:35:38 +0300 Subject: [PATCH 4/4] Bump version to 8.3.0 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index adfa304..484d6b0 100644 --- a/platform.json +++ b/platform.json @@ -20,7 +20,7 @@ "type": "git", "url": "https://github.com/platformio/platform-atmelsam.git" }, - "version": "8.2.1", + "version": "8.3.0", "frameworks": { "arduino": { "package": "framework-arduino-sam",