summaryrefslogtreecommitdiff
path: root/core/cortex-m/panic.c
Commit message (Expand)AuthorAgeFilesLines
* Panic: Save LR and code location in HFSRDaisuke Nojiri2022-03-281-4/+50
* Rename Cortex-M MMFS to CFSRPeter Marheine2022-03-281-47/+31
* cortex-m/panic: Introduce CONFIG_PANIC_STRIP_GPR optionPatryk Duda2022-03-281-1/+39
* cortex-m0: Generate vector table in CPatrick Georgi2018-10-161-1/+1
* assert/panic: mark noreturn to inform the compilerPatrick Georgi2018-07-121-0/+1
* stm32: add internal flash support for STM32H7 familyVincent Palatin2018-02-091-0/+5
* chip/npcx: Add support for pad-switching UARTNicolas Boichat2017-10-251-0/+4
* cleanup: Fix gcc 5.2.1 compile errorsShawn Nematbakhsh2015-11-111-1/+1
* UART: Remove unused uart.h header includesAnton Staaf2015-09-081-1/+0
* Add option to enable GCC LTOVincent Palatin2015-05-191-2/+2
* lm4: stm32: Store panic data in backup registers on hard resetShawn Nematbakhsh2015-03-141-5/+24
* cortex-m*: Save panicinfo on non-exception panicsShawn Nematbakhsh2015-02-181-0/+22
* 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