Home
last modified time | relevance | path

Searched refs:scripts (Results 1 – 25 of 64) sorted by relevance

123

/hal_espressif-3.6.0/tools/kconfig/
DPOTFILES.in1 scripts/kconfig/lxdialog/checklist.c
2 scripts/kconfig/lxdialog/inputbox.c
3 scripts/kconfig/lxdialog/menubox.c
4 scripts/kconfig/lxdialog/textbox.c
5 scripts/kconfig/lxdialog/util.c
6 scripts/kconfig/lxdialog/yesno.c
7 scripts/kconfig/mconf.c
8 scripts/kconfig/conf.c
9 scripts/kconfig/confdata.c
10 scripts/kconfig/gconf.c
[all …]
/hal_espressif-3.6.0/components/esptool_py/esptool/
Dsetup.py41 scripts = ["esptool.py", "espefuse.py", "espsecure.py"] variable
44 scripts = []
133 scripts=scripts,
/hal_espressif-3.6.0/components/bootloader/subproject/main/
DCMakeLists.txt5 set(scripts "ld/${target}/bootloader.ld") variable
8 list(APPEND scripts "ld/${target}/bootloader.rom.ld")
11 target_linker_script(${COMPONENT_LIB} INTERFACE "${scripts}")
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/espefuse/
Dexecute-scripts-cmd.rst1 .. _execute-scripts-cmd:
6 The ``espefuse.py execute_scripts`` command executes scripts to burn at one time.
10 - ``scripts`` - it is special format of python scripts (receives list of files, like script1.py scr…
23 * ``scripts`` is a list of scripts. The special format of python scripts can be executed inside ``…
30 …PT 1')``. This command will not burn eFuses immediately, the burn occurs at the end of all scripts.
70 …protection is set before the value goes to a block. Please note this while developing your scripts.
/hal_espressif-3.6.0/docs/en/api-guides/tools/
Didf-tools.rst8 …perate correctly. To solve these two problems, ESP-IDF provides a set of scripts for downloading a…
12 * Python scripts bundled with ESP-IDF (such as ``idf.py``)
38 Inside ``IDF_TOOLS_PATH``, the scripts performing tools installation create the following directori…
94 …- ``key-value`` produces output in `VARIABLE=VALUE` format, suitable for parsing by other scripts::
106 Install scripts
109 Shell-specific user-facing scripts are provided in the root of ESP-IDF repository to facilitate too…
115 Aside from downloading and installing the tools into ``IDF_TOOLS_PATH``, these scripts prepare a Py…
119 Export scripts
122 …an extra step is required to use them in the command line. The following scripts modify the enviro…
134 In addition to calling ``idf_tools.py``, these scripts list the directories which have been added t…
/hal_espressif-3.6.0/examples/custom_bootloader/bootloader_override/bootloader_components/main/
DCMakeLists.txt6 set(scripts "${IDF_PATH}/components/bootloader/subproject/main/ld/${target}/bootloader.ld" variable
9 target_linker_script(${COMPONENT_LIB} INTERFACE "${scripts}")
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/esp32/
Doperations.py333 scripts = args.scripts
334 del args.scripts
336 for file in scripts:
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/esp32c2/
Doperations.py332 scripts = args.scripts
333 del args.scripts
335 for file in scripts:
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/esp32c6/
Doperations.py398 scripts = args.scripts
399 del args.scripts
401 for file in scripts:
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/esp32h2/
Doperations.py398 scripts = args.scripts
399 del args.scripts
401 for file in scripts:
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/esp32h2beta1/
Doperations.py397 scripts = args.scripts
398 del args.scripts
400 for file in scripts:
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/esp32c3/
Doperations.py398 scripts = args.scripts
399 del args.scripts
401 for file in scripts:
/hal_espressif-3.6.0/examples/protocols/esp_local_ctrl/
DREADME.md11 A python test script `scripts/esp_local_ctrl.py` has been provided for as a client side application…
31 python scripts/esp_local_ctrl.py --sec_ver 0
36 python scripts/esp_local_ctrl.py --sec_ver 0
76 python scripts/esp_local_ctrl.py --help
/hal_espressif-3.6.0/examples/protocols/sockets/tcp_client/
DREADME.md16 In addition to those tools, simple Python scripts can be found under sockets/scripts directory. Eve…
23 ### Python scripts
/hal_espressif-3.6.0/examples/protocols/sockets/udp_server/
DREADME.md16 In addition to those tools, simple Python scripts can be found under sockets/scripts directory. Eve…
33 ### Python scripts
/hal_espressif-3.6.0/examples/protocols/sockets/udp_client/
DREADME.md16 In addition to those tools, simple Python scripts can be found under sockets/scripts directory. Eve…
33 ### Python scripts
/hal_espressif-3.6.0/examples/protocols/sockets/
DREADME.md33 In addition to those tools, simple Python scripts can be found under sockets/scripts directory. Eve…
65 ### Python scripts
68 In addition to that, port number and interface id are hardcoded in the scripts and might need to be…
/hal_espressif-3.6.0/examples/protocols/sockets/tcp_server/
DREADME.md16 In addition to those tools, simple Python scripts can be found under sockets/scripts directory. Eve…
23 ### Python scripts
/hal_espressif-3.6.0/tools/cmake/
Dutilities.cmake100 -P "${idf_path}/tools/cmake/scripts/data_file_embed_asm.cmake"
102 DEPENDS "${idf_path}/tools/cmake/scripts/data_file_embed_asm.cmake" ${__DEPENDS}
135 # Add one or more linker scripts to the target, including a link-time dependency
139 # used to include other linker scripts in the same directory.
222 ${CMAKE_COMMAND} -P ${idf_path}/tools/cmake/scripts/fail.cmake
243 ${CMAKE_COMMAND} -P ${idf_path}/tools/cmake/scripts/fail.cmake
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/esp32s2/
Doperations.py508 scripts = args.scripts
509 del args.scripts
511 for file in scripts:
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/esp32s3/
Doperations.py507 scripts = args.scripts
508 del args.scripts
510 for file in scripts:
/hal_espressif-3.6.0/components/esptool_py/esptool/espefuse/efuse/esp32s3beta2/
Doperations.py507 scripts = args.scripts
508 del args.scripts
510 for file in scripts:
/hal_espressif-3.6.0/examples/storage/parttool/
DREADME.md9 …arttool_example.py) or shell script [parttool_example.sh](parttool_example.sh). The scripts contain
21 Before running either of the example scripts, it is necessary to build and flash the firmware using…
/hal_espressif-3.6.0/examples/system/ota/otatool/
DREADME.md9 …](otatool_example.py) or shell script [otatool_example.sh](otatool_example.sh). The scripts contain
21 Before running either of the example scripts, it is necessary to build and flash the firmware using…
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/esptool/
Dscripting.rst6 …psecure.py`` can easily be integrated into Python applications or called from other Python scripts.

123