Skip to content

Commit

Permalink
[nrfconnect] Enable logger synchronization (#9457)
Browse files Browse the repository at this point in the history
nRF Connect examples use the minimal logger mode which
uses printk() under the hood. Enable synchronization
in printk() so that logs witten from multiple threads don't
interfere with each other.
  • Loading branch information
Damian-Nordic authored and pull[bot] committed Sep 13, 2021
1 parent 71e1ca7 commit adf3372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/nrfconnect/app/sample-defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ CONFIG_STD_CPP14=y

CONFIG_LOG=y
CONFIG_LOG_MODE_MINIMAL=y
CONFIG_PRINTK_SYNC=y
CONFIG_ASSERT=y
CONFIG_HW_STACK_PROTECTION=y
CONFIG_SHELL=y
Expand Down

0 comments on commit adf3372

Please sign in to comment.