index.rst 838 B

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