Skip to content

Commit

Permalink
samples: cellular: modem_shell: Enable TF-M debug logging
Browse files Browse the repository at this point in the history
Enabled TF-M debug logging.

Signed-off-by: Tommi Kangas <tommi.kangas@nordicsemi.no>
  • Loading branch information
tokangas authored and nordicjm committed Aug 2, 2023
1 parent b712ba6 commit b678201
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions samples/cellular/modem_shell/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,8 @@ CONFIG_RESET_ON_FATAL_ERROR=n
CONFIG_EXTRA_EXCEPTION_INFO=y
#CONFIG_WATCHDOG=y
CONFIG_SYS_HEAP_RUNTIME_STATS=y
# Enable TF-M logging on UART0
CONFIG_TFM_SECURE_UART0=y
CONFIG_TFM_LOG_LEVEL_SILENCE=n
CONFIG_TFM_EXCEPTION_INFO_DUMP=y
CONFIG_TFM_SPM_LOG_LEVEL_DEBUG=y

0 comments on commit b678201

Please sign in to comment.