index.rst 845 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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_idf
  17. freertos_additions
  18. mem_alloc
  19. mm
  20. heap_debug
  21. esp_timer
  22. internal-unstable
  23. :not CONFIG_FREERTOS_UNICORE: ipc
  24. intr_alloc
  25. log
  26. misc_system_api
  27. ota
  28. :CONFIG_IDF_TARGET_ARCH_XTENSA: perfmon
  29. power_management
  30. pthread
  31. random
  32. sleep_modes
  33. soc_caps
  34. system_time
  35. :SOC_ASYNC_MEMCPY_SUPPORTED: async_memcpy
  36. :esp32: himem
  37. :SOC_ULP_SUPPORTED: ulp
  38. :SOC_RISCV_COPROC_SUPPORTED: ulp-risc-v
  39. wdts
  40. Code examples for this API section are provided in the :example:`system` directory of ESP-IDF examples.