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>
This commit is contained in:
parent
cacc96d98c
commit
1d4228ccc1
|
@ -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
|
Loading…
Reference in New Issue