File tree 2 files changed +4
-4
lines changed 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 v3.2 .0, and may also work on higher
7
+ This port requires Zephyr version v3.3 .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).
@@ -39,13 +39,13 @@ setup is correct.
39
39
If you already have Zephyr installed but are having issues building the
40
40
MicroPython port then try installing the correct version of Zephyr via:
41
41
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
43
43
44
44
Alternatively, you don't have to redo the Zephyr installation to just
45
45
switch from master to a tagged release, you can instead do:
46
46
47
47
$ cd zephyrproject/zephyr
48
- $ git checkout v3.2 .0
48
+ $ git checkout v3.3 .0
49
49
$ west update
50
50
51
51
With Zephyr installed you may then need to configure your environment,
Original file line number Diff line number Diff line change @@ -671,7 +671,7 @@ function ci_windows_build {
671
671
672
672
ZEPHYR_DOCKER_VERSION=v0.24.2
673
673
ZEPHYR_SDK_VERSION=0.15.0
674
- ZEPHYR_VERSION=v3.2 .0
674
+ ZEPHYR_VERSION=v3.3 .0
675
675
676
676
function ci_zephyr_setup {
677
677
docker pull zephyrprojectrtos/ci:${ZEPHYR_DOCKER_VERSION}
You can’t perform that action at this time.
0 commit comments