panic.rst 405 B

123456789101112131415161718192021222324252627282930313233
  1. .. SPDX-License-Identifier: GPL-2.0+:
  2. panic command
  3. =============
  4. Synopis
  5. -------
  6. ::
  7. panic [message]
  8. Description
  9. -----------
  10. Display a message and reset the board.
  11. message
  12. text to be displayed
  13. Examples
  14. --------
  15. ::
  16. => panic 'Unrecoverable error'
  17. Unrecoverable error
  18. resetting ...
  19. Configuration
  20. -------------
  21. If CONFIG_PANIC_HANG=y, the user has to reset the board manually.