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