Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/scripts/logging/dictionary/dictionary_parser/
Dutils.py14 def convert_hex_file_to_bin(hexfile): argument
18 with open(hexfile, "r", encoding="iso-8859-1") as hfile:
/Zephyr-Core-3.7.0/scripts/logging/dictionary/
Dlog_parser.py59 with open(args.logfile, "r", encoding="iso-8859-1") as hexfile:
60 for line in hexfile.readlines():