aboutsummaryrefslogtreecommitdiff
path: root/ports/zephyr/machine_uart.c
AgeCommit message (Collapse)Author
2021-02-01zephyr/machine_uart: Fix arg of machine_uart_ioctl to make it uintptr_t.Damien George
Signed-off-by: Damien George <damien@micropython.org>
2021-01-23zephyr: Add basic UART functionality to machine module.Yonatan Schachter
Currently supports only polling read and write. Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com>