summaryrefslogtreecommitdiff
path: root/core/cortex-m/panic.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-475/+0
* cortex-m/panic: Introduce CONFIG_PANIC_STRIP_GPR optionPatryk Duda2021-09-161-1/+39
* cortex-m/panic: Flush D-cache after panic data is filledPatryk Duda2021-06-091-0/+5
* panic.c: force sync before reenabling bus faultsJosie Nordrum2021-05-111-0/+5
* cortex-m/panic: Use newly provided functions to access panic dataPatryk Duda2020-10-011-9/+17
* Rename Cortex-M MMFS to CFSRPeter Marheine2020-03-191-47/+31
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-2/+2
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-2/+2
* 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