commit | 9bbc6d1579436ac43c3a9fd9f180e83d7e47acbc | [log] [tgz] |
---|---|---|
author | Jordan Yates <jordan@embeint.com> | Wed Apr 16 16:45:18 2025 +1000 |
committer | Benjamin Cabé <kartben@gmail.com> | Fri Apr 25 18:58:47 2025 +0200 |
tree | 51c4238297e2f75bf03dc2753a3706e4be4e607c | |
parent | 5536e5b5cd34eb509b6f2d84ce3d7e4d703ff9dc [diff] |
serial: uart_native_pty: ASYNC RX support Add support for transmitting using the asynchronous API. The asynchronous portion is simulated through a dedicated polling thread. Signed-off-by: Jordan Yates <jordan@embeint.com>