/hal_espressif-3.5.0/tools/mass_mfg/docs/ |
D | README_CN.rst | 132 python mfg_gen.py [-h] {generate,generate-key} ... 150 | 1 | generate | 生成 NVS 分区 | 152 | 2 | generate-key | 生成加密密钥 | 159 python mfg_gen.py generate [-h] [--fileid FILEID] [--version {1,2}] [--keygen] 203 …python mfg_gen.py generate samples/sample_config.csv samples/sample_values_singlepage_blob.csv Sam… 213 …python mfg_gen.py generate samples/sample_config.csv samples/sample_values_singlepage_blob.csv Sam… 220 …python mfg_gen.py generate samples/sample_config.csv samples/sample_values_singlepage_blob.csv Sam… 226 python mfg_gen.py generate-key [-h] [--keyfile KEYFILE] [--outdir OUTDIR] 242 python mfg_gen.py generate-key
|
D | README.rst | 117 …diate CSV files which are used as input for the NVS partition utility to generate the binary files. 134 python mfg_gen.py [-h] {generate,generate-key} ... 148 | 1 | generate | Generate NVS partition | 150 | 2 | generate-key | Generate keys for encryption | 153 **To generate factory images for each device (Default):** 156 python mfg_gen.py generate [-h] [--fileid FILEID] [--version {1,2}] [--keygen] 197 You can run the utility to generate factory images for each device using the command below. A sampl… 199 …python mfg_gen.py generate samples/sample_config.csv samples/sample_values_singlepage_blob.csv Sam… 203 **To generate encrypted factory images for each device:** 207 - Encrypt by allowing the utility to generate encryption keys:: [all …]
|
/hal_espressif-3.5.0/components/nvs_flash/nvs_partition_generator/ |
D | README_CN.rst | 87 python nvs_partition_gen.py [-h] {generate,generate-key,encrypt,decrypt} ... 104 | 1 | generate | 生成 NVS 分区 | 106 | 2 | generate-key | 生成加密密钥 | 119 python nvs_partition_gen.py generate [-h] [--version {1,2}] [--outdir OUTDIR] 151 python nvs_partition_gen.py generate sample_singlepage_blob.csv sample.bin 0x3000 158 python nvs_partition_gen.py generate-key [-h] [--keyfile KEYFILE] 175 python nvs_partition_gen.py generate-key 285 python nvs_partition_gen.py generate sample_singlepage_blob.csv sample.bin 0x3000 --version 1 292 python nvs_partition_gen.py generate sample_multipage_blob.csv sample.bin 0x4000 --version 2
|
D | README.rst | 10 …nally at the time of device manufacturing. This allows manufacturers to generate many instances of… 92 python nvs_partition_gen.py [-h] {generate,generate-key,encrypt,decrypt} ... 106 …| 1 | generate | Generate NVS partition | … 108 …| 2 | generate-key | Generate keys for encryption | … 116 To generate NVS partition (Default): 120 python nvs_partition_gen.py generate [-h] [--version {1,2}] [--outdir OUTDIR] 152 You can run the utility to generate NVS partition using the command below: 155 python nvs_partition_gen.py generate sample_singlepage_blob.csv sample.bin 0x3000 158 To generate only encryption keys: 162 python nvs_partition_gen.py generate-key [-h] [--keyfile KEYFILE] [all …]
|
/hal_espressif-3.5.0/tools/ldgen/test/ |
D | test_generation.py | 142 actual = self.generation.generate(self.entities) 253 actual = self.generation.generate(self.entities) 291 actual = self.generation.generate(self.entities) 330 actual = self.generation.generate(self.entities) 386 actual = self.generation.generate(self.entities) 447 actual = self.generation.generate(self.entities) 516 actual = self.generation.generate(self.entities) 610 actual = self.generation.generate(self.entities) 661 actual = self.generation.generate(self.entities) 709 actual = self.generation.generate(self.entities) [all …]
|
/hal_espressif-3.5.0/docs/_static/diagrams/spi/ |
D | spi_slave_miso_dma.rst | 1 .. This is the source code to generate figure by https://wavedrom.com/. 2 …edrom to generate the figure and put it in the html doc (by include this source code), but it is n…
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_server/main/ |
D | Kconfig.projbuild | 6 …If this config item is set, raw binary data will be used to generate advertising & scan response d… 11 …esp_ble_adv_data_t structure. The lower layer will generate the BLE packets. This option has higher
|
/hal_espressif-3.5.0/examples/protocols/esp_local_ctrl/ |
D | README.md | 81 You can generate a new server certificate using the OpenSSL command line tool. 83 For the purpose of this example, lets generate a rootCA, which we will use to sign the server certi… 89 Now generate a certificate signing request for the server, along with its private key `prvtkey.pem`. 95 …nerated rootCA to process the server's certificate signing request, and generate a signed certific…
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/ |
D | Kconfig.projbuild | 6 …If this config item is set, raw binary data will be used to generate advertising & scan response d… 11 …esp_ble_adv_data_t structure. The lower layer will generate the BLE packets. This option has higher
|
/hal_espressif-3.5.0/components/esp_system/test_eh_frame_parser/ |
D | README.md | 4 trigger a SIGSEV (NULL pointer) exception at runtime in order to generate the 42 will not generate unimplemented DWARF instructions.
|
/hal_espressif-3.5.0/components/esptool_py/esptool/docs/en/espsecure/ |
D | index.rst | 24 …/esp32/security/secure-boot-v2.html#signing-using-an-external-hsm>`_ to generate a Secure Boot V2 … 30 …the HSM, and then creates a signature block and appends it to the image to generate a signed image. 59 # to be used to generate signature.
|
/hal_espressif-3.5.0/.gitlab/ci/dependencies/ |
D | README.md | 7 1. Auto-generate some labels/rules we need and update them in `rules.yml` 22 ## How to use this file to generate `rules.yml` 84 …ted region in `rules.yml` with `labels`, and `rules`. Each mapping will generate a `rule` and all …
|
/hal_espressif-3.5.0/examples/peripherals/timer_group/ |
D | README.md | 3 This example uses the timer group driver to generate timer interrupts at two specified alarm interv… 52 * On reaching the interval value each timer will generate an alarm
|
/hal_espressif-3.5.0/components/ulp/ |
D | README.rst | 4 In addition to the existing binutils port for the ESP32 ULP coprocessor, it is possible to generate… 27 …generate branch instructions, special ``M_`` preprocessor defines are used. ``M_LABEL`` define can…
|
/hal_espressif-3.5.0/docs/en/api-guides/ |
D | app_trace.rst | 323 …Currently IDF-based application is able to generate SystemView compatible traces in form of files … 455 …Gcov>`_ is a GCC tool that, when used in concert with the compiler, can generate log files indicat… 459 …generate a ``.gcno`` notes files during compilation. The notes files contain information to recons… 461 …generate ``.gcda`` data files. These data files contain the counts of the number of times an execu… 463 …generate a code coverage based on the ``.gcno``, ``.gcda``, and source files. Gcov will generate a… 472 3. :ref:`app_trace-gcov-generate-report` 492 … the ``--coverage`` option (e.g. ``gcov_example.c``), the compiler will generate the ``gcov_exampl… 511 …th the ``--coverage`` option, then dumping the code coverage data would generate a ``gcov_example_… 547 .. _app_trace-gcov-generate-report: 552 …en dumped, the ``.gcno``, ``.gcda`` and the source files can be used to generate a code coverage r… [all …]
|
/hal_espressif-3.5.0/docs/en/security/ |
D | secure-boot-v1.rst | 55 …s a 256-bit AES key that is stored in Efuse block 2. The bootloader can generate this key itself f… 87 …ey is not found then an error message will be printed with a command to generate a signing key via… 93 … or another industry standard encryption program. See :ref:`secure-boot-generate-key` for more det… 120 …s used for the secure bootloader key. As you have the key file, you can generate new bootloader im… 122 …generate-key` step below). This private key's SHA-256 digest is used as the secure bootloader key … 132 2. Follow the steps shown above to choose a signing key file, and generate the key file. 138 .. _secure-boot-generate-key: 143 The build system will prompt you with a command to generate a new signing key via ``espsecure.py ge… 147 For example, to generate a signing key using the openssl command line: 259 To generate a bootloader digest:: [all …]
|
/hal_espressif-3.5.0/zephyr/scripts/blobs/ |
D | README.md | 3 This document explains how to generate `module.yml` file to add specific revision of wifi and BT RF…
|
/hal_espressif-3.5.0/examples/system/efuse/main/ |
D | esp_efuse_custom_table.csv | 10 # this will generate new source files, next rebuild all the sources.
|
/hal_espressif-3.5.0/components/efuse/test/ |
D | esp_efuse_test_table.csv | 8 # To generate a new source files. Run two commands:
|
/hal_espressif-3.5.0/components/bootloader/ |
D | CMakeLists.txt | 3 # Do not generate flash file when building bootloader or is in early expansion of the build
|
/hal_espressif-3.5.0/examples/wifi/wifi_enterprise/ |
D | README.md | 62 3. generate rsa keys for client and server 66 4. generate certificate signing req for both client and server
|
/hal_espressif-3.5.0/examples/system/gcov/ |
D | README.md | 8 …ple demonstrates how to compile an ESP-IDF project to generate code coverage data, and how generat… 13 * How to generate a code coverage report.
|
/hal_espressif-3.5.0/tools/mass_mfg/ |
D | mfg_gen.py | 384 nvs_partition_gen.generate(args) 477 def generate(args): function 514 parser_gen.set_defaults(func=generate)
|
/hal_espressif-3.5.0/docs/en/api-reference/ |
D | template.rst | 66 …ith ``##``) contains a path to header file ``*.h`` that will be used to generate corresponding ``*… 101 …1. In any case, to generate API reference, the file :idf_file:`docs/doxygen/Doxyfile` should be up…
|
/hal_espressif-3.5.0/examples/cxx/rtti/main/ |
D | rtti_example_main.cpp | 72 std::generate(objects.begin(), objects.end(), Base::make_random_derived); in app_main()
|