index.rst 803 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. misc_system_api
  24. ota
  25. :CONFIG_IDF_TARGET_ARCH_XTENSA: perfmon
  26. power_management
  27. pthread
  28. random
  29. sleep_modes
  30. soc_caps
  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.