index.rst 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. ESP-IDF Programming Guide
  2. =========================
  3. :link_to_translation:`zh_CN:[中文]`
  4. 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 and ESP32-S Series SoCs <https://www.espressif.com/en/products/hardware/socs>`_.
  5. .. only:: html
  6. This document describes using ESP-IDF with the {IDF_TARGET_NAME} SoC. To switch to a different SoC target, click "Switch Version" in the bottom left.
  7. .. only:: latex
  8. This document describes using ESP-IDF with the {IDF_TARGET_NAME} SoC.
  9. ================== ================== ==================
  10. |Get Started|_ |API Reference|_ |H/W Reference|_
  11. ------------------ ------------------ ------------------
  12. `Get Started`_ `API Reference`_ `H/W Reference`_
  13. ------------------ ------------------ ------------------
  14. |API Guides|_ |Contribute|_ |Resources|_
  15. ------------------ ------------------ ------------------
  16. `API Guides`_ `Contribute`_ `Resources`_
  17. ================== ================== ==================
  18. .. |Get Started| image:: ../_static/get-started.png
  19. .. _Get Started: get-started/index.html
  20. .. |API Reference| image:: ../_static/api-reference.png
  21. .. _API Reference: api-reference/index.html
  22. .. |H/W Reference| image:: ../_static/hw-reference.png
  23. .. _H/W Reference: hw-reference/index.html
  24. .. |API Guides| image:: ../_static/api-guides.png
  25. .. _API Guides: api-guides/index.html
  26. .. _Libraries and Frameworks: libraries-and-frameworks/index.html
  27. .. |Contribute| image:: ../_static/contribute.png
  28. .. _Contribute: contribute/index.html
  29. .. |Resources| image:: ../_static/resources.png
  30. .. _Resources: resources.html
  31. .. toctree::
  32. :hidden:
  33. Get Started <get-started/index>
  34. API Reference <api-reference/index>
  35. H/W Reference <hw-reference/index>
  36. API Guides <api-guides/index>
  37. Libraries and Frameworks <libraries-and-frameworks/index>
  38. Contribute <contribute/index>
  39. Versions <versions>
  40. Resources <resources>
  41. Copyrights <COPYRIGHT>
  42. About <about>
  43. 语言/Languages <languages>
  44. * :ref:`genindex`