Searched refs:compare_to (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_esptool.py | 262 def diff(self, readback, compare_to): argument 263 for rb_b, ct_b, offs in zip(readback, compare_to, range(len(readback))): 269 self, offset, length, compare_to, is_bootloader=False, spi_connection=None argument 272 with open(compare_to, "rb") as f: 1465 def verify_image(self, offset, length, image, compare_to): argument 1469 with open(compare_to, "rb") as f:
|