From 4b5e56e08ca1a6dc00209ad45521de7a4645ec3e Mon Sep 17 00:00:00 2001 From: Frantisek Hrbata Date: Wed, 1 Feb 2023 15:41:30 +0100 Subject: [PATCH] docs: hints are supported for gdbui and openocd Hints should be now working for gdbui and openocd. They are not produced via RunTool(), but the hints are used directly. Signed-off-by: Frantisek Hrbata --- docs/en/api-guides/tools/idf-py.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-guides/tools/idf-py.rst b/docs/en/api-guides/tools/idf-py.rst index fd02b2eeec..8f8e284b45 100644 --- a/docs/en/api-guides/tools/idf-py.rst +++ b/docs/en/api-guides/tools/idf-py.rst @@ -146,7 +146,7 @@ or partition table as applicable. Hints on how to resolve errors ============================== -``idf.py`` will try to suggest hints on how to resolve errors. It works with a database of hints stored in :idf_file:`tools/idf_py_actions/hints.yml` and the hints will be printed if a match is found for the given error. The monitor, menuconfig, gdb and openocd targets are not supported at the moment by automatic hints on resolving errors. +``idf.py`` will try to suggest hints on how to resolve errors. It works with a database of hints stored in :idf_file:`tools/idf_py_actions/hints.yml` and the hints will be printed if a match is found for the given error. The monitor and menuconfig targets are not supported at the moment by automatic hints on resolving errors. The ``--no-hints`` argument of ``idf.py`` can be used to turn the hints off in case they are not desired.