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