OVMS3-idf/components/vfs
Ivan Grokhotkov 587360363c vfs: add UART device
This should be integrated with UART driver once everything is merged
2016-10-27 17:18:43 +08:00
..
include vfs: add UART device 2016-10-27 17:18:43 +08:00
component.mk vfs: initial version of virtual filesystem API 2016-10-27 17:18:43 +08:00
README.rst vfs: initial version of virtual filesystem API 2016-10-27 17:18:43 +08:00
vfs.c vfs: initial version of virtual filesystem API 2016-10-27 17:18:43 +08:00
vfs_uart.c vfs: add UART device 2016-10-27 17:18:43 +08:00

Virtual filesystem (VFS) is a driver which can perform operations on file-like objects. This can be a real filesystem (FAT, SPIFFS, etc.), or a device driver which exposes file-like interface.