diff options
author | danicampora <danicampora@gmail.com> | 2024-07-16 17:38:01 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-09-06 20:42:56 +1000 |
commit | d68d8fcf9089373a7edd6f743645b0f3ce24d0ad (patch) | |
tree | f77dc7d37d03f1b073b6194a26f6934ed7472cae /docs/esp32/tutorial | |
parent | 6833f3dda9a1557789d4675a05811cc9a1d2c1a6 (diff) |
zephyr: Re-implement the Zephyr console in non-blocking mode.
The standard Zephyr console implementation doesn't make use of
`tty_set_rx_timeout()` and therefore all the functions to receive
characters block indefinitely until data is received (including
`console_read()`).
This commit also releases the GIL where it applies, e.g. the REPL and the
time sleep functions.
Signed-off-by: danicampora <danicampora@gmail.com>
Diffstat (limited to 'docs/esp32/tutorial')
0 files changed, 0 insertions, 0 deletions