Home
last modified time | relevance | path

Searched refs:image_file (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/tools/esptool_py/test/
Dtest_espsecure_hsm.py36 def _open(self, image_file): argument
37 f = open(os.path.join(TEST_DIR, "secure_images", image_file), "rb")
Dtest_espsecure.py59 def _open(self, image_file): argument
60 f = open(os.path.join(TEST_DIR, "secure_images", image_file), "rb")
/hal_espressif-latest/tools/esptool_py/esptool/
Dbin_image.py67 def LoadFirmwareImage(chip, image_file): argument
108 if isinstance(image_file, str):
109 with open(image_file, "rb") as f:
111 return select_image_class(image_file, chip)