mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
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:
committed by
Damien George
parent
b83606fe33
commit
3c8d1b13f5
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user