Searched refs:elfpath (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_imagegen.py | 219 def _test_elf2image(self, elfpath, binpath, mergedsections=[]): argument 221 self.run_elf2image("esp8266", elfpath, 2) 229 self.assertImageContainsSection(image, elfpath, sec) 231 self.assertImageDoesNotContainSection(image, elfpath, sec) 235 with open(elfpath, "rb") as f: 273 def _test_elf2image(self, elfpath, binpath, extra_args=[]): argument 275 self.run_elf2image("esp32", elfpath, extra_args=extra_args)
|