]> granicus.if.org Git - esp-idf/commitdiff
docs: Update eclipse setup doc with the IDF Eclipse Plugins github link
authorKondal Kolipaka <kondal.kolipaka@espressif.com>
Mon, 16 Sep 2019 07:52:30 +0000 (13:22 +0530)
committerKondal Kolipaka <kondal.kolipaka@espressif.com>
Tue, 17 Sep 2019 08:12:32 +0000 (13:42 +0530)
docs/en/get-started/eclipse-setup.rst

index 08b46fcf658e84412ba7eb6983bacd866f2929a0..f6a499561742aedea93cc01c5dbf6d2d00b9329a 100644 (file)
@@ -3,10 +3,8 @@ Build and Flash with Eclipse IDE
 ********************************
 :link_to_translation:`zh_CN:[中文]`
 
-ESP-IDF V4.0 will be released with a new CMake-based build system as the default build system.
+ESP-IDF V4.0 has a new CMake-based build system as the default build system.
 
-Eclipse CDT IDE support for CMake-based build system will be available before the ESP-IDF V4.0 release but
-is not available yet. We apologise for the inconvenience.
-
-If you require Eclipse IDE support for this pre-release version of ESP-IDF, 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>`.
+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.
 
+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>`.