]> granicus.if.org Git - esp-idf/commit
vfs: initial version of virtual filesystem API
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 25 Oct 2016 13:02:39 +0000 (21:02 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 27 Oct 2016 09:18:43 +0000 (17:18 +0800)
commit401f6e47134417708a4654cac150f15e0c70819a
tree43ccdde8c605ac5bcfadf06f3b7386412bf93b55
parent38c6256db9d62da34348bfc38317fc03838c1756
vfs: initial version of virtual filesystem API
components/vfs/README.rst [new file with mode: 0644]
components/vfs/component.mk [new file with mode: 0755]
components/vfs/include/esp_vfs.h [new file with mode: 0644]
components/vfs/vfs.c [new file with mode: 0644]