index.rst 991 B

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