Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/west_commands/
Drun_common.py642 ftype = str(getattr(args, attr, None)).lower()
643 if ftype == "hex":
645 elif ftype == "bin":
647 elif ftype == "elf":
651 raise ValueError(err.format(ftype))