zephyr/boards: Enable ubluetooth on nucleo_wb55rg board.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2021-04-25 22:30:45 +10:00
parent 80e79a777d
commit d00523ba0c

View File

@ -1,2 +1,6 @@
CONFIG_CONSOLE_SUBSYS=n
CONFIG_NETWORKING=n
CONFIG_BT=y
CONFIG_BT_DEVICE_NAME_DYNAMIC=y
CONFIG_BT_PERIPHERAL=y
CONFIG_BT_CENTRAL=y