From f2a278191ba4b7e2e99ec3ff3504d66893f84563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Rohl=C3=ADnek?= Date: Thu, 9 May 2024 14:41:02 +0200 Subject: [PATCH] feat(storage/vfs): add documentation for nullfs --- docs/doxygen/Doxyfile | 1 + docs/en/api-reference/storage/vfs.rst | 2 ++ docs/zh_CN/api-reference/storage/vfs.rst | 2 ++ 3 files changed, 5 insertions(+) diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index d54d9deb76..ebcfe85fb8 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -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 \ diff --git a/docs/en/api-reference/storage/vfs.rst b/docs/en/api-reference/storage/vfs.rst index c50527716d..315ea68eb2 100644 --- a/docs/en/api-reference/storage/vfs.rst +++ b/docs/en/api-reference/storage/vfs.rst @@ -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 diff --git a/docs/zh_CN/api-reference/storage/vfs.rst b/docs/zh_CN/api-reference/storage/vfs.rst index b27bbd3420..eabac3a765 100644 --- a/docs/zh_CN/api-reference/storage/vfs.rst +++ b/docs/zh_CN/api-reference/storage/vfs.rst @@ -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