zephyr: Upgrade to Zephyr v3.7.0.

Updates the Zephyr port build instructions and CI to use the latest
Zephyr release tag.

Tested on frdm_k64f.

Signed-off-by: Maureen Helm <maureen.helm@analog.com>
This commit is contained in:
Maureen Helm
2022-09-16 13:17:05 -05:00
committed by Damien George
parent fa7b4c48bc
commit 545d4efb55
3 changed files with 6 additions and 6 deletions

View File

@@ -729,7 +729,7 @@ function ci_windows_build {
ZEPHYR_DOCKER_VERSION=v0.26.13
ZEPHYR_SDK_VERSION=0.16.8
ZEPHYR_VERSION=v3.1.0
ZEPHYR_VERSION=v3.7.0
function ci_zephyr_setup {
docker pull zephyrprojectrtos/ci:${ZEPHYR_DOCKER_VERSION}