Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/test/
Dtest_imagegen.py219 def _test_elf2image(self, elfpath, binpath, mergedsections=[]): argument
224 assert 4 - len(mergedsections) == len(image.segments)
227 sections = [sec for sec in sections if sec not in mergedsections]
230 for sec in mergedsections: