summaryrefslogtreecommitdiff
path: root/core/cortex-m0/panic.c
Commit message (Expand)AuthorAgeFilesLines
* cortex-m0/panic: Use newly provided functions to access panic dataPatryk Duda2020-10-011-9/+17
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* 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
* 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
* Add Cortex-M0 core supportVincent Palatin2014-03-111-0/+178