Skip to content

Commit 2b84917

Browse files
committed
boards: nucleo_wb55rg: Configure HCI driver
Add requested configuration to enable HCI driver Signed-off-by: Erwan Gouriou <[email protected]>
1 parent dc8d7e7 commit 2b84917

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

boards/arm/nucleo_wb55rg/Kconfig.defconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,13 @@ config UART_1
2424

2525
endif
2626

27+
if BT
28+
29+
choice BT_HCI_BUS_TYPE
30+
default BT_STM32_IPM
31+
32+
endchoice
33+
34+
endif # BT
35+
2736
endif # BOARD_NUCLEO_WB55RG

boards/arm/nucleo_wb55rg/nucleo_wb55rg.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
zephyr,console = &usart1;
1616
zephyr,shell-uart = &usart1;
1717
zephyr,sram = &sram0;
18+
zephyr,sram1 = &sram2a;
19+
zephyr,sram2 = &sram2b;
1820
zephyr,flash = &flash0;
1921
};
2022

0 commit comments

Comments
 (0)