Tools: Remove MSYS/Mingw support

MSYS/Mingw was deprecated since v4.0 and it is removed in v5.0. Please
follow the getting started guide of the documentation to set up a
Windows Command Line or Power Shell based environment.
This commit is contained in:
Roland Dobai
2021-11-09 13:10:56 +01:00
parent 6ef6c2a2c7
commit a1d0d1ffbe
17 changed files with 25 additions and 205 deletions

View File

@@ -137,9 +137,6 @@ def action_extensions(base_actions, project_path):
idf_py = [PYTHON] + _get_commandline_options(ctx) # commands to re-run idf.py
monitor_args += ['-m', ' '.join("'%s'" % a for a in idf_py)]
if 'MSYSTEM' in os.environ:
monitor_args = ['winpty'] + monitor_args
run_tool('idf_monitor', monitor_args, args.project_dir)
def flash(action, ctx, args):