/hal_espressif-3.4.0/components/spiffs/ |
D | spiffsgen.py | 271 def __init__(self, offset, obj_id, span_ix, contents, build_config argument 275 self.contents = contents 287 img += self.contents 358 def update_obj(self, contents): # type: (bytes) -> None argument 362 … self.cur_obj_id, self.cur_obj_data_span_ix, contents, self.build_config) 426 contents = obj.read() 428 stream = io.BytesIO(contents) 432 block.begin_obj(self.cur_obj_id, len(contents), name) 435 block.begin_obj(self.cur_obj_id, len(contents), name) 451 block.begin_obj(self.cur_obj_id, len(contents), name,
|
D | project_include.cmake | 34 # contents of the base dir changing.
|
/hal_espressif-3.4.0/examples/storage/parttool/ |
D | README.md | 9 Users taking a look at this example should focus on the contents of the Python script [parttool_exa… 14 …reading it back. For partitions, contents are compared to the originally written file. For the par… 15 file. An erased partition's contents is compared to a generated blank file.
|
/hal_espressif-3.4.0/tools/test_apps/build_system/ldalign_test/ |
D | check_alignment.py | 31 contents = subprocess.check_output([args.readelf, '-S', args.elf]).decode() variable 42 contents)
|
/hal_espressif-3.4.0/tools/test_apps/build_system/ldgen_test/ |
D | check_placements.py | 33 contents = subprocess.check_output([args.objdump, '-t', args.elf]).decode() variable 46 results = pattern.searchString(contents)[0]
|
/hal_espressif-3.4.0/tools/test_apps/system/no_embedded_paths/ |
D | check_for_file_paths.py | 85 contents = sec.data() 86 if idf_path in contents:
|
/hal_espressif-3.4.0/components/esptool_py/esptool/espsecure/ |
D | __init__.py | 389 contents = args.datafile.read() 396 if len(contents) % SECTOR_SIZE != 0: 404 pad_by = SECTOR_SIZE - (len(contents) % SECTOR_SIZE) 409 contents += b"\xff" * pad_by 413 sig_block = validate_signature_block(contents, sig_block_num) 442 contents = contents[: len(contents) - SECTOR_SIZE] 457 signature = generate_signature_using_hsm(config, contents) 480 digest.update(contents) 520 f.write(contents + signature_sector) 527 def generate_signature_using_hsm(config, contents): argument [all …]
|
/hal_espressif-3.4.0/components/esptool_py/esptool/docs/en/esptool/ |
D | advanced-commands.rst | 19 …owever, if you wish to perform a byte-by-byte verification of the flash contents (and optionally p… 33 …* Another way to compare flash contents is to use the ``read_flash`` command, and then use binary … 59 …age will probably crash. The ``image_info`` command can be used to check the binary image contents. 83 …and/or ``RDSR3`` commands to the flash chip to read the status register contents. This can be used… 104 …nd/or ``WRSR3`` commands to the flash chip to write the status register contents. This can be used…
|
D | basic-commands.rst | 102 The read_flash command allows reading back the contents of flash. The arguments to the command are … 230 …er. Any gaps between the input files are padded with 0xFF bytes (same as unwritten flash contents). 238 Will create a file ``merged-flash.bin`` with the contents of the other 3 files. This file can be la… 247 …These options are applied to the output file contents in the same way as when writing to flash. Ma…
|
/hal_espressif-3.4.0/examples/get-started/hello_world/ |
D | README.md | 17 ## Example folder contents 36 For more information on structure and contents of ESP-IDF projects, please refer to Section [Build …
|
/hal_espressif-3.4.0/docs/en/security/ |
D | flash-encryption.rst | 18 …contents of the {IDF_TARGET_NAME}'s off-chip flash memory. Once this feature is enabled, firmware … 145 …4. Flash encryption block encrypts the flash contents - the firmware bootloader, applications and … 147 …ailable bit in ``{IDF_TARGET_CRYPT_CNT}`` (0b0000001) to mark the flash contents as encrypted. Odd… 151 …L_CACHE`` to 1 to prevent the UART bootloader from decrypting the flash contents. It also write-pr… 153 …alls the flash decryption block to decrypt the flash contents and then loads the decrypted content… 163 …4. Flash encryption block encrypts the flash contents - the firmware bootloader, applications and … 165 …t available bit in ``{IDF_TARGET_CRYPT_CNT}`` (0b001) to mark the flash contents as encrypted. Odd… 171 …alls the flash decryption block to decrypt the flash contents and then loads the decrypted content… 181 …4. Flash encryption block encrypts the flash contents - the firmware bootloader, applications and … 183 …t available bit in ``{IDF_TARGET_CRYPT_CNT}`` (0b001) to mark the flash contents as encrypted. Odd… [all …]
|
/hal_espressif-3.4.0/docs/en/api-guides/ |
D | deep-sleep-stub.rst | 6 …uses must also be loaded into RTC memory. RTC memory regions hold their contents during deep sleep. 17 …ll be unintiailised and have random contents. The wake stub can use other RAM for temporary storag… 50 …tarts with ``rtc_wake_stub``. Files names ``rtc_wake_stub*`` have their contents automatically put…
|
D | partition-tables.rst | 168 To display the contents of a binary partition table on stdout (this is how the summaries displayed … 214 … can use ``idf.py erase-flash`` (or ``esptool.py erase_flash``) to erase the entire flash contents. 222 - reading a partition and saving the contents to a file (read_partition) 223 - writing the contents of a file to a partition (write_partition) 262 # Write to partition 'factory' the contents of a file named 'factory.bin' 294 # Write to partition 'factory' the contents of a file named 'factory.bin'
|
/hal_espressif-3.4.0/examples/storage/spiffsgen/main/ |
D | CMakeLists.txt | 4 # Create a SPIFFS image from the contents of the 'spiffs_image' directory
|
/hal_espressif-3.4.0/docs/en/ |
D | 404.rst | 11 Please use menu on the left to navigate through documentation contents. Optionally type the phrase …
|
/hal_espressif-3.4.0/examples/storage/custom_flash_driver/ |
D | README.md | 19 ## Example folder contents 48 For more information on structure and contents of ESP-IDF projects, please refer to Section [Build …
|
/hal_espressif-3.4.0/docs/en/api-reference/system/ |
D | ota.rst | 198 - read contents of otadata partition (read_otadata) 203 - read contents of OTA partition (read_ota_partition) 237 # Erase contents of OTA app slot 0 243 # Read OTA partition 'ota_3' and save contents to a file named 'ota_3.bin' 268 # Erase contents of OTA app slot 0 274 # Read OTA partition 'ota_3' and save contents to a file named 'ota_3.bin'
|
/hal_espressif-3.4.0/components/spi_flash/ |
D | README_legacy.rst | 82 It is possible to encrypt the contents of SPI flash and have it transparently decrypted by hardware. 89 …is mapping works only for read operations. It is not possible to modify contents of flash memory b… 95 Reading data from flash using a memory mapped region is the only way to decrypt contents of flash w…
|
/hal_espressif-3.4.0/components/libsodium/test/ |
D | CMakeLists.txt | 18 # filesytem to write & then compare contents of each file.
|
/hal_espressif-3.4.0/tools/ |
D | idf_tools.py | 403 contents = os.listdir(base_path) 404 if len(contents) > 1: 405 raise RuntimeError('at level {}, expected 1 entry, got {}'.format(level, contents)) 406 base_path = os.path.join(base_path, contents[0]) 408 raise RuntimeError('at level {}, {} is not a directory'.format(level, contents[0])) 410 contents = os.listdir(base_path) 411 for name in contents:
|
/hal_espressif-3.4.0/examples/get-started/sample_project/ |
D | README.md | 14 ## Example folder contents
|
/hal_espressif-3.4.0/examples/storage/nvs_rw_value_cxx/ |
D | README.md | 75 To reset the counter, erase the contents of flash memory using `idf.py erase-flash`, then upload th…
|
/hal_espressif-3.4.0/examples/storage/spiffs/ |
D | README.md | 51 To erase the contents of SPIFFS partition, run `idf.py erase-flash` command. Then upload the exampl…
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/ |
D | ble_compatibility_test_case.md | 19 * Before flashing the test program onto the ESP device, make sure to erase the contents of the flas… 71 In LightBlue® Explorer, check the contents of `GATT SERVICES & CHARACTERISTICS`.
|
/hal_espressif-3.4.0/tools/cmake/scripts/ |
D | data_file_embed_asm.cmake | 11 # If FILE_TYPE is set to TEXT, a null byte is appended to DATA_FILE's contents
|