index.rst 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. API Guides
  2. **********
  3. :link_to_translation:`zh_CN:[中文]`
  4. .. toctree::
  5. :maxdepth: 1
  6. Application Level Tracing <app_trace>
  7. Application Startup Flow <startup>
  8. :SOC_BT_SUPPORTED: BluFi <blufi>
  9. Bootloader <bootloader>
  10. Build System <build-system>
  11. :esp32: Build System (Legacy GNU Make) <build-system-legacy>
  12. Deep Sleep Wake Stubs <deep-sleep-stub>
  13. :SOC_USB_OTG_SUPPORTED: Device Firmware Upgrade through USB <dfu>
  14. Error Handling <error-handling>
  15. :SOC_BT_SUPPORTED: ESP-BLE-MESH <esp-ble-mesh/ble-mesh-index>
  16. ESP-WIFI-MESH <esp-wifi-mesh>
  17. Core Dump <core_dump>
  18. Event Handling <event-handling>
  19. :SOC_SPIRAM_SUPPORTED: External SPI-connected RAM <external-ram>
  20. Fatal Errors <fatal-errors>
  21. Flash Encryption <../security/flash-encryption>
  22. FreeRTOS SMP Changes <freertos-smp>
  23. Hardware Abstraction <hardware-abstraction>
  24. :CONFIG_IDF_TARGET_ARCH_XTENSA: High Level Interrupts <hlinterrupts>
  25. JTAG Debugging <jtag-debugging/index>
  26. Linker Script Generation <linker-script-generation>
  27. Memory Types <memory-types>
  28. lwIP TCP/IP Stack <lwip>
  29. OpenThread <openthread>
  30. Partition Tables <partition-tables>
  31. Performance <performance/index>
  32. RF Calibration <RF_calibration>
  33. :esp32: Secure Boot <../security/secure-boot-v1>
  34. Secure Boot V2 <../security/secure-boot-v2>
  35. Thread Local Storage <thread-local-storage>
  36. Tools <tools/index>
  37. :SOC_ULP_SUPPORTED: ULP Coprocessor <ulp>
  38. :esp32: ULP Coprocessor (Legacy GNU Make) <ulp-legacy>
  39. :SOC_RISCV_COPROC_SUPPORTED: ULP-RISC-V Coprocessor <ulp-risc-v>
  40. Unit Testing (Target) <unit-tests>
  41. Unit Testing (Linux Host) <linux-host-testing>
  42. :esp32: Unit Testing (Legacy GNU Make) <unit-tests-legacy>
  43. :SOC_USB_OTG_SUPPORTED: USB OTG Console <usb-otg-console>
  44. :SOC_USB_SERIAL_JTAG_SUPPORTED: USB Serial/JTAG Controller Console <usb-serial-jtag-console>
  45. Wi-Fi Driver <wifi>
  46. Wi-Fi Security <wifi-security>