Initial commit for hci_uart

This commit is contained in:
2025-02-13 16:23:03 +01:00
commit 59248c1b98
38 changed files with 1238 additions and 0 deletions

8
boards/bbc_microbit.conf Normal file
View File

@@ -0,0 +1,8 @@
CONFIG_MAIN_STACK_SIZE=512
CONFIG_IDLE_STACK_SIZE=256
CONFIG_ISR_STACK_SIZE=512
CONFIG_BT_MAX_CONN=10
# Revert values set in prj.conf, set them to their Kconfig default value
CONFIG_BT_BUF_CMD_TX_SIZE=65
CONFIG_BT_BUF_ACL_RX_SIZE=69
CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=43