summaryrefslogtreecommitdiff
path: root/tools/ci.sh
diff options
context:
space:
mode:
authorMaureen Helm <maureen.helm@nxp.com>2021-05-20 21:48:10 -0500
committerDamien George <damien@micropython.org>2021-06-06 20:17:42 +1000
commit5cb2ade65b9540dd1abdbfee944bcb9f1f1c52aa (patch)
tree6d6b6f4dd3dec41819ad128b127b6019bc24b12d /tools/ci.sh
parent3331b1811d104739121462a30bc3340951965edf (diff)
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>
Diffstat (limited to 'tools/ci.sh')
-rwxr-xr-xtools/ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci.sh b/tools/ci.sh
index e726ae40a..96c1bf89a 100755
--- a/tools/ci.sh
+++ b/tools/ci.sh
@@ -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
}