feat(storage/vfs): add documentation for nullfs

This commit is contained in:
Tomáš Rohlínek 2024-05-09 14:41:02 +02:00
parent a30d27e01e
commit f2a278191b
No known key found for this signature in database
GPG Key ID: BDE1CEDD10F7E372
3 changed files with 5 additions and 0 deletions

View File

@ -305,6 +305,7 @@ INPUT = \
$(PROJECT_PATH)/components/vfs/include/esp_vfs_dev.h \
$(PROJECT_PATH)/components/vfs/include/esp_vfs_eventfd.h \
$(PROJECT_PATH)/components/vfs/include/esp_vfs_semihost.h \
$(PROJECT_PATH)/components/vfs/include/esp_vfs_null.h \
$(PROJECT_PATH)/components/vfs/include/esp_vfs.h \
$(PROJECT_PATH)/components/wear_levelling/include/wear_levelling.h \
$(PROJECT_PATH)/components/wifi_provisioning/include/wifi_provisioning/manager.h \

View File

@ -238,3 +238,5 @@ API Reference
.. include-build-file:: inc/uart_vfs.inc
.. include-build-file:: inc/esp_vfs_eventfd.inc
.. include-build-file:: inc/esp_vfs_null.inc

View File

@ -238,3 +238,5 @@ API 参考
.. include-build-file:: inc/uart_vfs.inc
.. include-build-file:: inc/esp_vfs_eventfd.inc
.. include-build-file:: inc/esp_vfs_null.inc