Home
last modified time | relevance | path

Searched full:script (Results 1 – 25 of 255) sorted by relevance

1234567891011

/hal_espressif-3.5.0/.gitlab/ci/
Dhost-test.yml14 script:
26 script:
36 script:
46 script:
52 script:
58 script:
78 script:
112 script:
120 script:
128 script:
[all …]
Dpre_check.yml24 script:
31 script:
40 script:
46 script:
51 script:
66 script:
83 script:
92 script:
104 script:
118 script:
[all …]
Dassign-test.yml14 script:
82 script:
104 script:
124 script:
125 # clone test script to assign tests
155 script:
DREADME.md18 - [Reusable Shell Script `tools/ci/utils.sh`](#reusable-shell-script-toolsciutilssh)
21 - [Shell Script Related](#shell-script-related)
113 script:
201 ## Reusable Shell Script `tools/ci/utils.sh`
207 To run these commands in shell script locally, place `source tools/ci/utils.sh` at the very beginni…
219 #### Shell Script Related
Ddocs.yml47 script:
54 script:
65 script:
81 script:
163 script:
226 script:
Dbuild.yml30 script:
62 script:
117 script:
168 script:
253 script:
330 script:
368 script:
/hal_espressif-3.5.0/examples/storage/parttool/
DREADME.md9 … should focus on the contents of the Python script [parttool_example.py](parttool_example.py) or s…
11 that on Windows, the shell script example requires a POSIX-compatible environment via MSYS2/Git Bas…
35 The example can be executed by running the script [parttool_example.py](parttool_example.py) or [pa…
37 Python script:
42 Shell script:
47script searches for valid target devices connected to the host and performs the operations on the …
49 Python script:
54 Shell script:
61 Running the script produces the following output:
/hal_espressif-3.5.0/examples/system/ota/otatool/
DREADME.md9 …e should focus on the contents of the Python script [otatool_example.py](otatool_example.py) or sh…
11 that on Windows, the shell script example requires a POSIX-compatible environment via MSYS2/Git Bas…
35 The example can be executed by running the script [otatool_example.py](otatool_example.py) or [otat…
37 Python script:
42 Shell script:
47 The script searches for valid target devices connected to the host and performs the operations on t…
48 …erations on a specific device, specify the port it is attached to during script invocation ("/dev/…
50 Python script:
56 Shell script:
63 Running the script produces the following output:
/hal_espressif-3.5.0/components/esptool_py/esptool/
D.gitlab-ci.yml33 script:
59 script:
91 script:
103 script:
133 script:
145 script:
153 script:
161 script:
176 script:
200 script:
[all …]
Despefuse.py8 # This executable script is a thin wrapper around the main functionality
11 # When updating this script, please also update esptool.py and espsecure.py
18 # Linux/macOS: remove current script directory to avoid importing this file
Despsecure.py8 # This executable script is a thin wrapper around the main functionality
11 # When updating this script, please also update esptool.py and espefuse.py
18 # Linux/macOS: remove current script directory to avoid importing this file
Desptool.py8 # This executable script is a thin wrapper around the main functionality
11 # When updating this script, please also update espefuse.py and espsecure.py
18 # Linux/macOS: remove current script directory to avoid importing this file
/hal_espressif-3.5.0/tools/ldgen/
DREADME.md1 ## Linker Script Generator
3 Contains code that implements linker script generation, `ldgen`. For more information about the fea…
4 see `docs/en/api-guides/linker-script-generation.rst`.
15 …- augments the input linker script template with output commands from generation process to produc…
16 …put_commands.py` - contains classes that represent the output commands in the output linker script.
27 Linker script generation is a part of the build process. The build scripts `tools/cmake/ldgen.cmake`
40 `linker_script.py` writes the output linker script, replacing markers with output commands generate…
/hal_espressif-3.5.0/components/esptool_py/esptool/docs/en/espefuse/
Dexecute-scripts-cmd.rst21 This command allows burning all needed efuses at one time based on your own python script and contr…
27 Below you can see some examples of the script. This script file is run from ``espefuse.py`` as ``ex…
28 If you want to use other libs in the script you can add them manually.
30 Inside this script, you can call all commands which are available in CLI, see ``espefuse.py --help`…
33 This command supports nesting. This means that one script can be called from another script (see th…
73 The script `execute_efuse_script.py <https://github.com/espressif/esptool/blob/master/test/efuse_sc…
78script, you may need to pass ``index`` to get the unique data for each chip from the ``configfiles…
84 The example of a script to burn custom_mac address and unique_id getting them from configfiles.
103 The example of a script to burn custom_mac address that generated right in the script.
/hal_espressif-3.5.0/examples/protocols/mqtt/ssl_ds/
DREADME.md47 * The DS peripheral can be configured with the python script [configure_ds.py](README.md#configure…
102 …e script [configure_ds.py](./configure_ds.py) is used for configuring the DS peripheral on the ESP…
104 The configuration script performs the following steps -
107 (*required parameter for the script)
126script can be made to print the summary of the efuse on the chip by providing the following option…
135 …nerated by the script in the same directory. The contents of the `esp_ds_data` folder may be overw…
137 7. (optional) If the user wants to use the script for production usecase then this option can be us…
138 Currently for development purpose, the script disables the read protection on the efuse key block b…
144 > A list of all the supported options in the script can be obtained by executing `python configure_…
Dconfigure_ds.py28 # Check python version is proper or not to avoid script failure
34 # csv and bin filenames are default filenames for nvs partition files created with this script
38 # Targets supported by the script
82 # idf_target : The target chip for the script (e.g. esp32s2, esp32c3, esp32s3)
149 # The function makes use of the "espefuse.py" script to read the efuse summary
155 # The function makes use of the "espefuse.py" script to burn the HMAC key on the efuse.
268 … '\nPlease execute the script again using a different key id' % (args.efuse_key_id))
291 …'than HMAC_DOWN_DIGITAL_SIGNATURE,\nplease execute the script again with a different value of the …
295 …'\nplease execute the script again with a different value of the efuse key id.' % (args.efuse_key_…
362 print('ERROR: The script does not support the target %s' % idf_target)
/hal_espressif-3.5.0/docs/en/api-guides/
Dlinker-script-generation.rst1 Linker Script Generation
18 With the linker script generation mechanism, it is possible to specify these placements at the comp…
201 …For an example of an ESP-IDF component using the linker script generation mechanism, see :componen…
205 Linker Script Generation Internals
208script generation mechanism, this process is no different, except that the linker script passed to…
212 The tool that implements the linker script generation mechanism lives under :idf:`tools/ldgen`.
252 Condition checking enable the linker script generation to be configuration-aware. Depending on whet…
306 Compatibility with ESP-IDF v3.x Linker Script Fragment Files
309 ESP-IDF v4.0 brings some changes to the linker script fragment file grammar:
315 Linker script generator should be able to parse ESP-IDF v3.x linker fragment files that are indente…
[all …]
/hal_espressif-3.5.0/docs/en/get-started-legacy/
Dwindows-setup-scratch.rst27 * The ESP-IDF repository on github contains a script in the tools directory titled ``windows_instal…
29script into the MSYS2 terminal window. You can type it as a normal Windows path, but use forward-s…
31 * The ``windows_install_prerequisites.sh`` script will download and install packages for ESP-IDF su…
37 * While the install script runs, MSYS may update itself into a state where it can no longer operate…
43 * MSYS2 is a "rolling" distribution so running the installer script may install newer packages than…
51 To add these mirrors, edit the following two MSYS2 mirrorlist files before running the setup script
67 … downloads by setting the ``http_proxy`` variable in the terminal before running the setup script::
111 - Run the ``tools/windows/windows_install_prerequisites.sh`` script inside IDF. This will install a…
113 The script to update MSYS2 may also fail with the same errors mentioned under Troubleshooting_.
Dadd-idf_path-to-profile.rst17 #. Create a new script file in ``C:/msys32/etc/profile.d/`` directory. Name it ``export_idf_path.sh…
21 #. Add the ``export`` command to the script file, e.g.::
27 #. Save the script file.
33 The path previusly entered in the script file should be printed out.
/hal_espressif-3.5.0/tools/windows/
Dwindows_install_prerequisites.sh3 # Setup script to configure an MSYS2 environment for ESP-IDF.
5 # Use of this script is optional, there is also a prebuilt MSYS2 environment available
11 echo "This setup script expects to be run from an MSYS2 environment on Windows."
15 echo "This setup script expects to use the pacman package manager from MSYS2."
19 echo "This setup script must be started from the 'MSYS2 MinGW 32-bit' start menu shortcut"
57 # and will be overwritten if that script is run again.
/hal_espressif-3.5.0/tools/cmake/
Dldgen.cmake1 # Utilities for supporting linker script generation in the build system
20 # Generate sections info for specified target to be used in linker script generation
28 # Passes a linker script template to the linker script generation tool for
46 # Create command to invoke the linker script generator tool.
/hal_espressif-3.5.0/components/esp_system/ld/
Dld.cmake5 # sections.ld.in goes through linker script generator
16 # Process the template file through the linker script generation mechanism, and use the output for …
22 # Preprocess memory.ld.in linker script to include configuration, becomes memory.ld
29 COMMENT "Generating memory.ld linker script..."
/hal_espressif-3.5.0/examples/peripherals/i2s/i2s_adc_dac/
DREADME.md14 The `tools` directory contains `generate_audio_file.py` script for generating audio files:
16 * The script provides an example of generating audio tables from `.wav` files.
18 * The script will bundle the `wav` files into a single table named `audio_example_file.h`.
19 …* Since the ADC can only play 8-bit data, the script will scale each 16-bit value to a 8-bit value.
20 …* The script will covert all signed values into unsigned values because only positive values will …
/hal_espressif-3.5.0/components/esptool_py/
Drun_serial_tool.cmake1 # A CMake script to run serial tool commands supporting ESPPORT and
5 # It is recommended to NOT USE this CMake script if you have the option of
6 # running the tool directly. This script exists only for use inside CMake builds.
25 # Main purpose of this script: we can't expand these environment variables in the main IDF CMake bu…
/hal_espressif-3.5.0/tools/
Ddetect_python.sh3 # This is a helper script for detecting Python executables in the PATH. It is intended to be used f…
6 # 1. The script will set variable ESP_PYTHON to "python" if it is of version 3.
8 # 3. The script will fall-back to "python" as the last resort and fail if it doesn't exist.

1234567891011