Lines Matching refs:DEBUG
43 DEBUG: #: uart:~$ help
44 DEBUG: #: Please press the <Tab> button to see all available commands.
45 …DEBUG: #: You can also use the <Tab> button to prompt or auto-complete all commands or its subcomm…
46 DEBUG: #: You can try to call commands with <-h> or <--help> parameter for more information.
47 DEBUG: #: Shell supports following meta-keys:
48 DEBUG: #: Ctrl + (a key from: abcdefklnpuw)
49 DEBUG: #: Alt + (a key from: bf)
50 DEBUG: #: Please refer to shell documentation for more details.
51 DEBUG: #: Available commands:
52 DEBUG: #: clear :Clear screen.
53 DEBUG: #: device :Device commands
54 DEBUG: #: devmem :Read/write physical memory
55 DEBUG: #: Usage:
56 DEBUG: #: Read memory at address with optional width:
57 DEBUG: #: devmem address [width]
58 DEBUG: #: Write memory at address with mandatory width and value:
59 DEBUG: #: devmem address <width> <value>
60 DEBUG: #: help :Prints the help message.
61 DEBUG: #: history :Command history.
62 DEBUG: #: kernel :Kernel commands
63 DEBUG: #: rem :Ignore lines beginning with 'rem '
64 DEBUG: #: resize :Console gets terminal screen size or assumes default in case the
65 DEBUG: #: readout fails. It must be executed after each terminal width change
66 DEBUG: #: to ensure correct text display.
67 DEBUG: #: retval :Print return value of most recent command
68 DEBUG: #: shell :Useful, not Unix-like shell commands.
69 DEBUG: #: uart:~$
74 DEBUG: #: uart:~$ kernel version
75 DEBUG: #: Zephyr version 3.5.99
76 DEBUG: #: uart:~$