提交 7f737e5e 编写于 作者: R rice.chen 提交者: Thomas_Fly

[add]Add nrf52833 support for Bluetooth protocol stack

上级 8e0cebbd
......@@ -91,6 +91,25 @@ if BSP_USING_UART
depends on BSP_USING_UART0
endif
choice
prompt "BLE STACK"
default BLE_STACK_USING_NULL
help
Select the ble stack
config BLE_STACK_USING_NULL
bool "not use the ble stack"
config BSP_USING_SOFTDEVICE
select PKG_USING_NRF5X_SDK
bool "Nordic softdevice(perpheral)"
config BSP_USING_NIMBLE
select PKG_USING_NIMBLE
select PKG_NIMBLE_BSP_NRF52840
bool "use nimble stack(iot)"
endchoice
endmenu
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册