index.rst 821 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. chip_revision
  10. console
  11. efuse
  12. esp_err
  13. esp_https_ota
  14. esp_event
  15. freertos
  16. freertos_additions
  17. mem_alloc
  18. heap_debug
  19. esp_timer
  20. internal-unstable
  21. :not CONFIG_FREERTOS_UNICORE: ipc
  22. intr_alloc
  23. log
  24. misc_system_api
  25. ota
  26. :CONFIG_IDF_TARGET_ARCH_XTENSA: perfmon
  27. power_management
  28. pthread
  29. random
  30. sleep_modes
  31. soc_caps
  32. system_time
  33. :SOC_ASYNC_MEMCPY_SUPPORTED: async_memcpy
  34. :esp32: himem
  35. :SOC_ULP_SUPPORTED: ulp
  36. :SOC_RISCV_COPROC_SUPPORTED: ulp-risc-v
  37. wdts
  38. Code examples for this API section are provided in the :example:`system` directory of ESP-IDF examples.