mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
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>
11 KiB
11 KiB