zephyr: Upgrade to Zephyr v3.1.0.

Updates the Zephyr port build instructions and CI to use the latest Zephyr
release tag.

Tested on frdm_k64f.

Signed-off-by: Maureen Helm <maureen.helm@intel.com>
This commit is contained in:
Maureen Helm
2022-06-16 13:51:09 -05:00
committed by Damien George
parent 4fd54a4756
commit bada8b3cad
3 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ MicroPython port to Zephyr RTOS
This is a work-in-progress port of MicroPython to Zephyr RTOS
(http://zephyrproject.org).
This port requires Zephyr version v3.0.0, and may also work on higher
This port requires Zephyr version v3.1.0, and may also work on higher
versions. All boards supported
by Zephyr (with standard level of features support, like UART console)
should work with MicroPython (but not all were tested).
@@ -39,13 +39,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 v3.0.0
$ west init zephyrproject -m https://github.com/zephyrproject-rtos/zephyr --mr v3.1.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 v3.0.0
$ git checkout v3.1.0
$ west update
With Zephyr installed you may then need to configure your environment,