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

Skip to content

Commit ba78e4b

Browse files
committed
zephyr: Upgrade to Zephyr v3.2.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 0f4f09c commit ba78e4b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/zephyr/tutorial/repl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ With your serial program open (PuTTY, screen, picocom, etc) you may see a
3131
blank screen with a flashing cursor. Press Enter (or reset the board) and
3232
you should be presented with the following text::
3333

34-
*** Booting Zephyr OS build zephyr-v3.1.0 ***
34+
*** Booting Zephyr OS build zephyr-v3.2.0 ***
3535
MicroPython v1.19.1-9-g4fd54a475 on 2022-06-17; zephyr-frdm_k64f with mk64f12
3636
Type "help()" for more information.
3737
>>>

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.1.0, and may also work on higher
7+
This port requires Zephyr version v3.2.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.1.0
42+
$ west init zephyrproject -m https://github.com/zephyrproject-rtos/zephyr --mr v3.2.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.1.0
48+
$ git checkout v3.2.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
@@ -663,7 +663,7 @@ function ci_windows_build {
663663

664664
ZEPHYR_DOCKER_VERSION=v0.24.2
665665
ZEPHYR_SDK_VERSION=0.15.0
666-
ZEPHYR_VERSION=v3.1.0
666+
ZEPHYR_VERSION=v3.2.0
667667

668668
function ci_zephyr_setup {
669669
docker pull zephyrprojectrtos/ci:${ZEPHYR_DOCKER_VERSION}

0 commit comments

Comments
 (0)
0