vfs: add doc links

This commit is contained in:
Jiacheng Guo
2021-03-08 16:29:22 +08:00
parent 7c64d1530a
commit 40035edcac
3 changed files with 13 additions and 0 deletions

View File

@@ -157,6 +157,7 @@ INPUT = \
$(IDF_PATH)/components/openthread/include/openthread-core-esp32x-config.h \
$(IDF_PATH)/components/vfs/include/esp_vfs.h \
$(IDF_PATH)/components/vfs/include/esp_vfs_dev.h \
$(IDF_PATH)/components/vfs/include/esp_vfs_eventfd.h \
$(IDF_PATH)/components/vfs/include/esp_vfs_semihost.h \
$(IDF_PATH)/components/fatfs/vfs/esp_vfs_fat.h \
$(IDF_PATH)/components/fatfs/diskio/diskio_impl.h \