index.rst 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. ESP-IDF 编程指南
  2. =========================
  3. :link_to_translation:`en:[English]`
  4. 这里是乐鑫 IoT 开发框架 (`esp-idf <https://github.com/espressif/esp-idf>`_) 的文档中心。ESP-IDF 是 `ESP32 和 ESP32-S2 <https://www.espressif.com/en/products/hardware/socs>`_ 系列芯片的官方开发框架。
  5. .. only:: html
  6. 本文档仅包含针对 {IDF_TARGET_NAME} 芯片的 ESP-IDF 使用。如需了解其他芯片,请点击页面左下方的 "Switch Version"。
  7. .. only:: latex
  8. 本文档仅包含针对 {IDF_TARGET_NAME} 芯片的 ESP-IDF 使用。
  9. ESP-IDF 是 `ESP32 <https://www.espressif.com/zh-hans/products/hardware/esp32/overview>`_ 芯片的官方开发框架。
  10. ================== ================== ==================
  11. |快速入门|_ |API 参考|_ |H/W 参考|_
  12. ------------------ ------------------ ------------------
  13. `快速入门`_ `API 参考`_ `H/W 参考`_
  14. ------------------ ------------------ ------------------
  15. |API 指南|_ |贡献代码|_ |相关资源|_
  16. ------------------ ------------------ ------------------
  17. `API 指南`_ `贡献代码`_ `相关资源`_
  18. ================== ================== ==================
  19. .. |快速入门| image:: ../_static/get-started.png
  20. .. _快速入门: get-started/index.html
  21. .. |API 参考| image:: ../_static/api-reference.png
  22. .. _API 参考: api-reference/index.html
  23. .. |H/W 参考| image:: ../_static/hw-reference.png
  24. .. _H/W 参考: hw-reference/index.html
  25. .. |API 指南| image:: ../_static/api-guides.png
  26. .. _API 指南: api-guides/index.html
  27. .. _Libraries and Frameworks: libraries-and-frameworks/index.html
  28. .. |贡献代码| image:: ../_static/contribute.png
  29. .. _贡献代码: contribute/index.html
  30. .. |相关资源| image:: ../_static/resources.png
  31. .. _相关资源: resources.html
  32. .. toctree::
  33. :hidden:
  34. 快速入门 <get-started/index>
  35. API 参考 <api-reference/index>
  36. H/W 参考 <hw-reference/index>
  37. API 指南 <api-guides/index>
  38. Libraries and Frameworks <libraries-and-frameworks/index>
  39. 贡献代码 <contribute/index>
  40. 版本 <versions>
  41. 相关资源 <resources>
  42. 版权 <COPYRIGHT>
  43. 关于 <about>
  44. Languages/语言 <languages>
  45. * :ref:`genindex`