Skip to content

Commit 997ec9e

Browse files
MaureenHelmdpgeorge
authored andcommitted
zephyr: Update build instructions to v2.4.0.
Updates the zephyr port build instructions to use the latest zephyr release tag. Signed-off-by: Maureen Helm <[email protected]>
1 parent c2a7aac commit 997ec9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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 2.3.0, and may also work on higher
7+
This port requires Zephyr version 2.4.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).
@@ -38,13 +38,13 @@ setup is correct.
3838
If you already have Zephyr installed but are having issues building the
3939
MicroPython port then try installing the correct version of Zephyr via:
4040

41-
$ west init zephyrproject -m https://github.com/zephyrproject-rtos/zephyr --mr v2.3.0
41+
$ west init zephyrproject -m https://github.com/zephyrproject-rtos/zephyr --mr v2.4.0
4242

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

4646
$ cd zephyrproject/zephyr
47-
$ git checkout v2.3.0
47+
$ git checkout v2.4.0
4848
$ west update
4949

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

0 commit comments

Comments
 (0)