diff options
author | Maureen Helm <maureen.helm@analog.com> | 2024-11-10 08:24:02 -0600 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-04-29 23:00:37 +1000 |
commit | 3c8d1b13f5b7e60e491e3a19734c237e1485e413 (patch) | |
tree | 5c497070ec6b42bcc61c944ec71e0ea5288359fd /docs/zephyr/tutorial/repl.rst | |
parent | b83606fe337614543f18f0ddf4a3250974b93d3c (diff) | |
download | micropython-3c8d1b13f5b7e60e491e3a19734c237e1485e413.tar.gz micropython-3c8d1b13f5b7e60e491e3a19734c237e1485e413.zip |
zephyr: Upgrade to Zephyr v4.0.0.
Updates the Zephyr port build instructions. The CI is updated to use
Zephyr docker image 0.27.4, SDK 0.17.0 and the latest Zephyr release
tag.
Tested on max32690fthr and frdm_k64f.
Signed-off-by: Maureen Helm <maureen.helm@analog.com>
Signed-off-by: Detlev Zundel <dzu@member.fsf.org>
Diffstat (limited to 'docs/zephyr/tutorial/repl.rst')
-rw-r--r-- | docs/zephyr/tutorial/repl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/zephyr/tutorial/repl.rst b/docs/zephyr/tutorial/repl.rst index db7b7333d2..199dda2b7a 100644 --- a/docs/zephyr/tutorial/repl.rst +++ b/docs/zephyr/tutorial/repl.rst @@ -31,7 +31,7 @@ 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 v3.7.0 *** + *** Booting Zephyr OS build v4.0.0 *** MicroPython v1.24.0-preview.179.g5b85b24bd on 2024-08-05; zephyr-frdm_k64f with mk64f12 Type "help()" for more information. >>> |