Searched refs:edt_pickle (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/scripts/west_commands/runners/ |
D | bossac.py | 98 edt_pickle = b / 'zephyr' / 'edt.pickle' 99 if not edt_pickle.is_file(): 100 error_msg = "can't load devicetree; expected to find:" + str(edt_pickle) 106 with open(edt_pickle, 'rb') as f:
|
/Zephyr-latest/scripts/build/ |
D | check_init_priorities.py | 230 def __init__(self, elf_file_path, edt_pickle, log): argument 235 edt_pickle) 348 validator = Validator(args.elf_file, args.edt_pickle, log)
|
/Zephyr-latest/scripts/west_commands/ |
D | sign.py | 341 edt_pickle = b / 'zephyr' / 'edt.pickle' 342 if not edt_pickle.is_file(): 343 cmd.die("can't load devicetree; expected to find:", edt_pickle) 346 with open(edt_pickle, 'rb') as f:
|
/Zephyr-latest/scripts/dts/ |
D | gen_dts_cmake.py | 83 with open(args.edt_pickle, 'rb') as f:
|
D | gen_defines.py | 40 with open(args.edt_pickle, 'rb') as f:
|
/Zephyr-latest/soc/silabs/silabs_sim3/sim3u/ |
D | gen_crossbar_config.py | 248 with open(args.edt_pickle, "rb") as f:
|
/Zephyr-latest/scripts/generate_usb_vif/ |
D | generate_vif.py | 263 with open(args.edt_pickle, 'rb') as f:
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | runner.py | 779 edt_pickle = os.path.join(domain_build, "zephyr", "edt.pickle") 788 edt_pickle = os.path.join(self.build_dir, "zephyr", "edt.pickle") 837 if os.path.exists(edt_pickle): 838 with open(edt_pickle, 'rb') as f:
|