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 7e80c74 commit 1421c17Copy full SHA for 1421c17
tests/subsys/debug/coredump/src/main.c
@@ -10,7 +10,10 @@
10
11
void func_3(uint32_t *addr)
12
{
13
-#if defined(CONFIG_BOARD_M2GL025_MIV) || defined(CONFIG_BOARD_HIFIVE1)
+#if defined(CONFIG_BOARD_M2GL025_MIV) || \
14
+ defined(CONFIG_BOARD_HIFIVE1) || \
15
+ defined(CONFIG_BOARD_LONGAN_NANO) || \
16
+ defined(CONFIG_BOARD_LONGAN_NANO_LITE)
17
ARG_UNUSED(addr);
18
/* Call coredump() directly so Renode doesn't pause execution */
19
z_arch_esf_t esf;
0 commit comments