Docs: Add migration guide for Windows environment (Msys/Mingw was removed)

This commit is contained in:
Roland Dobai 2021-11-18 12:08:06 +01:00
parent 460f3ad7b6
commit 3ce9bd995e
4 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,7 @@ ESP-IDF 5.0 Migration Guides
.. toctree::
:maxdepth: 1
Environment Setup on Windows <windows-env>
Peripherals <peripherals>
Build System <build-system>
System <system>

View File

@ -0,0 +1,4 @@
Migrate Windows Environment to ESP-IDF 5.0
==========================================
The Msys/Mingw-based Windows environment support got deprecated in ESP-IDF v4.0 and was entirely removed in v5.0. Please use :ref:`get-started-windows-tools-installer` to set up a compatible environment. The options include Windows Command Line, Power Shell and the graphical user interface based on Eclipse IDE. In addition, a VS Code-based environment can be set up with the supported plugin: https://github.com/espressif/vscode-esp-idf-extension.

View File

@ -5,6 +5,7 @@ ESP-IDF 5.0 迁移指南
.. toctree::
:maxdepth: 1
Environment Setup on Windows <windows-env>
外设 <peripherals>
构建系统 <build-system>
系统 <system>

View File

@ -0,0 +1 @@
.. include:: ../../en/migration-guides/windows-env.rst