Skip to content

Commit 5cbc3e0

Browse files
carlescufijhedberg
authored andcommitted
Bluetooth: tester: Tweak nRF52840 config
Disable stack measurements by default, since they pollute the log output. Ensure that the logging thread has enough stack. Ensure that the UART that connects to the BTP client is interrupt-driven. Signed-off-by: Carles Cufi <[email protected]>
1 parent 613e5f5 commit 5cbc3e0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/bluetooth/tester/boards/nrf52840_pca10056.conf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
CONFIG_TEST=n
33

44
CONFIG_ASSERT=y
5-
CONFIG_INIT_STACKS=y
5+
# Enable the option below to measure stack usage
6+
#CONFIG_INIT_STACKS=y
67
CONFIG_THREAD_NAME=y
78
CONFIG_HW_STACK_PROTECTION=y
89

@@ -14,5 +15,8 @@ CONFIG_LOG_BACKEND_RTT_MODE_DROP=y
1415
CONFIG_USE_SEGGER_RTT=y
1516
CONFIG_SEGGER_RTT_BUFFER_SIZE_UP=4096
1617
CONFIG_LOG_BACKEND_SHOW_COLOR=n
18+
CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=1024
1719

1820
CONFIG_LOG_DEFAULT_LEVEL=4
21+
22+
CONFIG_UART_INTERRUPT_DRIVEN=y

0 commit comments

Comments
 (0)