Home
last modified time | relevance | path

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

/mcuboot-3.7.0/scripts/
Dassemble.py46 def __init__(self, output, bootdir, edt): argument
47 self.find_slots(edt)
55 def find_slots(self, edt): argument
59 part_nodes = edt.compat2nodes["fixed-partitions"]
137 edt = pickle.load(f)
138 assert isinstance(edt, devicetree.edtlib.EDT)
140 output = Assembly(args.output, args.bootdir, edt)