| 123456789101112131415161718192021222324252627282930313233 |
- .. 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.
|