OVMS3-idf/components/vfs/include
Ivan Grokhotkov 489c523870 vfs: support for blocking reads, more newline conversion options
Previously VFS driver for UART could only use simple non-blocking
functions to read from and write to the UART. UART driver provides more
complex blocking and interrupt-driven functions, which can be used
instead.
This commit adds optional support for using UART driver's functions.

Also added is a more flexible mechanism for configuring newline
conversion rules on input and output.

This commit also fixes a bug that all UARTs shared one static variable
used as a character buffer in newline conversion code. This variable is
changed to be per-UART.
2017-08-21 15:58:28 +08:00
..
sys vfs: add directory APIs 2017-01-09 04:51:24 +08:00
esp_vfs.h Change esp_vfs_t.write return value to ssize_t 2017-06-09 21:24:00 +01:00
esp_vfs_dev.h vfs: support for blocking reads, more newline conversion options 2017-08-21 15:58:28 +08:00