diff options
author | Maureen Helm <maureen.helm@intel.com> | 2022-01-03 10:22:46 -0600 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-01-06 14:09:39 +1100 |
commit | c6d26bc524a2025f7721a889c36276570e355b0c (patch) | |
tree | 738c50a8a282fcba692b39216be9b7f0fb20097d /docs/zephyr | |
parent | 0cf03bd3b1fbaa3c025b50b1329286af448a41a6 (diff) | |
download | micropython-c6d26bc524a2025f7721a889c36276570e355b0c.tar.gz micropython-c6d26bc524a2025f7721a889c36276570e355b0c.zip |
zephyr: Upgrade to Zephyr v2.7.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')
-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 a7e8955d0b..71e732e610 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 v2.6.0-rc1-416-g3056c5ec30ad *** - MicroPython v2.6.0-rc1-416-g3056c5ec30 on 2021-06-24; zephyr-frdm_k64f with mk64f12 + *** Booting Zephyr OS build zephyr-v2.7.0 *** + MicroPython v1.17-288-gb695f5a70-dirty on 2022-01-03; zephyr-frdm_k64f with mk64f12 Type "help()" for more information. >>> |