mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 20:18:17 +00:00
Echoing console's input is now performed by the serial driver (https://github.com/apache/nuttx/pull/8691). In order to keep old behavior of CR being echoed by the device, it's needed to detected whenever NL is being echoed and send CR before sending it. |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Kconfig-16550 | ||
| Kconfig-lpuart | ||
| Kconfig-sci | ||
| Kconfig-uart | ||
| Kconfig-usart | ||
| Make.defs | ||
| ptmx.c | ||
| pty.c | ||
| pty.h | ||
| serial.c | ||
| serial_dma.c | ||
| serial_io.c | ||
| uart_16550.c | ||
| uart_bth4.c | ||
| uart_rpmsg.c | ||