robert-hh cc0249c936 nrf/modules/machine/uart: Implement uart.flush() and uart.txdone().
Since uart.write() of the nrf port waits until all bytes but the last
one have been sent, uart.flush() and uart.txdone() are implemented
as empty functions to provide API consistency.

uart.flush()

flush() will always return immediately, even if the last byte
may still be sent.

ret = uart.txdone()

uart.txdone() will always return True, even if the last byte
may still be sent.
2022-08-31 00:18:40 +10:00
..
2022-07-18 13:50:34 +10:00
2018-07-18 17:12:26 +10:00
2018-07-18 17:12:26 +10:00
2018-07-18 17:12:25 +10:00
2018-07-18 17:12:26 +10:00
2018-07-18 17:12:26 +10:00