index.rst 795 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. soc_caps
  25. ota
  26. :CONFIG_IDF_TARGET_ARCH_XTENSA: perfmon
  27. power_management
  28. pthread
  29. random
  30. sleep_modes
  31. system_time
  32. :SOC_ASYNC_MEMCPY_SUPPORTED: async_memcpy
  33. :esp32: himem
  34. :SOC_ULP_SUPPORTED: ulp
  35. :SOC_RISCV_COPROC_SUPPORTED: ulp-risc-v
  36. wdts
  37. Code examples for this API section are provided in the :example:`system` directory of ESP-IDF examples.