Skip to content

Commit adbec6e

Browse files
committed
Merge branch 'feat/espefuse_require_port' into 'master'
feat(tools/efuse): Make port mandatory for eFuse commands Closes IDF-13378 See merge request espressif/esp-idf!40315
2 parents bfd0c49 + 24a8797 commit adbec6e

File tree

2 files changed

+179
-157
lines changed

2 files changed

+179
-157
lines changed

docs/en/migration-guides/release-6.x/6.0/tools.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,10 @@ On Linux or MacOS, you can use Python 3.11 or 3.12 and gdbgui version 0.15.2.0.
2323
Please be aware that these recommendations may change over time and for an up-to-date list of issues refer to `the official issue tracker <https://github.com/cs01/gdbgui/issues>`_.
2424

2525
We recommend to use ``idf.py gdb`` instead of ``idf.py gdbgui``, or debug in Eclipse/Vscode if you encounter an issue with the installation.
26+
27+
``idf.py efuse*`` Commands Require Port
28+
---------------------------------------
29+
30+
All commands with eFuse functionality now require a serial port to be specified. This was done to prevent accidental use of the wrong port, as these operations are irreversible.
31+
32+
For all ``idf.py efuse*`` commands, you now need to specify the serial port with the ``--port`` argument (or ``ESPPORT`` environment variable). If the port is not specified, the command will fail with an error message.

0 commit comments

Comments
 (0)