component/bt : add uart(1/2) as HCI IO directly

This commit is contained in:
Tian Hao
2017-03-16 17:14:20 +08:00
parent 26bf1e8499
commit f5ebeb4c4d
8 changed files with 151 additions and 19 deletions
@@ -0,0 +1,10 @@
# Override some defaults so BT stack is enabled
# in this example
#
# BT config
#
CONFIG_BT_ENABLED=y
CONFIG_HCI_UART=y
CONFIG_HCI_UART_NO=1
CONFIG_HCI_UART_BAUDRATE=921600