Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/
Dsetup.py5 scripts = ["esptool.py", "espefuse.py", "espsecure.py", "esp_rfc2217_server.py"] variable
8 scripts = []
19 scripts=scripts,
Dpyproject.toml33 dynamic = ["version", "scripts"]
DCONTRIBUTING.rst24 …ript wrappers in the user’s ``bin`` directory. The wrappers will run the scripts found in the git …
26 It’s also possible to run the scripts directly from the working directory with this Development Mod…
DLICENSE158 associated interface definition files, plus the scripts used to
/hal_espressif-latest/components/bootloader/subproject/main/
DCMakeLists.txt5 set(scripts "ld/${target}/bootloader.ld") variable
7 list(APPEND scripts "ld/${target}/bootloader.rom.ld")
8 target_linker_script(${COMPONENT_LIB} INTERFACE "${scripts}")
/hal_espressif-latest/tools/esptool_py/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.
Dindex.rst44 execute_scripts <execute-scripts-cmd>
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32/
Doperations.py350 scripts = args.scripts
351 del args.scripts
353 for file in scripts:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/
Doperations.py336 scripts = args.scripts
337 del args.scripts
339 for file in scripts:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/
Doperations.py389 scripts = args.scripts
390 del args.scripts
392 for file in scripts:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5/
Doperations.py380 scripts = args.scripts
381 del args.scripts
383 for file in scripts:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5beta3/
Doperations.py380 scripts = args.scripts
381 del args.scripts
383 for file in scripts:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/
Doperations.py396 scripts = args.scripts
397 del args.scripts
399 for file in scripts:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2beta1/
Doperations.py392 scripts = args.scripts
393 del args.scripts
395 for file in scripts:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2/
Doperations.py409 scripts = args.scripts
410 del args.scripts
412 for file in scripts:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c61/
Doperations.py447 scripts = args.scripts
448 del args.scripts
450 for file in scripts:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32p4/
Doperations.py443 scripts = args.scripts
444 del args.scripts
446 for file in scripts:
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dscripting.rst6 …psecure.py`` can easily be integrated into Python applications or called from other Python scripts.
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s2/
Doperations.py506 scripts = args.scripts
507 del args.scripts
509 for file in scripts:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/
Doperations.py506 scripts = args.scripts
507 del args.scripts
509 for file in scripts:
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/
Doperations.py506 scripts = args.scripts
507 del args.scripts
509 for file in scripts:
/hal_espressif-latest/zephyr/scripts/pinctrl/
DREADME.md68 $ ../modules/hal/espressif/zephyr/scripts/pinctrl/esp_genpinctrl.py -p ../modules/hal/espressif/zep…
/hal_espressif-latest/components/esp_rom/
DREADME.md49 │   └── ... // other ROM linker scripts, added when bring up new chip