tests: bluetooth: shell: Revert back to default logging settings
Disable the CONFIG_TEST_LOGGING_DEFAULTS Kconfig option which forces immedate logging, since that is not compatible with Bluetooth and its tests. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
6c5fc1b532
commit
f8da57a93e
3 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
CONFIG_TEST=y
|
||||
CONFIG_TEST_LOGGING_DEFAULTS=n
|
||||
#CONFIG_INIT_STACKS=y
|
||||
CONFIG_MAIN_STACK_SIZE=448
|
||||
CONFIG_ISR_STACK_SIZE=1024
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
CONFIG_TEST=y
|
||||
CONFIG_TEST_LOGGING_DEFAULTS=n
|
||||
#CONFIG_INIT_STACKS=y
|
||||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
|
||||
|
||||
CONFIG_TEST=y
|
||||
CONFIG_TEST_LOGGING_DEFAULTS=n
|
||||
CONFIG_BT=y
|
||||
CONFIG_CONSOLE_HANDLER=y
|
||||
CONFIG_BT_DEBUG_LOG=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue