Home
last modified time | relevance | path

Searched full:tools (Results 1 – 25 of 564) sorted by relevance

12345678910>>...23

/hal_espressif-2.7.6/tools/ci/
Dexecutable-list.txt34 tools/build_apps.py
35 tools/check_python_dependencies.py
36 tools/ci/apply_bot_filter.py
37 tools/ci/build_template_app.sh
38 tools/ci/check_build_warnings.py
39 tools/ci/check_callgraph.py
40 tools/ci/check_codeowners.py
41 tools/ci/check_deprecated_kconfigs.py
42 tools/ci/check_examples_cmake_make.py
43 tools/ci/check_examples_rom_header.sh
[all …]
/hal_espressif-2.7.6/docs/en/api-guides/tools/
Didf-tools.rst1 Downloadable Tools
4 ESP-IDF build process relies on a number of tools: cross-compiler toolchains, CMake build system, a…
6 Installing the tools using an OS-specific package manager (like apt, yum, brew, etc.) is the prefer…
8tools are IDF-specific and are not available in OS package repositories. Furthermore, different ve…
10 The rest of the document refers to these downloadable tools simply as "tools". Other kinds of tools
15 The following sections explain the installation method, and provide the list of tools installed on …
21 …If you are looking for instructions on how to install the tools, see the :doc:`Getting Started Gui…
24 Tools metadata file
27 …f tools and tool versions required for each platform is located in :idf_file:`tools/tools.json`. T…
29 This file is used by :idf_file:`tools/idf_tools.py` script when installing the tools or setting up …
[all …]
/hal_espressif-2.7.6/tools/ci/config/
Dhost-test.yml33 - ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh make test
53 - ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh ./gen_esp32part_tests.py
74 - cd tools/ldgen/test
75 - ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh ./test_fragments.py
76 - ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh ./test_generation.py
77 - ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh ./test_entity.py
78 - ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh ./test_output_commands.py
134 - ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh ./test_gen_crt_bundle.py
139 - cd tools/kconfig_new/test/confserver
140 - ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh ./test_confserver.py
[all …]
Dpre_check.yml23 - source tools/ci/utils.sh
24 - export PYTHONPATH="$CI_PROJECT_DIR/tools:$CI_PROJECT_DIR/tools/ci/python_packages:$PYTHONPATH"
38 …- python ${CI_PROJECT_DIR}/tools/ci/ci_get_mr_info.py files ${CI_COMMIT_BRANCH} | xargs pre-commit…
56 - tools/ci/check_idf_version.sh
63 - python ${IDF_PATH}/tools/ci/check_examples_cmake_make.py
68 - tools/ci/check_examples_rom_header.sh
69 - tools/ci/check_rom_apis.sh
79 …- ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh python -m flake8 --config=$IDF_PATH/.flake8 --output…
89 - tools/*/Kconfig*.new
90 - tools/*/*/Kconfig*.new
[all …]
Dbuild.yml34 - export PATH="$IDF_PATH/tools:$PATH"
38 - tools/ci/build_template_app.sh ${BUILD_COMMAND_ARGS}
61 - ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh -p 3.6.10 pip install -r requirements.txt
62 - ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh -p 3.6.10 ./build_docs.py gh-linkcheck
108 - tools/unit-test-app/output/${IDF_TARGET}
109 - tools/unit-test-app/builds/*.json
110 - tools/unit-test-app/builds/${IDF_TARGET}/*/size.json
118 BUILD_PATH: ${CI_PROJECT_DIR}/tools/unit-test-app/builds
119 OUTPUT_PATH: ${CI_PROJECT_DIR}/tools/unit-test-app/output
125 - ${IDF_PATH}/tools/ci/find_apps_build_apps.sh
[all …]
Dassign-test.yml18 CUSTOM_TEST_DIR: "${CI_PROJECT_DIR}/tools/test_apps"
37 - tools/unit-test-app/builds/artifact_index.json
41 …- python tools/ci/python_packages/ttfw_idf/IDFAssignTest.py example_test $EXAMPLE_TEST_DIR -c $CI_…
42 …- python tools/ci/python_packages/ttfw_idf/IDFAssignTest.py custom_test $CUSTOM_TEST_DIR -c $CI_TA…
43 …- python tools/ci/python_packages/ttfw_idf/IDFAssignTest.py component_ut $COMPONENT_UT_DIRS -c $CI…
44 …- python tools/ci/python_packages/ttfw_idf/IDFAssignTest.py unit_test $UNIT_TEST_DIR -c $CI_TARGET…
85 …stCase.py $JIRA_TEST_MANAGEMENT_PROJECT tiny_test_fw -d ${CI_PROJECT_DIR}/tools/test_apps -r $GIT_…
/hal_espressif-2.7.6/
D.gitlab-ci.yml41 SUBMODULE_FETCH_TOOL: "tools/ci/ci_fetch_submodule.py"
52 CHECKOUT_REF_SCRIPT: "$CI_PROJECT_DIR/tools/ci/checkout_project_ref.py"
58 CI_TARGET_TEST_CONFIG_FILE: "$CI_PROJECT_DIR/tools/ci/config/target-test.yml"
73tools/idf_tools.py --non-interactive install && eval "$(tools/idf_tools.py --non-interactive expor…
77 - source tools/ci/utils.sh
78 - source tools/ci/setup_python.sh
81 - source tools/ci/configure_ci_environment.sh
89 - source tools/ci/utils.sh
90 - source tools/ci/setup_python.sh
91 - source tools/ci/configure_ci_environment.sh
[all …]
D.gitignore43 tools/unit-test-app/sdkconfig
44 tools/unit-test-app/sdkconfig.old
45 tools/unit-test-app/build
46 tools/unit-test-app/builds
47 tools/unit-test-app/output
48 tools/unit-test-app/test_configs
54 tools/test_apps/**/build
55 tools/test_apps/**/sdkconfig
56 tools/test_apps/**/sdkconfig.old
59 tools/test_idf_monitor/outputs
Dexport.fish12 source "$IDF_PATH"/tools/detect_python.fish
14 echo "Adding ESP-IDF tools to PATH..."
18 set idf_exports ("$ESP_PYTHON" "$IDF_PATH"/tools/idf_tools.py export) || return 1
22 python "$IDF_PATH"/tools/check_python_dependencies.py || return 1
24 # Allow calling some IDF python tools without specifying the full path
25 # "$IDF_PATH"/tools is already added by 'idf_tools.py export'
Dexport.bat12 set IDF_TOOLS_PY_PATH=%IDF_PATH%\tools\idf_tools.py
13 set IDF_TOOLS_JSON_PATH=%IDF_PATH%\tools\tools.json
20 echo Adding ESP-IDF tools to PATH...
25 python.exe %IDF_PATH%\tools\idf_tools.py export --format key-value >"%IDF_TOOLS_EXPORTS_FILE%"
39 python.exe %IDF_PATH%\tools\check_python_dependencies.py
Dinstall.fish8 source "$IDF_PATH"/tools/detect_python.fish
10 echo "Installing ESP-IDF tools"
11 "$ESP_PYTHON" "$IDF_PATH"/tools/idf_tools.py install
14 "$ESP_PYTHON" "$IDF_PATH"/tools/idf_tools.py install-python-env
D.pre-commit-config.yaml26 files: 'tools/ci/executable-list.txt'
44 entry: tools/ci/check_executables.py --action executables
50 entry: tools/ci/check_executables.py --action list
56 entry: tools/ci/check_kconfigs.py
61 entry: tools/ci/check_deprecated_kconfigs.py
74 entry: tools/ci/check_codeowners.py ci-check
/hal_espressif-2.7.6/tools/test_idf_size/
Dtest.sh6 && coverage run -a $IDF_PATH/tools/idf_size.py app.map &>> output \
8 && coverage run -a $IDF_PATH/tools/idf_size.py bootloader.map &>> output \
10 && coverage run -a $IDF_PATH/tools/idf_size.py --archives app.map &>> output \
12 && coverage run -a $IDF_PATH/tools/idf_size.py --files app.map &>> output \
14 … && coverage run -a $IDF_PATH/tools/idf_size.py --archive_details libdriver.a app.map &>> output \
16 && coverage run -a $IDF_PATH/tools/idf_size.py app.map --diff bootloader.map &>> output \
18 && coverage run -a $IDF_PATH/tools/idf_size.py app.map --diff app.map &>> output \
20 && coverage run -a $IDF_PATH/tools/idf_size.py app.map --diff app2.map &>> output \
22 && coverage run -a $IDF_PATH/tools/idf_size.py app2.map --diff app.map &>> output \
24 …&& coverage run -a $IDF_PATH/tools/idf_size.py app.map --archives --diff bootloader.map &>> output…
[all …]
Dapp.map3 /home/user/esp/esp-idf/tools/unit-test-app/build/cxx/libcxx.a(cxx_guards.o)
5 /home/user/esp/esp-idf/tools/unit-test-app/build/cxx/libcxx.a(cxx_exception_stubs.o)
7 /home/user/esp/esp-idf/tools/unit-test-app/build/esp32/libesp32.a(panic.o)
8 … /home/user/esp/esp-idf/tools/unit-test-app/build/cxx/libcxx.a(cxx_guards.o) (abort)
9 /home/user/esp/esp-idf/tools/unit-test-app/build/esp32/libesp32.a(cpu_start.o)
11 /home/user/esp/esp-idf/tools/unit-test-app/build/esp32/libesp32.a(clk.o)
12 … /home/user/esp/esp-idf/tools/unit-test-app/build/esp32/libesp32.a(cpu_start.o) (esp_clk_init)
13 /home/user/esp/esp-idf/tools/unit-test-app/build/esp32/libesp32.a(esp_err_to_name.o)
14 … /home/user/esp/esp-idf/tools/unit-test-app/build/esp32/libesp32.a(panic.o) (esp_err_to_name)
15 /home/user/esp/esp-idf/tools/unit-test-app/build/esp32/libesp32.a(crosscore_int.o)
[all …]
Dapp_esp32s2.map231 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
233 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
235 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
237 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
239 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
241 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
243 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
245 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
247 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
249 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
[all …]
Dapp2.map251 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-…
253 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-…
255 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-…
257 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-…
259 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-…
261 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-…
263 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-…
265 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-…
267 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-…
269 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-…
[all …]
/hal_espressif-2.7.6/.gitlab/
DCODEOWNERS36 # Doesn't match /tools/some-test/components/esp32s5.
40 # /tools/tools.json
49 /.* @esp-idf-codeowners/tools
55 /add_path.sh @esp-idf-codeowners/tools
56 /export.* @esp-idf-codeowners/tools
57 /install.* @esp-idf-codeowners/tools
62 /components/app_trace/ @esp-idf-codeowners/tools
78 /components/esp_gdbstub/ @esp-idf-codeowners/tools
97 /components/espcoredump/ @esp-idf-codeowners/tools
98 /components/esptool_py/ @esp-idf-codeowners/tools
[all …]
/hal_espressif-2.7.6/tools/windows/tool_setup/
Didf_cmd_init.bat5 :: Its purpose is to support using the "IDF Tools Directory" method of
10 if not exist "%IDF_PATH%\tools\idf.py" (
48 if exist "%IDF_PATH%\tools\tools.json" (
49 set "IDF_TOOLS_JSON_PATH=%IDF_PATH%\tools\tools.json"
51 echo IDF version does not include tools\tools.json. Using the fallback version.
55 if exist "%IDF_PATH%\tools\idf_tools.py" (
56 set "IDF_TOOLS_PY_PATH=%IDF_PATH%\tools\idf_tools.py"
58 echo IDF version does not include tools\idf_tools.py. Using the fallback version.
67 echo Adding ESP-IDF tools to PATH...
72 python.exe "%IDF_TOOLS_PY_PATH%" --tools-json "%IDF_TOOLS_JSON_PATH%" export --format key-value >"%…
[all …]
Didf_cmd_init.ps13 # Its purpose is to support using the "IDF Tools Directory" method of
14 $isEspIdfRoot = (Test-Path "$IDF_PATH/tools/idf.py")
40 if ((Test-Path "$IDF_PATH/tools/tools.json")){
41 $IDF_TOOLS_JSON_PATH = "$IDF_PATH/tools/tools.json"
44 Write-Output "IDF version does not include tools/tools.json. Using the fallback version."
48 if ((Test-Path "$IDF_PATH/tools/idf_tools.py")){
49 $IDF_TOOLS_PY_PATH = "$IDF_PATH/tools/idf_tools.py"
52 Write-Output "IDF version does not include tools/idf_tools.py. Using the fallback version."
59 Write-Output "Adding ESP-IDF tools to PATH..."
62 …$envars_raw = (python.exe "$IDF_TOOLS_PY_PATH" --tools-json "$IDF_TOOLS_JSON_PATH" export --format…
[all …]
Didf_tool_setup.iss7 #define MyAppName "ESP-IDF Tools"
31 ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
45 OutputBaseFilename=esp-idf-tools-setup-unsigned
67 ; Note: this tools.json matches the requirements of IDF v3.x versions.
83 Type: filesandordirs; Name: "{app}\tools"
91 Name: CreateLnkStartCmd; Description: "Create Start Menu shortcut for the ESP-IDF Tools Command Pro…
92 Name: CreateLnkStartPs; Description: "Create Start Menu shortcut for the ESP-IDF Tools Powershell E…
93 Name: CreateLnkDeskCmd; Description: "Create Desktop shortcut for the ESP-IDF Tools Command Prompt …
94 Name: CreateLnkDeskPs; Description: "Create Desktop shortcut for the ESP-IDF Tools Powershell Envir…
97 Name: wdexcl; Description: "Register the ESP-IDF Tools executables as Windows Defender exclusions (…
Dbuild_installer.sh3 # Script to build the IDF Tools installer for Windows with Inno Setup.
6 # - Downloads all tools to install into the "dist/" directory
34 echo "Downloading IDF Tools..."
37 $IDF_PATH/tools/idf_tools.py --non-interactive download --platform Windows-x86_64 $PACKAGES
38 $IDF_PATH/tools/idf_tools.py --tools-json tools_fallback.json --non-interactive download --platform…
/hal_espressif-2.7.6/docs/en/get-started/
Dwindows-setup-update.rst2 Updating ESP-IDF tools on Windows
9 Install ESP-IDF tools using a script
20 This will download and install the tools necessary to use ESP-IDF. If the specific version of the t…
21 The tools are downloaded and installed into a directory specified during ESP-IDF Tools Installer pr…
25 Add ESP-IDF tools to PATH using an export script
28 …SP-IDF tools installer creates a Start menu shortcut for "ESP-IDF Command Prompt". This shortcut o…
30 …ing that shortcut. If this is the case, follow the instructions below to add ESP-IDF tools to PATH.
42 When this is done, the tools will be available in this command prompt.
Dwindows-setup.rst15tools to be installed so you can build firmware for supported chips. The prerequisite tools includ…
30 .. _get-started-windows-tools-installer:
32 ESP-IDF Tools Installer
35 The easiest way to install ESP-IDF's prerequisites is to download the ESP-IDF Tools installer from …
37 https://dl.espressif.com/dl/esp-idf-tools-setup-2.4.exe
54 :alt: Completing the ESP-IDF Tools Setup Wizard with Run ESP-IDF Command Prompt (cmd.exe)
57 Completing the ESP-IDF Tools Setup Wizard with Run ESP-IDF Command Prompt (cmd.exe)
71Tools Installer also creates a shortcut in the Start menu to launch the ESP-IDF Command Prompt. Th…
73 Note that this shortcut is specific to the ESP-IDF directory selected in the ESP-IDF Tools Installe…
75 1. Create a copy of the shortcut created by the ESP-IDF Tools Installer, and change the working dir…
[all …]
/hal_espressif-2.7.6/west/
Dupdate.py96 log.banner('downloading ESP-IDF tools..')
99 … cmd_exec(("python.exe", "tools/idf_tools.py", "--tools-json=tools/zephyr_tools.json", "install"),
102 cmd_exec(("./tools/idf_tools.py", "--tools-json=tools/zephyr_tools.json", "install"),
105 log.banner('downloading ESP-IDF tools completed')
/hal_espressif-2.7.6/tools/test_idf_tools/
Dtest_idf_tools.py99 self.assertIn('version installed in tools directory: ' + esp32ulp_version, output)
100 self.assertIn('version installed in tools directory: ' + xtensa_esp32_elf_version, output)
107 self.assertIn('%s/tools/esp32ulp-elf/%s/esp32ulp-elf-binutils/bin' %
109 self.assertIn('%s/tools/xtensa-esp32-elf/%s/xtensa-esp32-elf/bin' %
123 with open(os.path.join(idf_path, 'tools/tools.json'), 'r') as f:
125 with open(os.path.join(idf_path, 'tools/tools.new.json'), 'r') as f:

12345678910>>...23