Skip to content

Commit 7f737e5

Browse files
rice.chensupperthomas
authored andcommitted
[add]Add nrf52833 support for Bluetooth protocol stack
1 parent 8e0cebb commit 7f737e5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

bsp/nrf5x/nrf52833/board/Kconfig

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,25 @@ if BSP_USING_UART
9191
depends on BSP_USING_UART0
9292
endif
9393

94+
choice
95+
prompt "BLE STACK"
96+
default BLE_STACK_USING_NULL
97+
help
98+
Select the ble stack
99+
100+
config BLE_STACK_USING_NULL
101+
bool "not use the ble stack"
102+
103+
config BSP_USING_SOFTDEVICE
104+
select PKG_USING_NRF5X_SDK
105+
bool "Nordic softdevice(perpheral)"
106+
107+
config BSP_USING_NIMBLE
108+
select PKG_USING_NIMBLE
109+
select PKG_NIMBLE_BSP_NRF52840
110+
bool "use nimble stack(iot)"
111+
endchoice
112+
94113

95114
endmenu
96115

0 commit comments

Comments
 (0)