mirror of
https://github.com/micropython/micropython.git
synced 2026-01-12 23:17:15 +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>