Skip to content

Commit 0b71206

Browse files
ivaniushkovaescolar
authored andcommitted
bluetooth: samples: Add missing option to hci_uart_async sample
hci_uart_async/debug.mixin.conf is used to enable RTT logging for hci_uart_async sample. RTT can be used to avoid conflict between different serial interfaces because the sample uses UART as an interface for HCI communication. RTT_CONSOLE option enabled in the debug.mixin.conf depends on CONFIG_USE_SEGGER_RTT so enabling CONFIG_USE_SEGGER_RTT by default makes it easier to build the project with RTT enabled Signed-off-by: Ivan Iushkov <[email protected]>
1 parent d0a2451 commit 0b71206

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/bluetooth/hci_uart_async/debug.mixin.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ CONFIG_DEBUG_INFO=y
44
CONFIG_DEBUG_OPTIMIZATIONS=y
55
CONFIG_DEBUG_THREAD_INFO=y
66

7+
# Enable RTT
8+
CONFIG_USE_SEGGER_RTT=y
79
# Enable RTT console
810
CONFIG_RTT_CONSOLE=y
911

0 commit comments

Comments
 (0)