mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
zephyr: Upgrade to Zephyr v4.2.0.
Updates the Zephyr port build instructions and CI to use the latest Zephyr release tag. Tested on max32690fthr and frdm_k64f. Signed-off-by: Maureen Helm <maureen.helm@analog.com>
This commit is contained in:
committed by
Damien George
parent
bba3542018
commit
afa7265ffa
@@ -5,8 +5,8 @@ This is a work-in-progress port of MicroPython to Zephyr RTOS
|
||||
(http://zephyrproject.org).
|
||||
|
||||
This port tries to support all Zephyr versions supported upstream,
|
||||
i.e. currently v3.7 (LTS), v4.0 and the development branch. The CI is
|
||||
setup to use the latest version, i.e. v4.0.
|
||||
i.e. currently v3.7 (LTS), v4.2 and the development branch. The CI is
|
||||
setup to use the latest version, i.e. v4.2.
|
||||
|
||||
All boards supported by Zephyr (with standard level of features
|
||||
support, like UART console) should work with MicroPython (but not all
|
||||
@@ -43,13 +43,13 @@ setup is correct.
|
||||
If you already have Zephyr installed but are having issues building the
|
||||
MicroPython port then try installing the correct version of Zephyr via:
|
||||
|
||||
$ west init zephyrproject -m https://github.com/zephyrproject-rtos/zephyr --mr v4.0.0
|
||||
$ west init zephyrproject -m https://github.com/zephyrproject-rtos/zephyr --mr v4.2.0
|
||||
|
||||
Alternatively, you don't have to redo the Zephyr installation to just
|
||||
switch from master to a tagged release, you can instead do:
|
||||
|
||||
$ cd zephyrproject/zephyr
|
||||
$ git checkout v4.0.0
|
||||
$ git checkout v4.2.0
|
||||
$ west update
|
||||
|
||||
With Zephyr installed you may then need to configure your environment,
|
||||
|
||||
Reference in New Issue
Block a user