2017-01-16 23:08:35 +01:00
|
|
|
System API
|
|
|
|
**********
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
2017-12-01 12:50:45 +08:00
|
|
|
FreeRTOS <freertos>
|
2018-04-19 01:20:34 +08:00
|
|
|
FreeRTOS Additions <freertos_additions>
|
2017-07-19 09:07:17 +10:00
|
|
|
Heap Memory Allocation <mem_alloc>
|
|
|
|
Heap Memory Debugging <heap_debug>
|
2018-06-29 11:05:36 +08:00
|
|
|
Himem (large external SPI RAM) API <himem>
|
2017-01-16 23:08:35 +01:00
|
|
|
Interrupt Allocation <intr_alloc>
|
|
|
|
Watchdogs <wdts>
|
2018-11-19 11:41:26 +08:00
|
|
|
eFuse Manager <efuse>
|
2017-11-22 15:16:29 +08:00
|
|
|
Inter-Processor Call <ipc>
|
2017-11-24 18:51:37 +08:00
|
|
|
High Resolution Timer <esp_timer>
|
2017-01-16 23:08:35 +01:00
|
|
|
Logging <log>
|
2018-10-26 13:14:19 +08:00
|
|
|
Event Loop Library <esp_event>
|
2017-03-22 06:07:37 +03:00
|
|
|
Application Level Tracing <app_trace>
|
2017-12-01 12:50:45 +08:00
|
|
|
Power Management <power_management>
|
|
|
|
Sleep Modes <sleep_modes>
|
|
|
|
Over The Air Updates (OTA) <ota>
|
2018-07-12 17:45:44 +05:30
|
|
|
ESP HTTPS OTA <esp_https_ota>
|
2018-02-25 14:56:04 +05:30
|
|
|
ESP pthread <esp_pthread>
|
2018-06-13 16:07:26 +08:00
|
|
|
Error Codes and Helper Functions <esp_err>
|
2019-04-29 12:31:50 +08:00
|
|
|
App image format <app_image_format>
|
2018-07-30 16:19:20 +03:00
|
|
|
Miscellaneous System APIs <system>
|
2017-01-16 23:08:35 +01:00
|
|
|
|
2017-01-18 21:04:11 +01:00
|
|
|
|
2019-04-11 15:33:38 +08:00
|
|
|
Code examples for this API section are provided in the :example:`system` directory of ESP-IDF examples.
|