1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/cortexm_common
Benjamin Valentin 1fa1d348d8 cpu/cortexm_common: remove breakpoint from hard_fault_handler
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.
2022-03-09 23:32:46 +01:00
..
include core: change return type of irq_is_in(), irq_is_enabled() to bool 2021-12-08 15:53:15 +01:00
ldscripts cpu/cortexm_common: extend flashpage API 2021-10-19 22:33:15 +02:00
periph periph/flashpage: fix wrong doxygen group 2021-11-15 17:25:59 +01:00
cortexm_init.c cortexm: initialise fpu early 2021-04-29 13:19:47 +02:00
Kconfig Merge pull request #16274 from chrysn-pull-requests/rust-application 2021-12-16 16:17:28 +01:00
Makefile cpu/cortexm_common: Drop LTO workaround for Cortex M thread_arch.c 2020-07-15 10:37:15 +02:00
Makefile.dep cpu: make newlib_nano a DEFAULT_MODULE 2021-05-04 12:12:36 +02:00
Makefile.features Merge pull request #16274 from chrysn-pull-requests/rust-application 2021-12-16 16:17:28 +01:00
Makefile.include cpu/cortexm_common: always add jlink as supported programmer 2021-02-24 13:27:04 +01:00
mpu.c cpu/cortexm_common: add support for Cortex-M33 2020-10-06 17:11:26 +02:00
panic.c cpu*: fix doxygen grouping 2018-06-11 19:12:02 +02:00
thread_arch.c cpu/cortexm_common: Suppress cppcheck errors 2021-11-25 13:08:51 +01:00
vectors_cortexm.c cpu/cortexm_common: remove breakpoint from hard_fault_handler 2022-03-09 23:32:46 +01:00