mirror of
https://github.com/micropython/micropython.git
synced 2026-01-10 05:57:16 +01:00
To reduce the number of calls to mp_hal_stdout_tx_strn and improve the overall throughput of printing data. This implementation is taken from ports/stm32/mphalport.c. Signed-off-by: Damien George <damien@micropython.org>