From a3ce0bf370e393489b4afa2f42ec9321b1e2a5e3 Mon Sep 17 00:00:00 2001 From: Ellie Luyster Date: Thu, 20 Nov 2025 11:02:54 -0500 Subject: [PATCH] Update default Zephyr SDK, Update Tests Changes the default Zephyr SDK version to 0.17.4, the current latest version, and updates the tests to use Zephyr 4.3.0, the current latest Zephyr version. --- src/zephyr-dev/devcontainer-feature.json | 16 ++++++++++++---- test/zephyr-dev/create-project.sh | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/zephyr-dev/devcontainer-feature.json b/src/zephyr-dev/devcontainer-feature.json index 85ae33a..4543ab5 100644 --- a/src/zephyr-dev/devcontainer-feature.json +++ b/src/zephyr-dev/devcontainer-feature.json @@ -1,15 +1,23 @@ { "name": "Zephyr Development", "id": "zephyr-dev", - "version": "1.0.0", + "version": "1.1.0", "description": "Zephyr Development", "options": { "zephyr-sdk-version": { "type": "string", "proposals": [ - "0.16.6" + "0.16.6", + "0.16.7", + "0.16.8", + "0.16.9", + "0.17.0", + "0.17.1", + "0.17.2", + "0.17.3", + "0.17.4" ], - "default": "0.16.6", + "default": "0.17.4", "description": "Select or enter the Zephyr SDK Version" }, "runOnCreateCommand": { @@ -32,4 +40,4 @@ "ghcr.io/devcontainers/features/common-utils" ], "onCreateCommand": "ON_CREATE_COMMAND=true update-west-workspaces.sh 2>/dev/null || true" -} +} \ No newline at end of file diff --git a/test/zephyr-dev/create-project.sh b/test/zephyr-dev/create-project.sh index 875e766..302d32f 100755 --- a/test/zephyr-dev/create-project.sh +++ b/test/zephyr-dev/create-project.sh @@ -71,7 +71,7 @@ manifest: projects: - name: zephyr url: https://github.com/zephyrproject-rtos/zephyr - revision: v3.7.0 + revision: v4.3.0 import: true EOF