mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
Now all ports can use pybstdio.c to provide sys.stdin/stdout/stderr, so long as they implement mp_hal_stdin_* and mp_hal_stdout_* functions.