uart: doc: Add special case for virtual UART
Add virtual UART exception for uart_fifo_fill(). Fixes #11455 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
committed by
Anas Nashif
parent
b70ab8fd5c
commit
cc1b2c70cc
@@ -729,6 +729,9 @@ static inline int uart_fifo_fill(struct device *dev, const u8_t *tx_data,
|
||||
* available data in the FIFO (i.e. until it returns less data
|
||||
* than was requested).
|
||||
*
|
||||
* Note that the calling context only applies to physical UARTs and
|
||||
* no to the virtual ones found in USB CDC ACM code.
|
||||
*
|
||||
* @param dev UART device structure.
|
||||
* @param rx_data Data container.
|
||||
* @param size Container size.
|
||||
|
||||
Reference in New Issue
Block a user