Skip to content

Commit 86d25f8

Browse files
committed
tests: bluetooth: tester: Fix bluetooth tester for nucleo_wba55cg
Fix compilation error by specifying usart1 to be used for uart-pipe. Add a board-specific configuration file to disable the console, so, the usart1 will be used only for bluetooth and to specify the BT_HCI_TX_STACK_SIZE. Signed-off-by: Nidhal BEN OTHMEN <[email protected]>
1 parent 049b243 commit 86d25f8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

boards/st/nucleo_wba55cg/nucleo_wba55cg.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
chosen {
2222
zephyr,bt-c2h-uart = &usart1;
23+
zephyr,uart-pipe = &usart1;
2324
zephyr,console = &usart1;
2425
zephyr,shell-uart = &usart1;
2526
zephyr,sram = &sram0;
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CONFIG_CONSOLE=n
2+
3+
CONFIG_BT_HCI_TX_STACK_SIZE_WITH_PROMPT=y
4+
# TODO: Investigation to be done to optimize this value
5+
CONFIG_BT_HCI_TX_STACK_SIZE=4096

0 commit comments

Comments
 (0)