mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +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>
This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.