Skip to content

Commit 1b06732

Browse files
Damian-Nordicnordicjm
authored andcommitted
samples: nrf_rpc: ps_server: extend exception info
Include more registers in the core dump to make sure that the stack can be fully unwound in all cases, especially when frame pointer usage (r7) is preserved. Signed-off-by: Damian Krolik <[email protected]>
1 parent bd25a20 commit 1b06732

File tree

1 file changed

+1
-0
lines changed
  • samples/nrf_rpc/protocols_serialization/server/snippets/log_rpc

1 file changed

+1
-0
lines changed

samples/nrf_rpc/protocols_serialization/server/snippets/log_rpc/log_rpc.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_THREADS=y
1818
CONFIG_DEBUG_COREDUMP_THREADS_METADATA=y
1919
CONFIG_DEBUG_COREDUMP_THREAD_STACK_TOP=y
2020
CONFIG_DEBUG_COREDUMP_THREAD_STACK_TOP_LIMIT=256
21+
CONFIG_EXTRA_EXCEPTION_INFO=y
2122

2223
# nRF RPC requires slightly bigger stack than default
2324
CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=1024

0 commit comments

Comments
 (0)