File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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.4 .0, and may also work on higher
7
+ This port requires Zephyr version v2.5 .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.4 .0
41
+ $ west init zephyrproject -m https://github.com/zephyrproject-rtos/zephyr --mr v2.5 .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.4 .0
47
+ $ git checkout v2.5 .0
48
48
$ west update
49
49
50
50
With Zephyr installed you may then need to configure your environment,
Original file line number Diff line number Diff line change @@ -466,7 +466,7 @@ function ci_zephyr_setup {
466
466
}
467
467
468
468
function ci_zephyr_install {
469
- docker exec zephyr-ci west init --mr v2.4 .0 /zephyrproject
469
+ docker exec zephyr-ci west init --mr v2.5 .0 /zephyrproject
470
470
docker exec -w /zephyrproject zephyr-ci west update
471
471
docker exec -w /zephyrproject zephyr-ci west zephyr-export
472
472
}
You can’t perform that action at this time.
0 commit comments