summaryrefslogtreecommitdiff
path: root/core/cortex-m/panic.c
Commit message (Expand)AuthorAgeFilesLines
* extract common core codeVincent Palatin2013-12-051-187/+33
* Enable stack overflow checking on all context switchesRandall Spangler2013-11-071-1/+1
* cleanup: Improve / remove more TODO commentsRandall Spangler2013-11-011-4/+9
* Clean up debug config optionsRandall Spangler2013-07-231-5/+5
* Uprev panic data struct versionVic Yang2013-07-101-1/+1
* Bus fault handler doesn't need to be nakedRandall Spangler2013-05-171-1/+0
* Saving the main stack pointer at the entry of exception_panic.Daisuke Nojiri2013-04-181-53/+29
* Dumping stack contents on crash.Daisuke Nojiri2013-04-051-5/+93
* Consolidate emergency debug outputRandall Spangler2012-10-291-73/+41
* Add host command to get panic infoRandall Spangler2012-09-051-0/+22
* Save panic data across reboots, and add panicinfo commandRandall Spangler2012-08-311-34/+27
* Use new panic stack on all platformsRandall Spangler2012-08-311-18/+11
* Place panic data and stack at end of RAMRandall Spangler2012-08-311-55/+154
* stm32f: Use FLASH_KEYR to lock entire flashVic Yang2012-08-081-0/+17
* fix panic serial codeVincent Palatin2012-06-251-2/+1
* Add a dedicated panic() functionSimon Glass2012-06-221-0/+6
* Make ASSERT() report assertion failuresSimon Glass2012-06-221-0/+12
* Add an option to report panic fault informationSimon Glass2012-06-191-0/+138
* Add an option to report panics in a new stackSimon Glass2012-06-151-0/+9
* Convert panic() to C codeSimon Glass2012-06-081-0/+215