summaryrefslogtreecommitdiff
path: root/include/panic.h
Commit message (Expand)AuthorAgeFilesLines
* Mark reset and panic functions as noreturnPatrick Georgi2017-11-071-2/+2
* panic: Provide declarations for chip panic data backup/restoreFurquan Shaikh2017-06-151-0/+10
* nds32: fix panicDino Li2015-10-071-2/+14
* lm4: stm32: Store panic data in backup registers on hard resetShawn Nematbakhsh2015-03-141-4/+9
* panic: Send host event on panic detectShawn Nematbakhsh2015-02-241-3/+5
* cortex-m*: Save panicinfo on non-exception panicsShawn Nematbakhsh2015-02-181-0/+16
* ryu: Use brief assertion failure messageVic Yang2014-10-011-0/+4
* extract common core codeVincent Palatin2013-12-051-7/+30
* Enable stack overflow checking on all context switchesRandall Spangler2013-11-071-1/+6
* Uprev panic data struct versionVic Yang2013-07-101-2/+5
* Saving the main stack pointer at the entry of exception_panic.Daisuke Nojiri2013-04-181-1/+1
* Consolidate emergency debug outputRandall Spangler2012-10-291-27/+0
* Save panic data across reboots, and add panicinfo commandRandall Spangler2012-08-311-3/+48
* Place panic data and stack at end of RAMRandall Spangler2012-08-311-10/+0
* stm32f: Use FLASH_KEYR to lock entire flashVic Yang2012-08-081-0/+7
* Add a dedicated panic() functionSimon Glass2012-06-221-0/+7
* Make ASSERT() report assertion failuresSimon Glass2012-06-221-0/+12
* Convert panic() to C codeSimon Glass2012-06-081-0/+69