Skip to content

Commit

Permalink
zephyr/boards: Add config for bbc_microbit_v2.
Browse files Browse the repository at this point in the history
This enables the bluetooth module.  GAP scanning and advertising works.

Signed-off-by: Damien George <[email protected]>
  • Loading branch information
dpgeorge committed Sep 9, 2022
1 parent cacc96d commit 1d4228c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ports/zephyr/boards/bbc_microbit_v2.conf
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1d4228c

Please sign in to comment.