Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.01 KB

index.rst

File metadata and controls

33 lines (29 loc) · 1.01 KB

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>
    Call function with external stack <esp_function_with_shared_stack>
    Interrupt Allocation <intr_alloc>
    Logging <log>
    Miscellaneous System APIs <system>
    Over The Air Updates (OTA) <ota>
    Performance Monitor <perfmon>
    Power Management <power_management>
    Sleep Modes <sleep_modes>
    Watchdogs <wdts>
    System Time <system_time>


Code examples for this API section are provided in the :example:`system` directory of ESP-IDF examples.