index.rst 713 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. System API
  2. **********
  3. :link_to_translation:`zh_CN:[中文]`
  4. .. toctree::
  5. :maxdepth: 1
  6. app_image_format
  7. app_trace
  8. esp_function_with_shared_stack
  9. console
  10. efuse
  11. esp_err
  12. esp_https_ota
  13. esp_event
  14. freertos
  15. freertos_additions
  16. mem_alloc
  17. heap_debug
  18. esp_timer
  19. internal-unstable
  20. :not CONFIG_FREERTOS_UNICORE: ipc
  21. intr_alloc
  22. log
  23. system
  24. ota
  25. :CONFIG_IDF_TARGET_ARCH_XTENSA: perfmon
  26. power_management
  27. pthread
  28. random
  29. sleep_modes
  30. system_time
  31. :SOC_ASYNC_MEMCPY_SUPPORTED: async_memcpy
  32. :esp32: himem
  33. wdts
  34. Code examples for this API section are provided in the :example:`system` directory of ESP-IDF examples.