mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
1fa1d348d8
The hard fault handler would normally call core_panic() which in turn calls ps() - this already helps debugging a lot of crashes caused by a thread stack overflow. With the breakpoint in place, the code will not advance to this, leaving users unknown of this feature in the dark. On top, the breakpoint is not very helpful if thread stacks are already corrupted. Let's just drop it for simplicity's sake - it's not there for any other architectures. |
||
---|---|---|
.. | ||
include | ||
ldscripts | ||
periph | ||
cortexm_init.c | ||
Kconfig | ||
Makefile | ||
Makefile.dep | ||
Makefile.features | ||
Makefile.include | ||
mpu.c | ||
panic.c | ||
thread_arch.c | ||
vectors_cortexm.c |