diff options
author | Maureen Helm <maureen.helm@analog.com> | 2025-07-25 16:35:27 -0500 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-08-16 15:10:30 +1000 |
commit | afa7265ffa911917f381ac6790ffe032b2b7baf8 (patch) | |
tree | 6a6538ad6aeee2969a137e6c9cb030759ba36ff6 /docs/zephyr/tutorial | |
parent | bba354201809dd715287fd32c85818a23f978d97 (diff) |
zephyr: Upgrade to Zephyr v4.2.0.
Updates the Zephyr port build instructions and CI to use the latest
Zephyr release tag.
Tested on max32690fthr and frdm_k64f.
Signed-off-by: Maureen Helm <maureen.helm@analog.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 199dda2b7..1b16c5ad2 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 v4.0.0 *** - MicroPython v1.24.0-preview.179.g5b85b24bd on 2024-08-05; zephyr-frdm_k64f with mk64f12 + *** Booting Zephyr OS build v4.2.0 *** + MicroPython v1.26.0-preview.451.gebc9525c9 on 2025-07-25; zephyr-frdm_k64f with mk64f12 Type "help()" for more information. >>> |