docs(tools): Made static link for config profile files

Made the reference link to v5.5 to reflect the correct example,
as in later version the example was changed.
This commit is contained in:
Marek Fiala
2026-01-05 16:24:59 +01:00
committed by BOT
parent 3a23146518
commit 9b0475de34
+2 -1
View File
@@ -405,7 +405,7 @@ Then the command can be executed as: ``idf.py "@custom_flash.txt" monitor``
Arguments from a file can be combined with additional command line arguments, and multiple files annotated with ``@`` can be used simultaneously. For instance, if there is a second file ``another_config.txt``, both can be utilized by specifying ``idf.py "@custom_flash.txt" "@another_config.txt" monitor``.
A further example of how this argument file can be used, e.g., creating configuration profile files via @filename, is in the :example_file:`Multiple Build Configurations Example <build_system/cmake/multi_config/README.md>`.
A further example of how this argument file can be used, e.g., creating configuration profile files via @filename, is in the `Create configuration profile files <profile_file_>`_ paragraph in Multiple Build Configurations Example.
Extending ``idf.py``
====================
@@ -517,3 +517,4 @@ Basic Usage Examples
.. _CCache: https://ccache.dev/
.. _click context: https://click.palletsprojects.com/en/stable/api/#context
.. _CMake presets: https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html
.. _profile_file: https://github.com/espressif/esp-idf/tree/release/v5.5/examples/build_system/cmake/multi_config#create-configuration-profile-files-via-filename