index.rst 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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 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. .. only:: esp32s3
  13. .. warning::
  14. Not all documents are updated for ESP32-S3 yet.
  15. ================== ================== ==================
  16. |Get Started|_ |API Reference|_ |H/W Reference|_
  17. ------------------ ------------------ ------------------
  18. `Get Started`_ `API Reference`_ `H/W Reference`_
  19. ------------------ ------------------ ------------------
  20. |API Guides|_ |Contribute|_ |Resources|_
  21. ------------------ ------------------ ------------------
  22. `API Guides`_ `Contribute`_ `Resources`_
  23. ================== ================== ==================
  24. .. |Get Started| image:: ../_static/get-started.png
  25. .. _Get Started: get-started/index.html
  26. .. |API Reference| image:: ../_static/api-reference.png
  27. .. _API Reference: api-reference/index.html
  28. .. |H/W Reference| image:: ../_static/hw-reference.png
  29. .. _H/W Reference: hw-reference/index.html
  30. .. |API Guides| image:: ../_static/api-guides.png
  31. .. _API Guides: api-guides/index.html
  32. .. _Libraries and Frameworks: libraries-and-frameworks/index.html
  33. .. |Contribute| image:: ../_static/contribute.png
  34. .. _Contribute: contribute/index.html
  35. .. |Resources| image:: ../_static/resources.png
  36. .. _Resources: resources.html
  37. .. toctree::
  38. :hidden:
  39. Get Started <get-started/index>
  40. API Reference <api-reference/index>
  41. H/W Reference <hw-reference/index>
  42. API Guides <api-guides/index>
  43. Libraries and Frameworks <libraries-and-frameworks/index>
  44. Contribute <contribute/index>
  45. Versions <versions>
  46. Resources <resources>
  47. Copyrights <COPYRIGHT>
  48. About <about>
  49. 语言/Languages <languages>
  50. * :ref:`genindex`