Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/esptool/
Dbin_image.py310 segment_len_remainder = segment_end_pos % self.IROM_ALIGN
647 IROM_ALIGN = 65536 variable in ESP32FirmwareImage
756 if segment.addr // self.IROM_ALIGN == last_addr // self.IROM_ALIGN:
773 align_past = (segment.addr % self.IROM_ALIGN) - self.SEG_HEADER_LEN
774 pad_len = (self.IROM_ALIGN - (f.tell() % self.IROM_ALIGN)) + align_past
775 if pad_len == 0 or pad_len == self.IROM_ALIGN:
782 pad_len += self.IROM_ALIGN
804 pad_len += self.IROM_ALIGN
812 self.IROM_ALIGN
813 ) == segment.addr % self.IROM_ALIGN
[all …]