Skip to content

Commit 1421c17

Browse files
soburicarlescufi
authored andcommitted
coredump: add support for Longan Nano boards
Longan Nano boards pass the test that with calling coredump(). Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent 7e80c74 commit 1421c17

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010

1111
void func_3(uint32_t *addr)
1212
{
13-
#if defined(CONFIG_BOARD_M2GL025_MIV) || defined(CONFIG_BOARD_HIFIVE1)
13+
#if defined(CONFIG_BOARD_M2GL025_MIV) || \
14+
defined(CONFIG_BOARD_HIFIVE1) || \
15+
defined(CONFIG_BOARD_LONGAN_NANO) || \
16+
defined(CONFIG_BOARD_LONGAN_NANO_LITE)
1417
ARG_UNUSED(addr);
1518
/* Call coredump() directly so Renode doesn't pause execution */
1619
z_arch_esf_t esf;

0 commit comments

Comments
 (0)