kopia lustrzana https://github.com/espressif/esp-idf
feat(storage/vfs): add documentation for nullfs
rodzic
a30d27e01e
commit
f2a278191b
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue