kopia lustrzana https://github.com/espressif/esp-idf
13 wiersze
715 B
ReStructuredText
13 wiersze
715 B
ReStructuredText
********************************
|
|
Build and Flash with Eclipse IDE
|
|
********************************
|
|
:link_to_translation:`zh_CN:[中文]`
|
|
|
|
ESP-IDF V4.0 has a new CMake-based build system as the default build system.
|
|
|
|
There is a new ESP-IDF Eclipse Plugin that works with the CMake-based build system. Please refer to https://github.com/espressif/idf-eclipse-plugin/blob/master/README.md for further instructions.
|
|
|
|
.. only:: esp32
|
|
|
|
If you require Eclipse IDE support for legacy ESP_IDF Make build system, you can follow the :doc:`legacy GNU Make build system Getting Started guide </get-started-legacy/index>` which has steps for :doc:`Building and Flashing with Eclipse IDE </get-started-legacy/eclipse-setup>`.
|