Skip to content

Commit

Permalink
bluetooth: samples: Add missing option to hci_uart_async sample
Browse files Browse the repository at this point in the history
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 <ivan.iushkov@nordicsemi.no>
  • Loading branch information
ivaniushkov authored and aescolar committed Jun 18, 2024
1 parent d0a2451 commit 0b71206
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/bluetooth/hci_uart_async/debug.mixin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_OPTIMIZATIONS=y
CONFIG_DEBUG_THREAD_INFO=y

# Enable RTT
CONFIG_USE_SEGGER_RTT=y
# Enable RTT console
CONFIG_RTT_CONSOLE=y

Expand Down

0 comments on commit 0b71206

Please sign in to comment.