We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0cebb commit 7f737e5Copy full SHA for 7f737e5
bsp/nrf5x/nrf52833/board/Kconfig
@@ -91,6 +91,25 @@ if BSP_USING_UART
91
depends on BSP_USING_UART0
92
endif
93
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
113
114
endmenu
115
0 commit comments