diff options
author | Maureen Helm <maureen.helm@intel.com> | 2022-03-02 20:45:20 -0600 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-03-07 16:48:35 +1100 |
commit | 474d288e55503e135a0d86e6eaa733354583a5f2 (patch) | |
tree | 09b0bbb8fa6d197008073c98263c7e9889aaf52f /docs/zephyr/tutorial | |
parent | 86a4a526700ad40b2e37e33c7ae08826cff2a6ac (diff) | |
download | micropython-474d288e55503e135a0d86e6eaa733354583a5f2.tar.gz micropython-474d288e55503e135a0d86e6eaa733354583a5f2.zip |
zephyr: Upgrade to Zephyr v3.0.0.
Updates the Zephyr port build instructions and CI to use the latest
Zephyr release tag.
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 71e732e610..6e11c04cb3 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-v2.7.0 *** - MicroPython v1.17-288-gb695f5a70-dirty on 2022-01-03; zephyr-frdm_k64f with mk64f12 + *** Booting Zephyr OS build zephyr-v3.0.0 *** + MicroPython v1.18-169-g665f0e2a6-dirty on 2022-03-02; zephyr-frdm_k64f with mk64f12 Type "help()" for more information. >>> |