Searched full:idf_tools (Results 1 – 19 of 19) sorted by relevance
/hal_espressif-3.4.0/docs/en/api-guides/tools/ |
D | idf-tools.rst | 29 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…
|
D | idf-tools-notes.inc | 42 …, 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/ |
D | export.bat | 21 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%"
|
D | export.fish | 15 # 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.yml | 78 …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
|
D | export.sh | 74 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'
|
D | install.fish | 16 "$ESP_PYTHON" "$IDF_PATH"/tools/idf_tools.py install --targets=$TARGETS 20 "$ESP_PYTHON" "$IDF_PATH"/tools/idf_tools.py install-python-env
|
D | export.ps1 | 11 # 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'
|
D | install.sh | 19 "${ESP_PYTHON}" "${IDF_PATH}/tools/idf_tools.py" install --targets=${TARGETS} 22 "${ESP_PYTHON}" "${IDF_PATH}/tools/idf_tools.py" install-python-env
|
D | install.ps1 | 11 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…
|
D | install.bat | 25 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/ |
D | Dockerfile | 65 && $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/ |
D | test_idf_tools.py | 30 # 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/ |
D | idf-tools-notes.inc | 44 …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/ |
D | detect_python.sh | 4 # which Python should be used with idf_tools.py for installing tools and exporting environment vari…
|
D | idf_tools.py | 23 # * 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/ |
D | executable-list.txt | 82 tools/idf_tools.py
|
/hal_espressif-3.4.0/.gitlab/ci/ |
D | host-test.yml | 197 - python3 ./idf_tools.py install-python-env
|
D | rules.yml | 124 - "tools/idf_tools.py"
|