uart_vfs_dev_use_nonblocking() function
set VFS to use simple functions for reading and writing UART Read is non-blocking, write is busy waiting until TX FIFO has enough space. These functions are used by default.
Syntax
void uart_vfs_dev_use_nonblocking(int uart_num); Arguments
uart_num
UART peripheral number