Searched refs:scripts (Results 1 – 23 of 23) sorted by relevance
5 scripts = ["esptool.py", "espefuse.py", "espsecure.py", "esp_rfc2217_server.py"] variable8 scripts = []19 scripts=scripts,
33 dynamic = ["version", "scripts"]
24 …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…
158 associated interface definition files, plus the scripts used to
5 set(scripts "ld/${target}/bootloader.ld") variable7 list(APPEND scripts "ld/${target}/bootloader.rom.ld")8 target_linker_script(${COMPONENT_LIB} INTERFACE "${scripts}")
1 .. _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.
44 execute_scripts <execute-scripts-cmd>
350 scripts = args.scripts351 del args.scripts353 for file in scripts:
336 scripts = args.scripts337 del args.scripts339 for file in scripts:
389 scripts = args.scripts390 del args.scripts392 for file in scripts:
380 scripts = args.scripts381 del args.scripts383 for file in scripts:
396 scripts = args.scripts397 del args.scripts399 for file in scripts:
392 scripts = args.scripts393 del args.scripts395 for file in scripts:
409 scripts = args.scripts410 del args.scripts412 for file in scripts:
447 scripts = args.scripts448 del args.scripts450 for file in scripts:
443 scripts = args.scripts444 del args.scripts446 for file in scripts:
6 …psecure.py`` can easily be integrated into Python applications or called from other Python scripts.
506 scripts = args.scripts507 del args.scripts509 for file in scripts:
68 $ ../modules/hal/espressif/zephyr/scripts/pinctrl/esp_genpinctrl.py -p ../modules/hal/espressif/zep…
49 │ └── ... // other ROM linker scripts, added when bring up new chip