Searched refs:use_elf (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/scripts/west_commands/runners/ |
| D | stm32cubeprogrammer.py | 43 use_elf: bool, 68 self._use_elf = use_elf 237 use_elf=args.use_elf,
|
| D | intel_cyclonev.py | 26 tui=None, config=None, serial=None, use_elf=True, argument 90 self.use_elf = use_elf 166 use_elf=args.use_elf, no_halt=args.no_halt, no_init=args.no_init,
|
| D | openocd.py | 54 tui=None, config=None, serial=None, use_elf=None, argument 118 self.use_elf = use_elf 208 use_elf=args.use_elf, no_halt=args.no_halt, no_init=args.no_init, 258 if command == 'flash' and self.use_elf:
|
| /Zephyr-latest/scripts/west_commands/tests/ |
| D | test_stm32cubeprogrammer.py | 486 use_elf=tc["use_elf"],
|