File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ MicroPython port to Zephyr RTOS
4
4
This is a work-in-progress port of MicroPython to Zephyr RTOS
5
5
(http://zephyrproject.org ).
6
6
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
8
8
versions. All boards supported
9
9
by Zephyr (with standard level of features support, like UART console)
10
10
should work with MicroPython (but not all were tested).
@@ -38,13 +38,13 @@ setup is correct.
38
38
If you already have Zephyr installed but are having issues building the
39
39
MicroPython port then try installing the correct version of Zephyr via:
40
40
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
42
42
43
43
Alternatively, you don't have to redo the Zephyr installation to just
44
44
switch from master to a tagged release, you can instead do:
45
45
46
46
$ cd zephyrproject/zephyr
47
- $ git checkout v2.3 .0
47
+ $ git checkout v2.4 .0
48
48
$ west update
49
49
50
50
With Zephyr installed you may then need to configure your environment,
You can’t perform that action at this time.
0 commit comments