zephyr: Upgrade to Zephyr v3.1.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@intel.com>
This commit is contained in:
Maureen Helm
2022-06-16 13:51:09 -05:00
committed by Damien George
parent 4fd54a4756
commit bada8b3cad
3 changed files with 6 additions and 6 deletions

View File

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