Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 25 of 186) sorted by relevance

12345678

/hal_espressif-3.4.0/docs/en/api-guides/performance/
Dsize.rst6 …rogram are linked into the final binary. In some cases, it is necessary to reduce the total size o…
8 The first step to reducing the total firmware binary size is measuring what is causing the size to …
15 To optimize both firmware binary size and memory usage it's necessary to measure statically allocat…
54 This output breaks down the size of all static memory regions in the firmware binary:
58 …non-zero values at startup. This uses RAM (DRAM) at runtime and also uses space in the binary file.
59 …gned zero at startup. This uses RAM (DRAM) at runtime but doesn't use any space in the binary file.
61 …executable code :ref:`executed from IRAM <iram>`. This uses space in the binary file and also redu…
64 …executable code executed from flash cache (:ref:`IROM <irom>`). This uses space in the binary file.
65 …of read-only data loaded from flash cache (:ref:`DROM <drom>`). This uses space in the binary file.
66 …- ``Total image size`` is the estimated total binary file size, which is the total of all the used…
[all …]
/hal_espressif-3.4.0/components/nvs_flash/nvs_partition_generator/
DREADME.rst9 …enerator/nvs_partition_gen.py` creates a binary file based on key-value pairs provided in a CSV fi…
10 This utility is ideally suited for generating a binary blob, containing data specific to ODM/OEM, w…
34 | | | and ``binary``. | and ``bi…
36 | | | resulting binary file. The difference between the ``string`` | …
37 | | | and ``binary`` encoding is that ``string`` data is terminated | …
38 | | | with a NULL character, whereas ``binary`` data is not. | …
73 By default, binary blobs are allowed to span over multiple pages and are written in the format ment…
80 The NVS Partition Generator utility also allows you to create an encrypted binary file. The utility…
85 This utility allows you to decrypt an encrypted NVS binary file. The utility uses an NVS binary fil…
129 …| output | Path to output NVS binary file | …
[all …]
Dsample_multipage_blob.csv15 blobFileAKey,file,binary,testdata/sample_blob.bin
16 blobFileBKey,file,binary,testdata/sample_blob.bin
17 binFileKey,file,binary,testdata/sample_multipage_blob.bin
Dsample_singlepage_blob.csv15 blobFileAKey,file,binary,testdata/sample_blob.bin
16 blobFileBKey,file,binary,testdata/sample_blob.bin
17 binFileKey,file,binary,testdata/sample_singlepage_blob.bin
DREADME_CN.rst33 | | | ``i32``、``string``、``hex2bin``、``base64`` 和 ``binary``。 | 类型当前仅支持 …
35 | | | ``string`` 和 ``binary`` 编码的区别在于, | ``string`` 和 ``binary`` 编…
36 | | | ``string`` 数据以 NULL 字符结尾,``binary`` 数据则不是。 | …
/hal_espressif-3.4.0/examples/protocols/mqtt/ssl/
Dmqtt_ssl_example_test.py39 binary, bin_size = userdata
40 … print('Receiving binary from esp and comparing with {}, size {}...'.format(binary, bin_size))
41 with open(binary, 'rb') as f:
47 recv_binary = binary + '.received'
50 …('Received binary (saved as: {}) does not match the original file: {}'.format(recv_binary, binary))
/hal_espressif-3.4.0/examples/system/ota/otatool/
Dotatool_example.py63 target.write_ota_partition(0, args.binary)
66 target.write_ota_partition('ota_1', args.binary)
73 assert_file_same('app0.bin', args.binary, 'Slot 0 app does not match factory app')
74 assert_file_same('app1.bin', args.binary, 'Slot 1 app does not match factory app')
/hal_espressif-3.4.0/tools/mass_mfg/samples/
Dsample_config.csv13 blobFileAKey,file,binary
14 blobFileBKey,file,binary
15 binFileKey,file,binary
/hal_espressif-3.4.0/tools/unit-test-app/
Didf_ext.py124 for binary in binaries:
125 shutil.copyfile(os.path.join(src, binary), os.path.join(dest, binary))
155 for binary in binaries:
156 shutil.copyfile(os.path.join(src, binary), os.path.join(dest, binary))
DREADME.md15 …efault` to build with config file `unit-test-app/configs/default`. Built binary for this config wi…
25 …_ALL=1` to build with config file `unit-test-app/configs/default`. Built binary for this config wi…
51 …ll build all UT configs and parse test cases form built elf files. Built binary (`tools/unit-test-…
122 1. Download artifacts of `build_esp_idf_tests`. The built binary is in `tools/unit-test-app/output`…
123 … Built binary in CI could be slightly different from locally built binary with the same revision, …
124 …config name: `Running unit test for config: config_name`. Then flash the binary of this config to …
156 unit_test.py script will flash the unit test binary from the (default) build directory, then run th…
190 ### use custom application binary
204 …` values doesn't significantly change anything but the console log output, the same binary is used.
/hal_espressif-3.4.0/components/partition_table/
Dproject_include.cmake58 # Add a custom target (see add_custom_target) that checks a given binary built by the build system
66 # - DEPENDS - dependencies the target should have (i.e. whatever target generates the binary).
67 # - BINARY_PATH - path to the target binary file to check
92 # Add a custom target (see add_custom_target) that checks a bootloader binary
100 …DS - dependencies the new target should have (i.e. whatever target generates the bootloader binary)
101 # - BOOTLOADER_BINARY_PATH - path to bootloader binary file
/hal_espressif-3.4.0/tools/test_idf_monitor/tests/
Driscv_panic1_out.txt14 …etected size(4096k) larger than the size in the binary image header(2048k). Using the size in the
46 …etected size(4096k) larger than the size in the binary image header(2048k). Using the size in the
78 …etected size(4096k) larger than the size in the binary image header(2048k). Using the size in the
Driscv_panic1.txt14 …etected size(4096k) larger than the size in the binary image header(2048k). Using the size in the
82 …etected size(4096k) larger than the size in the binary image header(2048k). Using the size in the
150 …etected size(4096k) larger than the size in the binary image header(2048k). Using the size in the
/hal_espressif-3.4.0/components/newlib/
DCOPYING.NEWLIB27 Redistribution and use in source and binary forms, with or without modification,
32 * Redistributions in binary form must reproduce the above copyright notice,
179 Redistribution and use in source and binary forms, with or without
184 2. Redistributions in binary form must reproduce the above copyright
231 Redistribution and use in source and binary forms, with or without
238 2. Redistributions in binary form must reproduce the above copyright
263 Redistribution and use in source and binary forms, with or without
268 2. Redistributions in binary form must reproduce the above copyright
289 Redistribution and use in source and binary forms, with or without
294 2. Redistributions in binary form must reproduce the above copyright
[all …]
/hal_espressif-3.4.0/components/esptool_py/esptool/docs/en/
Dindex.rst8 * Read, write, erase, and verify binary data stored in flash.
11 * Prepare binary executable images ready for flashing.
12 * Analyze, assemble, and merge binary images.
/hal_espressif-3.4.0/components/esptool_py/esptool/docs/en/esptool/
Dbasic-commands.rst87 …prevent accidentally overwriting the encrypted firmware with a plaintext binary, which **can ultim…
94 …``esptool.py`` checks every binary before flashing. If a valid firmware image is detected, the ``C…
173 The ``elf2image`` command converts an ELF file (from compiler/linker output) into the binary execut…
182 …en via the ``write_flash`` command, see the `write_flash command <#write-binary-data-to-flash-writ…
184 By default, ``elf2image`` uses the sections in the ELF file to generate each segment in the binary
188 …The default command output for {IDF_TARGET_NAME} is two binary files: ``my_app.elf-0x00000.bin`` a…
198 …For {IDF_TARGET_NAME}, elf2image produces a single output binary "image file". By default this has…
230 The ``merge_bin`` command will merge multiple binary files (of any kind) into a single file that ca…
242 …Because gaps between the input files are padded with 0xFF bytes, when the merged binary is written…
248 * The ``--target-offset 0xNNN`` option will create a merged binary that should be flashed at the s…
[all …]
Dadvanced-commands.rst33 …ompare flash contents is to use the ``read_flash`` command, and then use binary diffing tools on t…
51 The ``load_ram`` command allows the loading of an executable binary image (created with the ``elf2i…
59binary image must only contain IRAM- and DRAM-resident segments. Any SPI flash mapped segments wil…
143 …``make_image`` allows you to manually assemble a firmware image from binary segments (such as thos…
153 …In general, it is better to create an ELF image (including any binary data as part of the ELF, by …
Dflashing-firmware.rst5 After the resulting firmware binary files are compiled, esptool is used to flash these into the dev…
20 * All of the compiled binary files in a known location.
26 The generated binary files are usually stored in the ``build`` folder of your project.
28 …master/examples/get-started/hello_world>`_ in ESP-IDF, the resulting app binary can be found in `…
67 If you split the output, you’ll find the ``write_flash`` command with a list of paths to binary fil…
/hal_espressif-3.4.0/docs/en/api-guides/
Dcore_dump_internals.rst6 Core dump component can be configured to use old legacy binary format or the new ELF one. The ELF f…
21 :alt: Core dump binary image format
24 Core dump binary image format
Dbootloader.rst26 …d to downgrade the app to an older version, keep using the older ESP-IDF bootloader binary as well.
30 … product in production, always test it using the same ESP-IDF bootloader binary that is deployed i…
42 … ESP-IDF before V3.1 do not support MD5 checksums in the partition table binary. When using a boot…
49 … reconfigure the flash using values read from the currently selected app binary's header (and NOT …
136binary is too large, then the bootloader build will fail with an error "Bootloader binary size [..…
145 …g log level to Warning, Error or None all significantly reduce the final binary size (but may make…
148 When Secure Boot V2 is enabled, there is also an absolute binary size limit of {IDF_TARGET_MAX_BOOT…
/hal_espressif-3.4.0/
Drequirements.txt13 --only-binary cryptography
14 # Only binary for cryptography is here to make it work on ARMv7 architecture
15 # We do have cryptography binary on https://dl.espressif.com/pypi for ARM
/hal_espressif-3.4.0/docs/en/get-started/
Dtoolchain-setup-scratch.rst9 Instead of downloading binary toolchain from Espressif website (see :ref:`get-started-set-up-tools`…
11 …u need to build it yourself, then probably it's better to stick with the binary version. However, …
/hal_espressif-3.4.0/tools/ci/python_packages/ttfw_idf/
DIDFApp.py39 def parse_encrypted_flag(args, offs, binary): # type: (Dict, str, str) -> Any argument
45 if (entry['offset'], entry['file']) == (offs, binary):
72 for (offs, binary) in args['flash_files'].items():
74 flash_files.append((offs, binary))
75 encrypted = parse_encrypted_flag(args, offs, binary)
80 encrypt_files.append((offs, binary))
/hal_espressif-3.4.0/docs/en/get-started-legacy/
Dtoolchain-setup-scratch.rst7 Instead of downloading binary toolchain from Espressif website (see :ref:`get-started-setup-toolcha…
11 …u need to build it yourself, then probably it's better to stick with the binary version. However, …
/hal_espressif-3.4.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/
DLICENSE.txt4 Redistribution and use in source and binary forms, with or without modification,
8 * Redistributions in binary form must reproduce the above copyright notice,

12345678