drivers/usbhost: Add initial implementatino of a host-side CDC/ACM driver. Completely untested on initial commit (2015-05-06).

This commit is contained in:
Gregory Nutt
2015-05-06 12:49:00 -06:00
parent 025ac993b3
commit 737fd7dcec
4 changed files with 2708 additions and 1 deletions

View File

@@ -207,7 +207,6 @@ static void cdcuart_rxint(FAR struct uart_dev_s *dev, bool enable);
static bool cdcuart_rxflowcontrol(FAR struct uart_dev_s *dev,
unsigned int nbuffered, bool upper);
#endif
static void cdcuart_txint(FAR struct uart_dev_s *dev, bool enable);
static bool cdcuart_txempty(FAR struct uart_dev_s *dev);