Merge branch 'feature/remove_unused_tools' into 'master'

tools: Remove tools that are not used by active ESP-IDF version.

Closes IDF-2054

See merge request espressif/esp-idf!16586
This commit is contained in:
Roland Dobai
2022-02-24 06:29:34 +00:00
7 changed files with 192 additions and 35 deletions

View File

@@ -108,6 +108,11 @@ Any mirror server can be used provided the URL matches the ``github.com`` downlo
* ``check-python-dependencies``: Checks if all required Python packages are installed. Packages from ``${IDF_PATH}/tools/requirements/requirements.*.txt`` files selected by the feature list of ``idf-env.json`` are checked with the package versions specified in the ``espidf.constraints.*.txt`` file. The constraint file will be downloaded from https://dl.espressif.com if this step hasn't been done already in the last day.
* ``uninstall``: Print and remove tools, that are currently not used by active ESP-IDF version.
- ``--dry-run`` Print installed unused tools.
- ``--remove-archives`` Additionally remove all older versions of previously downloaded installation packages.
.. _idf-tools-install:
Install scripts