index.rst 785 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. :SOC_ULP_SUPPORTED: ulp
  34. :SOC_RISCV_COPROC_SUPPORTED: ulp-risc-v
  35. wdts
  36. Code examples for this API section are provided in the :example:`system` directory of ESP-IDF examples.