We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886cc3d commit 2448898Copy full SHA for 2448898
include/zephyr/arch/arm/error.h
@@ -35,6 +35,7 @@ extern "C" {
35
*/
36
#define ARCH_EXCEPT(reason_p) \
37
do {\
38
+ while(1) {} \
39
arch_irq_unlock(0); \
40
__asm__ volatile( \
41
"mov r0, %[_reason]\n" \
modules/hal_nordic/nrf_802154/nrf_802154_assert_handler.c
@@ -11,6 +11,7 @@
11
12
__weak void nrf_802154_assert_handler(void)
13
{
14
+ while(1) {}
15
#ifdef CONFIG_USERSPACE
16
/* User threads aren't allowed to induce kernel panics; generate
17
* an oops instead.
0 commit comments