index.rst 917 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. System API
  2. **********
  3. :link_to_translation:`zh_CN:[中文]`
  4. .. toctree::
  5. :maxdepth: 1
  6. app_image_format
  7. bootloader_image_format
  8. app_trace
  9. esp_function_with_shared_stack
  10. chip_revision
  11. console
  12. efuse
  13. esp_err
  14. esp_https_ota
  15. esp_event
  16. freertos
  17. freertos_idf
  18. freertos_additions
  19. mem_alloc
  20. mm
  21. heap_debug
  22. esp_timer
  23. internal-unstable
  24. :not CONFIG_FREERTOS_UNICORE: ipc
  25. intr_alloc
  26. log
  27. misc_system_api
  28. ota
  29. :CONFIG_IDF_TARGET_ARCH_XTENSA: perfmon
  30. power_management
  31. pthread
  32. random
  33. sleep_modes
  34. soc_caps
  35. system_time
  36. :SOC_ASYNC_MEMCPY_SUPPORTED: async_memcpy
  37. :esp32: himem
  38. :SOC_ULP_FSM_SUPPORTED: ulp
  39. :SOC_RISCV_COPROC_SUPPORTED: ulp-risc-v
  40. :SOC_LP_CORE_SUPPORTED: ulp-lp-core
  41. wdts
  42. Code examples for this API section are provided in the :example:`system` directory of ESP-IDF examples.