]> granicus.if.org Git - esp-idf/commit
vfs: Adds semihosting VFS driver
authorAlexey Gerenkov <alexey@espressif.com>
Tue, 19 Feb 2019 19:50:18 +0000 (22:50 +0300)
committerAlexey Gerenkov <alexey@espressif.com>
Fri, 8 Mar 2019 12:08:10 +0000 (15:08 +0300)
commit4fc14e8eb67130b03a8acaeab8a4cee432991d73
treea4523d144908017ebd507e940e9630d9f7173c48
parentbba89e15142655bb09ac299017060e64236b8449
vfs: Adds semihosting VFS driver
components/vfs/CMakeLists.txt
components/vfs/Kconfig
components/vfs/include/esp_vfs_semihost.h [new file with mode: 0644]
components/vfs/vfs_semihost.c [new file with mode: 0644]
docs/Doxyfile