blob: ba5ea626108c65ae3f6f90b3c8319d33da89003e [file] [log] [blame]
Heinrich Schuchardtdb628432023-03-03 22:48:27 +01001.. SPDX-License-Identifier: GPL-2.0+:
2
Heinrich Schuchardt1b0c3162024-01-14 14:53:13 +01003.. index::
4 single: panic (command)
5
Heinrich Schuchardtdb628432023-03-03 22:48:27 +01006panic command
7=============
8
9Synopis
10-------
11
12::
13
14 panic [message]
15
16Description
17-----------
18
19Display a message and reset the board.
20
21message
22 text to be displayed
23
24Examples
25--------
26
27::
28
29 => panic 'Unrecoverable error'
30 Unrecoverable error
31 resetting ...
32
33Configuration
34-------------
35
36If CONFIG_PANIC_HANG=y, the user has to reset the board manually.