index.rst 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. ESP-IDF Programming Guide
  2. =========================
  3. :link_to_translation:`zh_CN:[中文]`
  4. .. only:: fast_build
  5. .. warning::
  6. The function API documentation is excluded from the preview. Add docs_full label to the MR to generate the complete documentation.
  7. This is the documentation for Espressif IoT Development Framework (`esp-idf <https://github.com/espressif/esp-idf>`_). ESP-IDF is the official development framework for the `ESP32, ESP32-S, ESP32-C, ESP32-H and ESP32-P Series SoCs <https://www.espressif.com/en/products/socs>`_.
  8. .. only:: html
  9. This document describes using ESP-IDF with the {IDF_TARGET_NAME} SoC. To switch to a different SoC target, choose target from the dropdown in the upper left.
  10. .. only:: latex
  11. This document describes using ESP-IDF with the {IDF_TARGET_NAME} SoC.
  12. ================== ================== ==================
  13. |Get Started|_ |API Reference|_ |API Guides|_
  14. ------------------ ------------------ ------------------
  15. `Get Started`_ `API Reference`_ `API Guides`_
  16. ================== ================== ==================
  17. .. |Get Started| image:: ../_static/get-started.png
  18. .. _Get Started: get-started/index.html
  19. .. |API Reference| image:: ../_static/api-reference.png
  20. .. _API Reference: api-reference/index.html
  21. .. |API Guides| image:: ../_static/api-guides.png
  22. .. _API Guides: api-guides/index.html
  23. .. _Libraries and Frameworks: libraries-and-frameworks/index.html
  24. .. toctree::
  25. :hidden:
  26. get-started/index
  27. api-reference/index
  28. hw-reference/index
  29. api-guides/index
  30. security/index
  31. migration-guides/index
  32. libraries-and-frameworks/index
  33. contribute/index
  34. versions
  35. resources
  36. COPYRIGHT
  37. about
  38. languages