Home
last modified time | relevance | path

Searched full:openocd_scripts (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.4.0/docs/zh_CN/api-guides/jtag-debugging/
Dindex.rst126 您还可以检查 ``OPENOCD_SCRIPTS`` 环境变量的值,以确认 OpenOCD 配置文件的路径,Linux 和 macOS 用户可以在终端输入 ``echo $OPENOCD_SCRIP…
192 * 如果遇到无法找到配置文件的错误,例如 |run-openocd-cfg-file-err|,请检查 ``OPENOCD_SCRIPTS`` 环境变量是否设置正确,OpenOCD 根据此变量来查…
272 如果要使用本地从源代码编译的 OpenOCD 程序,需要将相应可执行文件的路径修改为 ``src/openocd``,并设置 ``OPENOCD_SCRIPTS`` 环境变量,使得 OpenOCD …
277 export OPENOCD_SCRIPTS=$PWD/tcl
284 set "OPENOCD_SCRIPTS=%CD%\tcl"
Dusing-debugger.rst209 …在终端中运行 OpenOCD,其配置信息来源于环境变量或者命令行。默认会使用 ``OPENOCD_SCRIPTS`` 环境变量中指定的脚本路径,它是由 ESP-IDF 项目仓库中的导出脚本(``e…
/hal_espressif-3.4.0/tools/idf_py_actions/
Ddebug_ext.py154 def openocd(action, ctx, args, openocd_scripts, openocd_commands): argument
162 if os.getenv('OPENOCD_SCRIPTS') is None:
163 …raise FatalError('OPENOCD_SCRIPTS not found in the environment: Please run export.sh/export.bat', …
174 if openocd_scripts is not None:
175 openocd_arguments += ' -s {}'.format(openocd_scripts)
321 'names': ['--openocd-scripts', '--openocd_scripts'],
/hal_espressif-3.4.0/docs/en/api-guides/jtag-debugging/
Dindex.rst124 …he value of ``OPENOCD_SCRIPTS`` environment variable, by typing ``echo $OPENOCD_SCRIPTS`` (for Lin…
190 …configuration files, e.g. |run-openocd-cfg-file-err|, check if the ``OPENOCD_SCRIPTS`` environment…
270 …ange the path to OpenOCD executable to ``src/openocd`` and set the ``OPENOCD_SCRIPTS`` environment…
275 export OPENOCD_SCRIPTS=$PWD/tcl
282 set "OPENOCD_SCRIPTS=%CD%\tcl"
Dusing-debugger.rst209 …t or via command line. It uses default script directory defined as ``OPENOCD_SCRIPTS`` environment…
/hal_espressif-3.4.0/components/xtensa/trax/test/
DREADME.txt6 - Add OpenOCD to PATH and set OPENOCD_SCRIPTS
/hal_espressif-3.4.0/tools/
Dzephyr_tools.json12 "OPENOCD_SCRIPTS": "${TOOL_PATH}/openocd-esp32/share/openocd/scripts" string
Dtools.json539 "OPENOCD_SCRIPTS": "${TOOL_PATH}/openocd-esp32/share/openocd/scripts" string
/hal_espressif-3.4.0/
D.gitlab-ci.yml84 export OPENOCD_SCRIPTS=$PWD/openocd-esp32/share/openocd/scripts