Skip to content

Commit deae359

Browse files
mars-lowkartben
authored andcommitted
tests: coredump: Call k_panic() directly for mpfs_icicle board
mpfs_icicle timeouts on this test similarly to other boards simulated in Renode. Null pointer dereference doesn't trigger a CPU fault during simulation. Instead, call k_panic() directly. Link: a28d5df Signed-off-by: Marek Slowinski <[email protected]>
1 parent 6959271 commit deae359

File tree

1 file changed

+1
-0
lines changed
  • tests/subsys/debug/coredump/src

1 file changed

+1
-0
lines changed

tests/subsys/debug/coredump/src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ __no_optimization void func_3(uint32_t *addr)
3737
defined(CONFIG_BOARD_HIFIVE1) || \
3838
defined(CONFIG_BOARD_HIFIVE_UNLEASHED) || \
3939
defined(CONFIG_BOARD_HIFIVE_UNMATCHED) || \
40+
defined(CONFIG_BOARD_MPFS_ICICLE) || \
4041
defined(CONFIG_BOARD_LONGAN_NANO) || \
4142
defined(CONFIG_BOARD_QEMU_XTENSA) || \
4243
defined(CONFIG_BOARD_RISCV32_VIRTUAL) || \

0 commit comments

Comments
 (0)