OVMS3-idf/docs/api-reference/system/index.rst
Darian Leung 461f8da704 docs/Added documentation about esp32 hooks
This commit adds documentation about the esp32 Idle and Tick Hooks
2017-10-18 15:19:35 +08:00

20 lines
465 B
ReStructuredText

System API
**********
.. toctree::
:maxdepth: 1
Heap Memory Allocation <mem_alloc>
Heap Memory Debugging <heap_debug>
Interrupt Allocation <intr_alloc>
Watchdogs <wdts>
Hooks <hooks>
Over The Air Updates (OTA) <ota>
Sleep Modes <sleep_modes>
Logging <log>
Base MAC address <base_mac_address>
Application Level Tracing <app_trace>
Example code for this API section is provided in :example:`system` directory of ESP-IDF examples.