diff options
| author | Tom Rini <[email protected]> | 2023-03-14 10:58:41 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-03-14 12:06:35 -0400 |
| commit | a5faa4a9eb45f2cc0e858622db8fabafd644085b (patch) | |
| tree | 36be30dcb8b9a6743c21f9db02ee3b8d1976180a /doc/usage/cmd/panic.rst | |
| parent | 20aaff677d8bc3cc2d529d859aa1ea65f5a4db7d (diff) | |
| parent | 88e08fc5f6e508eac46cd1dfb0379b11ae032c0a (diff) | |
Merge tag 'v2023.04-rc4' into next
Prepare v2023.04-rc4
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'doc/usage/cmd/panic.rst')
| -rw-r--r-- | doc/usage/cmd/panic.rst | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/usage/cmd/panic.rst b/doc/usage/cmd/panic.rst new file mode 100644 index 00000000000..115eba5bde1 --- /dev/null +++ b/doc/usage/cmd/panic.rst @@ -0,0 +1,33 @@ +.. SPDX-License-Identifier: GPL-2.0+: + +panic command +============= + +Synopis +------- + +:: + + panic [message] + +Description +----------- + +Display a message and reset the board. + +message + text to be displayed + +Examples +-------- + +:: + + => panic 'Unrecoverable error' + Unrecoverable error + resetting ... + +Configuration +------------- + +If CONFIG_PANIC_HANG=y, the user has to reset the board manually. |
