summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMaureen Helm <maureen.helm@intel.com>2022-09-16 13:17:05 -0500
committerDamien George <damien@micropython.org>2024-10-02 07:49:53 +1000
commit545d4efb5590b0144e1f29e437d816a7b58aa40d (patch)
tree2f2890654a9ae6bde8930bc3dbb2d1df4d2eb4cc /tools
parentfa7b4c48bcb45dae9009f73c3e3eae6d92f3e456 (diff)
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>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci.sh b/tools/ci.sh
index 1fd2ebc70..feb40cc4f 100755
--- a/tools/ci.sh
+++ b/tools/ci.sh
@@ -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}