Skip to content

Commit 906533c

Browse files
ganghegangheivt
authored andcommitted
board: sifli: sf32lb52_devkit_lcd: Add configuration for Bluetooth HCI driver support
Add configuration support for Bluetooth HCI driver. Signed-off-by: ganghe <[email protected]>
1 parent 6197242 commit 906533c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

boards/sifli/sf32lb52_devkit_lcd/Kconfig.sf32lb52_devkit_lcd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@
33

44
config BOARD_SF32LB52_DEVKIT_LCD
55
select SOC_SF32LB525UC6
6+
7+
config BT_HCI_ACL_FLOW_CONTROL
8+
default n
9+
10+
config MAIN_STACK_SIZE
11+
default 2048 if BT_SF32LB
12+
13+
config BT_BUF_ACL_TX_COUNT
14+
default 8 if BT_SF32LB

boards/sifli/sf32lb52_devkit_lcd/sf32lb52_devkit_lcd_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ CONFIG_GPIO=y
99

1010
CONFIG_CONSOLE=y
1111
CONFIG_UART_CONSOLE=y
12+
CONFIG_USE_SIFLI_HAL=y

0 commit comments

Comments
 (0)