Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/build/
Dmergehex.py17 ih = IntelHex()
28 ih.merge(to_merge, overlap=overlap)
32 ih.write_hex_file(output)
/Zephyr-latest/soc/nordic/nrf54h/bicr/
Dbicrgen.py672 ih = IntelHex() variable
673 ih.loadhex(args.input)
674 bicr = BICR.from_raw(bicr_spec, ih.tobinstr())
691 ih = IntelHex() variable
692 ih.frombytes(buf, offset=bicr_address)
693 ih.tofile(args.output, format="hex")