Skip to content
Snippets Groups Projects
Alessandro Rubini's avatar
Alessandro Rubini authored
This is the host part of the software-only uart. The lm32 part is
selected at compile time (CONFIG_UART_SW).

The tool, when run, opens one or more pty pairs, and reports to stdout
which is the name of the slave descriptor. You can then run
"minicom -p /dev/pts/XXX" or other commands, to access the software uart.

Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
d796977e