diff --git a/docs/en/api-guides/build-system.rst b/docs/en/api-guides/build-system.rst index fa9bffb71c..fc190a218e 100644 --- a/docs/en/api-guides/build-system.rst +++ b/docs/en/api-guides/build-system.rst @@ -1397,7 +1397,7 @@ Initialization - Upon inclusion of ``idf.cmake`` in ``project.cmake``, the following steps are performed: - Set ``IDF_PATH`` from environment variable or inferred from path to ``project.cmake`` included in the top-level CMakeLists.txt. - Add :idf:`/tools/cmake` to ``CMAKE_MODULE_PATH`` and include core modules plus the various helper/third-party scripts. - - Set build tools/executables such as default Python interpreter, mconf, etc. + - Set build tools/executables such as default Python interpreter. - Get ESP-IDF git revision and store as ``IDF_VER``. - Set global build specifications i.e. compile options, compile definitions, include directories for all components in the build. - Add components in :idf:`components` to the build. diff --git a/docs/en/get-started/windows-setup-scratch.rst b/docs/en/get-started/windows-setup-scratch.rst index 1c59b9648d..258b8d476e 100644 --- a/docs/en/get-started/windows-setup-scratch.rst +++ b/docs/en/get-started/windows-setup-scratch.rst @@ -72,13 +72,6 @@ Once Python is installed, open a Windows Command Prompt from the Start menu and pip install --user pyserial -MConf for IDF -^^^^^^^^^^^^^ - -Download the configuration tool mconf-idf from the `kconfig-frontends releases page`_. This is the ``mconf`` configuration tool with some minor customizations for ESP-IDF. - -This tool will also need to be unzipped to a directory which is then :ref:`added to your Path `. - Toolchain Setup =============== diff --git a/docs/en/get-started/windows-setup.rst b/docs/en/get-started/windows-setup.rst index a8efd56398..5a908473a7 100644 --- a/docs/en/get-started/windows-setup.rst +++ b/docs/en/get-started/windows-setup.rst @@ -10,7 +10,7 @@ Standard Setup of Toolchain for Windows Introduction ============ -ESP-IDF requires some prerequisite tools to be installed so you can build firmware for the ESP32. The prerequisite tools include Python, Git, cross-compilers, menuconfig tool, CMake and Ninja build tools. +ESP-IDF requires some prerequisite tools to be installed so you can build firmware for supported chips. The prerequisite tools include Python, Git, cross-compilers, CMake and Ninja build tools. For this Getting Started we're going to use the Command Prompt, but after ESP-IDF is installed you can use :doc:`Eclipse ` or another graphical IDE with CMake support instead. @@ -26,7 +26,7 @@ The easiest way to install ESP-IDF's prerequisites is to download the ESP-IDF To https://dl.espressif.com/dl/esp-idf-tools-setup-2.1.exe -The installer includes the cross-compilers, OpenOCD, cmake_ and Ninja_ build tool, and a configuration tool called mconf-idf_. The installer can also download and run installers for Python_ 3.7 and `Git For Windows`_ if they are not already installed on the computer. +The installer includes the cross-compilers, OpenOCD, cmake_ and Ninja_ build tool. The installer can also download and run installers for Python_ 3.7 and `Git For Windows`_ if they are not already installed on the computer. The installer also offers to download one of the ESP-IDF release versions. @@ -64,5 +64,4 @@ For advanced users who want to customize the install process: .. _ninja: https://ninja-build.org/ .. _Python: https://www.python.org/downloads/windows/ .. _Git for Windows: https://gitforwindows.org/ -.. _mconf-idf: https://github.com/espressif/kconfig-frontends/releases/ .. _Github Desktop: https://desktop.github.com/