diff options
| author | Maureen Helm | 2021-02-15 08:51:48 -0600 |
|---|---|---|
| committer | Damien George | 2021-02-16 18:38:13 +1100 |
| commit | 2aa57931a6e23e39adddc717c25fa8a499966cb9 (patch) | |
| tree | 0597f801b9eb10d95be6fab713e8af94c74480b6 /tools | |
| parent | 566020034fc64448d33718c575809fcfe8f271db (diff) | |
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>
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci.sh b/tools/ci.sh index 4f9955146..d94537556 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -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 } |
