Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/scripts/west_commands/runners/
Dnios2.py19 def __init__(self, cfg, quartus_py=None, cpu_sof=None, tui=False): argument
26 self.tui_arg = ['-tui'] if tui else []
46 tui=args.tui)
Dnsim.py27 tui=False, argument
34 self.gdb_cmd = [cfg.gdb] + (['-tui'] if tui else [])
Dpyocd.py23 telnet_port=DEFAULT_PYOCD_TELNET_PORT, tui=False, argument
42 self.tui_args = ['-tui'] if tui else []
127 gdb_port=args.gdb_port, telnet_port=args.telnet_port, tui=args.tui,
Djlink.py44 tui=False, tool_opt=[]): argument
63 self.tui_arg = ['-tui'] if tui else []
136 tui=args.tui, tool_opt=args.tool_opt)
Dintel_cyclonev.py32 tui=None, config=None, serial=None, use_elf=True, argument
87 self.tui_arg = ['-tui'] if tui else []
166 tui=args.tui, config=args.config, serial=args.serial,
Dopenocd.py32 tui=None, config=None, serial=None, use_elf=None, argument
79 self.tui_arg = ['-tui'] if tui else []
159 tui=args.tui, config=args.config, serial=args.serial,
/Zephyr-Core-3.4.0/boards/arm/mimx8mp_phyboard_pollux/doc/
Dindex.rst251 host$ gdb-multiarch build/zephyr/zephyr.elf -tui
/Zephyr-Core-3.4.0/boards/arm/mimx8mm_phyboard_polis/doc/
Dindex.rst318 host$ gdb-multiarch build/zephyr/zephyr.elf -tui
/Zephyr-Core-3.4.0/doc/develop/application/
Dindex.rst1159 GDB provides a curses-based interface that runs in the terminal. Pass the ``--tui``
1160 option when invoking :command:`gdb` or give the ``tui enable`` command within
1165 The GDB version on your development system might not support the ``--tui``