8000 zephyr: Upgrade to Zephyr v3.3.0. · micropython/micropython@c67092d · GitHub
[go: up one dir, main page]

Skip to content

Commit c67092d

Browse files
committed
zephyr: Upgrade to Zephyr v3.3.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>
1 parent b652f3f commit c67092d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ports/zephyr/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MicroPython port to Zephyr RTOS
44
This is a work-in-progress port of MicroPython to Zephyr RTOS
55
(http://zephyrproject.org).
66

7-
This port requires Zephyr version v3.2.0, and may also work on higher
7+
This port requires Zephyr version v3.3.0, and may also work on higher
88
versions. All boards supported
99
by Zephyr (with standard level of features support, like UART console)
1010
should work with MicroPython (but not all were tested).
@@ -39,13 +39,13 @@ setup is correct.
3939
If you already have Zephyr installed but are having issues building the
4040
MicroPython port then try installing the correct version of Zephyr via:
4141

42-
$ west init zephyrproject -m https://github.com/zephyrproject-rtos/zephyr --mr v3.2.0
42+
$ west init zephyrproject -m https://github.com/zephyrproject-rtos/zephyr --mr v3.3.0
4343

4444
Alternatively, you don't have to redo the Zephyr installation to just
4545
switch from master to a tagged release, you can instead do:
4646

4747
$ cd zephyrproject/zephyr
48-
$ git checkout v3.2.0
48+
$ git checkout v3.3.0
4949
$ west update
5050

5151
With Zephyr installed you may then need to configure your environment,

tools/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ function ci_windows_build {
671671

672672
ZEPHYR_DOCKER_VERSION=v0.24.2
673673
ZEPHYR_SDK_VERSION=0.15.0
674-
ZEPHYR_VERSION=v3.2.0
674+
ZEPHYR_VERSION=v3.3.0
675675

676676
function ci_zephyr_setup {
677677
docker pull zephyrprojectrtos/ci:${ZEPHYR_DOCKER_VERSION}

0 commit comments

Comments
 (0)
0