zephyr/boards: Add config for bbc_microbit_v2.

This enables the bluetooth module.  GAP scanning and advertising works.

Signed-off-by: Damien George <damien@micropython.org>
pull/9256/head
Damien George 2022-09-09 14:14:31 +10:00
rodzic cacc96d98c
commit 1d4228ccc1
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,8 @@
CONFIG_CONSOLE_SUBSYS=n
CONFIG_NETWORKING=n
CONFIG_BT=y
CONFIG_BT_DEVICE_NAME_DYNAMIC=y
CONFIG_BT_PERIPHERAL=y
CONFIG_BT_CENTRAL=y
CONFIG_MICROPY_HEAP_SIZE=98304