API samples

- Logging library
- Virtual file system component
This commit is contained in:
Krzysztof
2016-10-29 23:00:30 +02:00
committed by Ivan Grokhotkov
parent 2d56953ee4
commit 905d27815c
6 changed files with 73 additions and 15 deletions

View File

@@ -1,13 +1,22 @@
PROJECT_NAME = "ESP32 Programming Guide"
XML_OUTPUT = xml
GENERATE_LATEX = NO
GENERATE_MAN = NO
GENERATE_RTF = NO
CASE_SENSE_NAMES = NO
INPUT = ../components/esp32/include/esp_wifi.h ../components/driver/include/driver/gpio.h ../components/esp32/include/rom/gpio.h ../components/bt/include ../components/nvs_flash/include
RECURSIVE = YES
INPUT = ../components/esp32/include/esp_wifi.h ../components/driver/include/driver ../components/esp32/include/rom/gpio.h ../components/bt/include ../components/nvs_flash/include ../components/log/include ../components/vfs/include
WARN_NO_PARAMDOC = YES
RECURSIVE = NO
CASE_SENSE_NAMES = NO
EXTRACT_ALL = NO
GENERATE_XML = YES
XML_OUTPUT = xml
GENERATE_HTML = NO
HAVE_DOT = NO
GENERATE_LATEX = NO
GENERATE_MAN = NO
GENERATE_RTF = NO
QUIET = YES
JAVADOC_AUTOBRIEF = YES
GENERATE_HTML = NO
GENERATE_XML = YES
WARN_LOGFILE = "DoxyGenWarningLog.txt"
WARN_LOGFILE = "doxygen-warning-log.txt"

View File

@@ -19,7 +19,7 @@ Reference
Type Definitions
^^^^^^^^^^^^^^^^
.. doxygentypedef:: vhci_host_callback
.. doxygenstruct:: vhci_host_callback
Functions
^^^^^^^^^

20
docs/api/log.rst Normal file
View File

@@ -0,0 +1,20 @@
.. include:: ../../components/log/README.rst
API Reference
-------------
Enumerations
^^^^^^^^^^^^
.. doxygenenum:: esp_log_level_t
Functions
^^^^^^^^^
.. doxygenfunction:: esp_log_level_set
.. doxygenfunction:: esp_log_set_vprintf
.. doxygenfunction:: esp_log_write
.. FIXME esp_log_timestamp

View File

@@ -1,7 +1,7 @@
.. include:: ../../components/nvs_flash/README.rst
Reference
---------
API Reference
-------------
Enumerations
^^^^^^^^^^^^

27
docs/api/vfs.rst Normal file
View File

@@ -0,0 +1,27 @@
.. include:: ../../components/vfs/README.rst
API Reference
-------------
Defines
^^^^^^^
.. doxygendefine:: ESP_VFS_PATH_MAX
.. doxygendefine:: ESP_VFS_FLAG_DEFAULT
.. doxygendefine:: ESP_VFS_FLAG_CONTEXT_PTR
Structures
^^^^^^^^^^
.. doxygenstruct:: esp_vfs_t
Functions
^^^^^^^^^
.. doxygenfunction:: esp_vfs_dev_uart_register
.. doxygenfunction:: esp_vfs_register

View File

@@ -37,7 +37,9 @@ Contents:
Wi-Fi <api/esp_wifi>
Bluetooth <api/bt>
GPIO <api/gpio>
NVS <api/nvs>
Logging <api/log>
Non-volatile storage <api/nvs>
Virtual filesystem <api/vfs>
Template <api/template>
.. toctree::