summaryrefslogtreecommitdiff
path: root/include/panic.h
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesstabilize-quickfix-15278.72.B-ishstabilize-quickfix-15183.78.B-ishstabilize-15446.B-ishstabilize-15439.B-ishstabilize-15432.B-ishstabilize-15429.B-ishstabilize-15415.B-ishstabilize-15395.B-ishstabilize-15393.48.B-ishstabilize-15381.B-ishstabilize-15364.B-ishstabilize-15361.B-ishstabilize-15359.B-ishstabilize-15359.58.B-ishstabilize-15359.50.B-ishstabilize-15359.45.B-ishstabilize-15335.B-ishstabilize-15329.59.B-ishstabilize-15329.44.B-ishstabilize-15317.B-ishstabilize-15301.B-ishstabilize-15300.B-ishstabilize-15278.64.B-ishstabilize-15251.B-ishstabilize-15245.B-ishstabilize-15236.66.B-ishstabilize-15208.B-ishstabilize-15207.B-ishstabilize-15185.B-ishstabilize-15185.7.B-ishstabilize-15183.82.B-ishstabilize-15183.69.B-ishstabilize-15183.14.B-ishstabilize-15174.B-ishstabilize-15167.B-ishstabilize-15129.B-ishstabilize-15122.B-ishstabilize-15120.B-ishstabilize-15117.86.B-ishstabilize-15117.48.B-ishstabilize-15117.111.B-ishrelease-R114-15437.B-ishrelease-R113-15393.B-ishrelease-R112-15359.B-ishrelease-R111-15329.B-ishrelease-R110-15278.B-ishrelease-R109-15237.B-ishrelease-R109-15236.B-ishrelease-R108-15183.B-ishrelease-R107-15117.B-ishishfirmware-ti50-prepvt-15315.B-ishfirmware-skyrim-15390.B-ishfirmware-skyrim-15369.B-ishfirmware-nissa-15217.B-ishfirmware-nissa-15217.45.B-ishfirmware-nissa-15217.126.B-ishfirmware-duplo-15151.B-ishfirmware-corsola-15194.B-ishfactory-trogdor-15210.B-ishfactory-skyrim-15384.B-ishfactory-nissa-15199.B-ishfactory-corsola-15197.B-ishfactory-corsola-15196.B-ishfactory-brya-15231.B-ishMike Frysinger2022-09-141-1/+1
* cortex-m/panic: Introduce CONFIG_PANIC_STRIP_GPR optionPatryk Duda2021-09-161-5/+33
* zephyr: migrate arch_panic_set_reason to use __override_protoYuval Peress2021-02-181-1/+2
* zephyr: cortex-m: Add software panic supportYuval Peress2021-02-171-1/+9
* include/panic: Add config to remove RV32I from panic data structurePatryk Duda2021-02-161-0/+4
* Introduce functions that provide safe pointer to panic dataPatryk Duda2020-09-091-2/+24
* Replace __attribute__((noreturn)) with noreturnTom Hughes2020-08-171-7/+7
* Rename Cortex-M MMFS to CFSRPeter Marheine2020-03-191-1/+1
* panic.h: include required stdint.hCaveh Jalali2019-10-181-2/+3
* printf: Enable compile-time format checkingEvan Green2019-10-051-0/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* minute-ia: show EC task information during panicJack Rosenthal2019-06-141-0/+3
* core:RISC-V / chip:IT83202Dino Li2019-06-111-0/+9
* ish: preserve panic data across resetJack Rosenthal2019-05-041-7/+2
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-4/+4
* minute-ia: Print panic info on processor exceptionJack Rosenthal2019-03-131-0/+21
* cr50: Add extern "C" to headers used by future fuzzing target.Allen Webb2018-11-151-0/+8
* assert/panic: mark noreturn to inform the compilerPatrick Georgi2018-07-121-3/+4
* 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