1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/cortexm_common/include
Joakim Nohlgård a5449bcbd4 cpu/cortexm_common: only set naked attribute on DEVELHELP hardfault handler
Fixes error on LLVM/Clang:

   cpu/cortexm_common/vectors_cortexm.c:287:5: error: non-ASM statement in naked function is not supported
       core_panic(PANIC_HARD_FAULT, "HARD FAULT HANDLER");
       ^
   cpu/cortexm_common/include/vectors_cortexm.h:65:46: note: attribute is here
   void hard_fault_default(void) __attribute__((naked));
                                                ^
   1 error generated.
2015-10-28 06:51:51 +01:00
..
core_cm0.h cortexm: CMSIS: Replace tabs by spaces 2015-05-31 17:27:24 +02:00
core_cm0plus.h cortexm: CMSIS: Replace tabs by spaces 2015-05-31 17:27:24 +02:00
core_cm3.h cortexm: CMSIS: Replace tabs by spaces 2015-05-31 17:27:24 +02:00
core_cm4.h cortexm: CMSIS: Replace tabs by spaces 2015-05-31 17:27:24 +02:00
core_cm7.h cortexm: CMSIS: Replace tabs by spaces 2015-05-31 17:27:24 +02:00
core_cmFunc.h cortexm: CMSIS: Add extern "C" to CMSIS headers 2015-05-31 17:27:24 +02:00
core_cmInstr.h cortexm: CMSIS: Add extern "C" to CMSIS headers 2015-05-31 17:27:24 +02:00
core_cmSimd.h cortexm: Update CMSIS to v4.3 2015-05-31 17:27:23 +02:00
cpu.h Merge pull request #3313 from gebart/pr/eINT-fixes 2015-09-29 12:39:16 +02:00
vectors_cortexm.h cpu/cortexm_common: only set naked attribute on DEVELHELP hardfault handler 2015-10-28 06:51:51 +01:00