zephyr: Upgrade to Zephyr v3.0.0.

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

Signed-off-by: Maureen Helm <maureen.helm@intel.com>
This commit is contained in:
Maureen Helm
2022-03-02 20:45:20 -06:00
committed by Damien George
parent 86a4a52670
commit 474d288e55
3 changed files with 6 additions and 6 deletions

View File

@@ -618,7 +618,7 @@ function ci_windows_build {
ZEPHYR_DOCKER_VERSION=v0.21.0
ZEPHYR_SDK_VERSION=0.13.2
ZEPHYR_VERSION=v2.7.0
ZEPHYR_VERSION=v3.0.0
function ci_zephyr_setup {
docker pull zephyrprojectrtos/ci:${ZEPHYR_DOCKER_VERSION}