summaryrefslogtreecommitdiff
path: root/extmod/machine_uart.c
AgeCommit message (Expand)Author
2025-09-11py/stream: Add a stream.readinto1() method for machine.UART.robert-hh
2025-09-11extmod/machine_uart: Return from read()/write() at the first timeout.robert-hh
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2023-10-26extmod/machine_uart: Factor ports' UART Python bindings to common code.Damien George