platformio.rst 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .. _platformio:
  2. PlatformIO
  3. ##########
  4. :link_to_translation:`zh_CN:[中文]`
  5. .. image:: ../../_static/platformio-logo.png
  6. :target: https://platformio.org/?utm_source=docs.espressif.com
  7. .. contents::
  8. :local:
  9. What Is PlatformIO?
  10. ~~~~~~~~~~~~~~~~~~~
  11. `PlatformIO <https://platformio.org/?utm_source=docs.espressif.com>`__
  12. is a cross-platform embedded development environment with out-of-the-box support
  13. for ESP-IDF.
  14. Since ESP-IDF support within PlatformIO is not maintained by the Espressif team, please report any issues with PlatformIO directly to its developers in `the official PlatformIO repositories <https://github.com/platformio>`_.
  15. A detailed overview of the PlatformIO ecosystem and its philosophy can be found in `the official PlatformIO documentation <https://docs.platformio.org/en/latest/what-is-platformio.html?utm_source=docs.espressif.com>`_.
  16. Installation
  17. ~~~~~~~~~~~~
  18. * `PlatformIO IDE <https://platformio.org/platformio-ide?utm_source=docs.espressif.com>`_ is a toolset for embedded C/C++ development available on Windows, macOS and Linux platforms.
  19. * `PlatformIO Core (CLI) <https://docs.platformio.org/en/latest/core/index.html?utm_source=docs.espressif.com>`_ is a command-line tool that consists of multi-platform build system, platform and library managers and other integration components. It can be used with a variety of code development environments and allows integration with cloud platforms and web
  20. services
  21. Configuration
  22. ~~~~~~~~~~~~~
  23. Please go through `the official PlatformIO configuration guide for ESP-IDF <https://docs.platformio.org/en/latest/frameworks/espidf.html?utm_source=docs.espressif.com#configuration>`_.
  24. Tutorials
  25. ~~~~~~~~~
  26. - `ESP-IDF and ESP32-DevKitC: debugging, unit testing, project analysis <https://docs.platformio.org/en/latest/tutorials/espressif32/espidf_debugging_unit_testing_analysis.html?utm_source=docs.espressif.com>`__
  27. Project Examples
  28. ~~~~~~~~~~~~~~~~
  29. Please check ESP-IDF page in `the official PlatformIO documentation <https://docs.platformio.org/en/latest/frameworks/espidf.html?utm_source=docs.espressif.com#examples>`__
  30. Next Steps
  31. ~~~~~~~~~~
  32. Here are some useful links for exploring the PlatformIO ecosystem:
  33. - Learn more about `integrations with other IDEs or Text Editors <https://docs.platformio.org/en/latest/integration/ide/index.html?utm_source=docs.espressif.com>`_
  34. - Get help from `PlatformIO community <https://community.platformio.org/?utm_source=docs.espressif.com>`_