mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
zephyr: Update to Zephyr v2.6.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
3331b1811d
commit
5cb2ade65b
@@ -559,7 +559,7 @@ function ci_zephyr_setup {
|
||||
}
|
||||
|
||||
function ci_zephyr_install {
|
||||
docker exec zephyr-ci west init --mr v2.5.0 /zephyrproject
|
||||
docker exec zephyr-ci west init --mr v2.6.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