Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/scripts/coredump/
Dcoredump_serial_log_parser.py37 outfile = open(args.outfile, "wb")
38 if not outfile:
82 outfile.write(binary_data)
95 outfile.close()
/Zephyr-Core-3.7.0/arch/xtensa/core/
Dgen_zsr.py39 outfile = args.outfile variable
87 with open(outfile, "w") as f:
/Zephyr-Core-3.7.0/scripts/release/
Dlist_devicetree_bindings_changes.py399 def __init__(self, outfile): argument
400 self.outfile = outfile
405 kwargs['file'] = self.outfile
527 with open(args.file, 'w') as outfile:
528 Printer(outfile).print_changes(changes)
/Zephyr-Core-3.7.0/scripts/west_commands/runners/
Dcanopen_program.py279 outfile = self.data_sdo.open('wb', buffering=PROGRAM_DOWNLOAD_BUFFER_SIZE,
287 outfile.write(chunk)
294 outfile.close()
/Zephyr-Core-3.7.0/scripts/west_commands/tests/
Dtest_nrf.py508 outfile = tmpdir / Path(NRF5340_APP_AND_NET_HEX).name
509 shutil.copyfile(NRF5340_APP_AND_NET_HEX, outfile)
510 to_replace['hex_file'] = os.fspath(outfile)
/Zephyr-Core-3.7.0/scripts/west_commands/
Dsign.py613 with open(out_tmp, 'wb') as outfile:
616 outfile.write(infile.read())
/Zephyr-Core-3.7.0/scripts/ci/coverage/
Dcoverage_analysis.py299 with open(output_path+'.json', "w") as outfile:
300 outfile.write(json_object)
/Zephyr-Core-3.7.0/doc/develop/west/
Dmanifest.rst2185 west manifest --resolve [-o outfile]
2205 west manifest --freeze [-o outfile]