nuttx/drivers/serial
Anton D. Kachalov 2fa6237b49 Revert THRNE-patch. The problem was in u16550_putc
Regarding to:
https://github.com/tanzilli/ariag25-linux-2.6.39/blob/ariag25/drivers/tty/serial/8250.c#L1584
https://github.com/tanzilli/ariag25-linux-2.6.39/blob/ariag25/drivers/tty/serial/8250.c#L1913

When UART_LSR_THRE bit is set, then we ready to transmit more.

Current u16550_putc loops while UART_LSR_THRE bit is set. This logic have to be inverted.

Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
2015-08-03 13:19:55 +03:00
..
Kconfig Revert THRNE-patch. The problem was in u16550_putc 2015-08-03 13:19:55 +03:00
lowconsole.c Make some file section headers more consistent with standard 2015-04-08 07:15:32 -06:00
Make.defs drivers/, drivers/pipes, and drivers/serial file clean-up 2012-07-15 14:56:25 +00:00
serial.c Make some file section headers more consistent with standard 2015-04-08 07:15:32 -06:00
serialirq.c Remove STM32-specific RX flow control logic from the upper level serial driver to the lower level STM32 serial driver 2014-12-27 09:45:45 -06:00
uart_16550.c Revert THRNE-patch. The problem was in u16550_putc 2015-08-03 13:19:55 +03:00