mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
zephyr: Update to zephyr v2.5.0.
Updates the zephyr port build instructions and CI to use the latest zephyr release tag. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
committed by
Damien George
parent
566020034f
commit
2aa57931a6
@@ -466,7 +466,7 @@ function ci_zephyr_setup {
|
||||
}
|
||||
|
||||
function ci_zephyr_install {
|
||||
docker exec zephyr-ci west init --mr v2.4.0 /zephyrproject
|
||||
docker exec zephyr-ci west init --mr v2.5.0 /zephyrproject
|
||||
docker exec -w /zephyrproject zephyr-ci west update
|
||||
docker exec -w /zephyrproject zephyr-ci west zephyr-export
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user