diff options
author | Maureen Helm <maureen.helm@intel.com> | 2022-06-16 13:51:09 -0500 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-06-17 16:51:34 +1000 |
commit | bada8b3cada2990d73e6402b029cfb699f3d9438 (patch) | |
tree | e267531dbd5dd3e7f671f1af5ad401be644e97fe /docs/zephyr/tutorial | |
parent | 4fd54a475661953946e9e3c3f962b20619c82240 (diff) | |
download | micropython-bada8b3cada2990d73e6402b029cfb699f3d9438.tar.gz micropython-bada8b3cada2990d73e6402b029cfb699f3d9438.zip |
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>
Diffstat (limited to 'docs/zephyr/tutorial')
-rw-r--r-- | docs/zephyr/tutorial/repl.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/zephyr/tutorial/repl.rst b/docs/zephyr/tutorial/repl.rst index 6e11c04cb3..8cd57c9435 100644 --- a/docs/zephyr/tutorial/repl.rst +++ b/docs/zephyr/tutorial/repl.rst @@ -31,8 +31,8 @@ With your serial program open (PuTTY, screen, picocom, etc) you may see a blank screen with a flashing cursor. Press Enter (or reset the board) and you should be presented with the following text:: - *** Booting Zephyr OS build zephyr-v3.0.0 *** - MicroPython v1.18-169-g665f0e2a6-dirty on 2022-03-02; zephyr-frdm_k64f with mk64f12 + *** Booting Zephyr OS build zephyr-v3.1.0 *** + MicroPython v1.19.1-9-g4fd54a475 on 2022-06-17; zephyr-frdm_k64f with mk64f12 Type "help()" for more information. >>> |