Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/partition_table/
Dparttool.py114 …self._call_esptool(['read_flash', str(partition_table_offset), str(gen.MAX_PARTITION_LENGTH), temp…
125 def _call_esptool(self, args, out=None): member in ParttoolTarget
166 …self._call_esptool(['erase_region', str(partition.offset), str(partition.size)] + self.esptool_er…
170 …self._call_esptool(['read_flash', str(partition.offset), str(partition.size), output] + self.espto…
183 self._call_esptool(['write_flash', str(partition.offset), input] + self.esptool_write_args)