From 7eeaa62c49dc452278d07ee5d3fe0a12a1833a38 Mon Sep 17 00:00:00 2001 From: Krzysztof Date: Sat, 15 Feb 2020 23:12:59 +0800 Subject: [PATCH] docs: Update Eclipse installation instructions, ref. https://esp32.com/viewtopic.php?f=13&t=14237#p55468 --- docs/en/get-started/eclipse-setup.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/en/get-started/eclipse-setup.rst b/docs/en/get-started/eclipse-setup.rst index 08b46fcf6..f6a499561 100644 --- a/docs/en/get-started/eclipse-setup.rst +++ b/docs/en/get-started/eclipse-setup.rst @@ -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 ` which has steps for :doc:`Building and Flashing with Eclipse IDE `. +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 ` which has steps for :doc:`Building and Flashing with Eclipse IDE `.