Skip to content

Commit

Permalink
samples: benchmarks: coremark: enable logs from the fault handler
Browse files Browse the repository at this point in the history
Enabled the logs in the CoreMark sample in the case of fatal errors.

Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
  • Loading branch information
kapi-no authored and carlescufi committed Nov 15, 2024
1 parent 85c4eee commit 7ba09e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/benchmarks/coremark/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ CONFIG_MAIN_STACK_SIZE=4096
CONFIG_COMPILER_OPT="-O3"

# Config results output
# The default logging level is set to the OFF level.
# Kernel error logging is enabled to notify the developer about system faults.
CONFIG_LOG=y
CONFIG_LOG_DEFAULT_LEVEL=0
CONFIG_KERNEL_LOG_LEVEL_ERR=y
CONFIG_CBPRINTF_FP_SUPPORT=y

CONFIG_GPIO=y
Expand Down

0 comments on commit 7ba09e9

Please sign in to comment.