Skip to content
Snippets Groups Projects
Commit f914ae48 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

core/panic: enable panic modes for Cortex-M7

parent e18acd20
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ typedef enum {
PANIC_NMI_HANDLER, /**< non maskable interrupt */
PANIC_HARD_FAULT, /**< hard fault */
#if defined(CPU_ARCH_CORTEX_M3) || defined(CPU_ARCH_CORTEX_M4) || \
defined(CPU_ARCH_CORTEX_M4F)
defined(CPU_ARCH_CORTEX_M4F) || defined(CPU_ARCH_CORTEX_M7)
PANIC_MEM_MANAGE, /**< memory controller interrupt */
PANIC_BUS_FAULT, /**< bus fault */
PANIC_USAGE_FAULT, /**< undefined instruction or unaligned access */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment