Add serial method so that lower half driver can provide RX flow control information. From Jussi Kivilinna

This commit is contained in:
Gregory Nutt
2014-05-08 09:00:33 -06:00
parent 35e94a5be4
commit 7594d8b8cf
40 changed files with 305 additions and 30 deletions
+3
View File
@@ -152,6 +152,9 @@ static struct uart_ops_s g_com_ops =
.receive = up_receive,
.rxint = up_rxint,
.rxavailable = up_rxavailable,
#ifdef CONFIG_SERIAL_IFLOWCONTROL
.rxflowcontrol = NULL,
#endif
.send = up_send,
.txint = up_txint,
.txready = up_txready,