Home
last modified time | relevance | path

Searched full:idf_tools (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-3.4.0/docs/en/api-guides/tools/
Didf-tools.rst29 This file is used by :idf_file:`tools/idf_tools.py` script when installing the tools or setting up …
57 ``idf_tools.py`` script
60 :idf_file:`tools/idf_tools.py` script bundled with ESP-IDF performs several functions:
92 eval $($IDF_PATH/tools/idf_tools.py export)
134 In addition to calling ``idf_tools.py``, these scripts list the directories which have been added t…
139 Depending on the environment, more user-friendly wrappers for ``idf_tools.py`` are provided:
141 …ols-installer>` can download and install the tools. Internally the installer uses ``idf_tools.py``.
142 …pse-setup>` includes a menu item to set up the tools. Internally the plugin calls ``idf_tools.py``.
143 …w helps setting up the tools. Although the extension does not rely on ``idf_tools.py``, the same i…
Didf-tools-notes.inc42 …, etc.). However, for convenience it is possible to install CMake using idf_tools.py along with th…
53 …, etc.). However, for convenience it is possible to install ninja using idf_tools.py along with th…
/hal_espressif-3.4.0/
Dexport.bat21 set "IDF_TOOLS_PY_PATH=%IDF_PATH%\tools\idf_tools.py"
31 :: It is possible to do this without a temporary file (running idf_tools.py from for /r command),
32 :: but that way it is impossible to get the exit code of idf_tools.py.
34 python.exe "%IDF_PATH%\tools\idf_tools.py" export --format key-value >"%IDF_TOOLS_EXPORTS_FILE%"
Dexport.fish15 # Call idf_tools.py to export tool paths
18 set idf_exports ("$ESP_PYTHON" "$IDF_PATH"/tools/idf_tools.py export) || return 1
25 # "$IDF_PATH"/tools is already added by 'idf_tools.py export'
D.gitlab-ci.yml78 …tools/idf_tools.py --non-interactive install ${SETUP_TOOLS_LIST:-} && eval "$(tools/idf_tools.py -…
114 - $IDF_PATH/tools/idf_tools.py install-python-env
116 - $IDF_PATH/tools/idf_tools.py --non-interactive install cmake ninja
Dexport.sh74 if [ ! -f "${IDF_PATH}/tools/idf.py" ] || [ ! -f "${IDF_PATH}/tools/idf_tools.py" ]
91 # Call idf_tools.py to export tool paths
94 idf_exports=$("$ESP_PYTHON" "${IDF_PATH}/tools/idf_tools.py" export) || return 1
103 # ${IDF_PATH}/tools is already added by 'idf_tools.py export'
Dinstall.fish16 "$ESP_PYTHON" "$IDF_PATH"/tools/idf_tools.py install --targets=$TARGETS
20 "$ESP_PYTHON" "$IDF_PATH"/tools/idf_tools.py install-python-env
Dexport.ps111 # using idf_tools.py to get $envars_array to set
12 $envars_raw = python $IDF_PATH/tools/idf_tools.py export --format key-value
51 # ${IDF_PATH}/tools is already added by 'idf_tools.py export'
Dinstall.sh19 "${ESP_PYTHON}" "${IDF_PATH}/tools/idf_tools.py" install --targets=${TARGETS}
22 "${ESP_PYTHON}" "${IDF_PATH}/tools/idf_tools.py" install-python-env
Dinstall.ps111 Start-Process -Wait -NoNewWindow -FilePath "python" -Args "$IDF_PATH/tools/idf_tools.py install --t…
15 Start-Process -Wait -NoNewWindow -FilePath "python" -Args "$IDF_PATH/tools/idf_tools.py install-py…
Dinstall.bat25 python.exe "%IDF_PATH%\tools\idf_tools.py" install --targets=%TARGETS%
29 python.exe "%IDF_PATH%\tools\idf_tools.py" install-python-env
/hal_espressif-3.4.0/tools/docker/
DDockerfile65 && $IDF_PATH/tools/idf_tools.py --non-interactive install required \
66 && $IDF_PATH/tools/idf_tools.py --non-interactive install cmake \
67 && $IDF_PATH/tools/idf_tools.py --non-interactive install-python-env \
/hal_espressif-3.4.0/tools/test_idf_tools/
Dtest_idf_tools.py30 # Need to do this before importing idf_tools.py
34 import idf_tools
37 import idf_tools
54 …It works with tools.json directly and not through idf_tools.py in order to bypass the script under…
78 …old_tools_dir = os.environ.get('IDF_TOOLS_PATH') or os.path.expanduser(idf_tools.IDF_TOOLS_PATH_DE…
125 idf_tools.main(['--non-interactive'] + action)
321 idf_tools.main(['validate'])
324 idf_tools.main(['rewrite'])
/hal_espressif-3.4.0/docs/zh_CN/api-guides/tools/
Didf-tools-notes.inc44 …manager. However, for convenience it is possible to install CMake using idf_tools.py along with th…
55 …manager. However, for convenience it is possible to install ninja using idf_tools.py along with th…
/hal_espressif-3.4.0/tools/
Ddetect_python.sh4 # which Python should be used with idf_tools.py for installing tools and exporting environment vari…
Didf_tools.py23 # * To install the tools, run `idf_tools.py install`.
25 # * To install the Python environment, run `idf_tools.py install-python-env`.
27 # * To start using the tools, run `eval "$(idf_tools.py export)"` — this will update
/hal_espressif-3.4.0/tools/ci/
Dexecutable-list.txt82 tools/idf_tools.py
/hal_espressif-3.4.0/.gitlab/ci/
Dhost-test.yml197 - python3 ./idf_tools.py install-python-env
Drules.yml124 - "tools/idf_tools.py"