mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Docs: Add migration guide for Windows environment (Msys/Mingw was removed)
This commit is contained in:
parent
460f3ad7b6
commit
3ce9bd995e
@ -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>
|
||||
|
4
docs/en/migration-guides/windows-env.rst
Normal file
4
docs/en/migration-guides/windows-env.rst
Normal 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.
|
@ -5,6 +5,7 @@ ESP-IDF 5.0 迁移指南
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
Environment Setup on Windows <windows-env>
|
||||
外设 <peripherals>
|
||||
构建系统 <build-system>
|
||||
系统 <system>
|
||||
|
1
docs/zh_CN/migration-guides/windows-env.rst
Normal file
1
docs/zh_CN/migration-guides/windows-env.rst
Normal file
@ -0,0 +1 @@
|
||||
.. include:: ../../en/migration-guides/windows-env.rst
|
Loading…
Reference in New Issue
Block a user