OVMS3-idf/docs/en/api-reference/system/index.rst
Darian Leung 75adefe437 docs: Alphbetically sort toctree
This commit sorts the entries of variuos toctrees
alphabetically. Indentation was also fixed. The order
of some toctrees were not modified if the existing
order had some form of suggested reading order.
2019-08-13 16:04:12 +08:00

31 lines
899 B
ReStructuredText

System API
**********
.. toctree::
:maxdepth: 1
App image format <app_image_format>
Application Level Tracing <app_trace>
eFuse Manager <efuse>
Error Codes and Helper Functions <esp_err>
ESP HTTPS OTA <esp_https_ota>
ESP pthread <esp_pthread>
Event Loop Library <esp_event>
FreeRTOS <freertos>
FreeRTOS Additions <freertos_additions>
Heap Memory Allocation <mem_alloc>
Heap Memory Debugging <heap_debug>
High Resolution Timer <esp_timer>
Himem (large external SPI RAM) API <himem>
Inter-Processor Call <ipc>
Interrupt Allocation <intr_alloc>
Logging <log>
Miscellaneous System APIs <system>
Over The Air Updates (OTA) <ota>
Power Management <power_management>
Sleep Modes <sleep_modes>
Watchdogs <wdts>
Code examples for this API section are provided in the :example:`system` directory of ESP-IDF examples.