zephyr: Upgrade to Zephyr v4.0.0.

Updates the Zephyr port build instructions. The CI is updated to use
Zephyr docker image 0.27.4, SDK 0.17.0 and the latest Zephyr release
tag.

Tested on max32690fthr and frdm_k64f.

Signed-off-by: Maureen Helm <maureen.helm@analog.com>
Signed-off-by: Detlev Zundel <dzu@member.fsf.org>
This commit is contained in:
Maureen Helm
2024-11-10 08:24:02 -06:00
committed by Damien George
parent b83606fe33
commit 3c8d1b13f5
3 changed files with 13 additions and 10 deletions

View File

@@ -818,9 +818,9 @@ function ci_windows_build {
########################################################################################
# ports/zephyr
ZEPHYR_DOCKER_VERSION=v0.26.13
ZEPHYR_SDK_VERSION=0.16.8
ZEPHYR_VERSION=v3.7.0
ZEPHYR_DOCKER_VERSION=v0.27.4
ZEPHYR_SDK_VERSION=0.17.0
ZEPHYR_VERSION=v4.0.0
function ci_zephyr_setup {
IMAGE=ghcr.io/zephyrproject-rtos/ci:${ZEPHYR_DOCKER_VERSION}