Lines Matching refs:py
6 The ``espefuse.py execute_scripts`` command executes scripts to burn at one time.
10 …- it is special format of python scripts (receives list of files, like script1.py script2.py etc.).
15 …t of configfiles with data (receives list of configfiles, like configfile1.py configfile2.py etc.).
19 > espefuse.py execute_scripts efuse_script1.py efuse_script2.py ...
23 … is a list of scripts. The special format of python scripts can be executed inside ``espefuse.py``.
27 Below you can see some examples of the script. This script file is run from ``espefuse.py`` as ``ex…
30 Inside this script, you can call all commands which are available in CLI, see ``espefuse.py --help`…
33 …r script (see the test case ``test_execute_scripts_nesting`` in ``esptool/test/test_espefuse.py``).
37 > espefuse.py execute_scripts efuse_script1.py --do-not-confirm
71 …be read back, and will be done some checks of written eFuses by ``espefuse.py``. In production, yo…
73 …pt `execute_efuse_script.py <https://github.com/espressif/esptool/blob/master/test/efuse_scripts/e…
82 …espefuse.py execute_scripts efuse_script2.py --do-not-confirm --index {index} --configfiles mac_ad…
88 # efuse_script2.py
107 # efuse_script2.py