Skip to content

Commit

Permalink
iut: add more debug Kconfig options into prj.conf
Browse files Browse the repository at this point in the history
For exception stack dump and to generate .lst file for later analyzing.

Signed-off-by: Dong Wang <[email protected]>
  • Loading branch information
kwd-doodling committed Jun 4, 2024
1 parent 8190afe commit fb89810
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zephyr/iut_test/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ CONFIG_SHELL_THREAD_PRIORITY=13

# debug
#CONFIG_NO_OPTIMIZATIONS=y
CONFIG_DEBUG_INFO=y
CONFIG_EXCEPTION_STACK_TRACE=y
CONFIG_OUTPUT_DISASSEMBLY=y

# logging
CONFIG_LOG=y
Expand Down

0 comments on commit fb89810

Please sign in to comment.