summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRamesh Thomas <ramesh.thomas@intel.com>2016-08-04 20:42:46 -0700
committerInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2016-08-05 20:37:52 +0000
commit0e4396917fdcb2b30f6c5367d2bdc218f17de4a7 (patch)
tree017d5084e564bda290316d60445a242bea88a8af /doc
parent4760753ab0935579b9cf4a4051c51978c76bd78d (diff)
doc: Add file system documentation
Adds documentation of file system APIs Jira: ZEP-643 Change-Id: Ieac14a3dcf4913aeba6da2d3dc718eaa09b6cd88 Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/api.rst1
-rw-r--r--doc/api/file_system.rst18
2 files changed, 19 insertions, 0 deletions
diff --git a/doc/api/api.rst b/doc/api/api.rst
index 9a2aa0f8e..a68dab558 100644
--- a/doc/api/api.rst
+++ b/doc/api/api.rst
@@ -25,4 +25,5 @@ The use of the Zephyr APIs is the same for all platforms and boards.
event_logger.rst
system_log.rst
power_management_api
+ file_system
diff --git a/doc/api/file_system.rst b/doc/api/file_system.rst
new file mode 100644
index 000000000..ab84fb24e
--- /dev/null
+++ b/doc/api/file_system.rst
@@ -0,0 +1,18 @@
+.. _file_system:
+
+File System APIs
+#####################
+
+File System Functions
+*******************************
+
+.. doxygengroup:: file_system_api
+ :project: Zephyr
+ :content-only:
+
+File System Data Structures
+*******************************
+
+.. doxygengroup:: data_structures
+ :project: Zephyr
+ :content-only: