index.rst 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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, ESP8684, ESP32-S and ESP32-C Series SoCs <https://www.espressif.com/en/products/hardware/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|_ |H/W Reference|_
  14. ------------------ ------------------ ------------------
  15. `Get Started`_ `API Reference`_ `H/W Reference`_
  16. ------------------ ------------------ ------------------
  17. |API Guides|_ |Contribute|_ |Resources|_
  18. ------------------ ------------------ ------------------
  19. `API Guides`_ `Contribute`_ `Resources`_
  20. ================== ================== ==================
  21. .. |Get Started| image:: ../_static/get-started.png
  22. .. _Get Started: get-started/index.html
  23. .. |API Reference| image:: ../_static/api-reference.png
  24. .. _API Reference: api-reference/index.html
  25. .. |H/W Reference| image:: ../_static/hw-reference.png
  26. .. _H/W Reference: hw-reference/index.html
  27. .. |API Guides| image:: ../_static/api-guides.png
  28. .. _API Guides: api-guides/index.html
  29. .. _Libraries and Frameworks: libraries-and-frameworks/index.html
  30. .. |Contribute| image:: ../_static/contribute.png
  31. .. _Contribute: contribute/index.html
  32. .. |Resources| image:: ../_static/resources.png
  33. .. _Resources: resources.html
  34. .. toctree::
  35. :hidden:
  36. Get Started <get-started/index>
  37. API Reference <api-reference/index>
  38. H/W Reference <hw-reference/index>
  39. API Guides <api-guides/index>
  40. ESP-IDF 5.0 Migration Guides <migration-guides/index>
  41. Libraries and Frameworks <libraries-and-frameworks/index>
  42. Contribute <contribute/index>
  43. Versions <versions>
  44. Resources <resources>
  45. Copyrights <COPYRIGHT>
  46. About <about>
  47. 语言/Languages <languages>
  48. * :ref:`genindex`