Skip to content

Commit 9dc3075

Browse files
author
ganghe
committed
board: sifli: sf32lb52_devkit_lcd: Add configuration for Bluetooth HCI driver support
Add configuration support for Bluetooth HCI driver. Signed-off-by: Gang He <[email protected]>
1 parent 1088db8 commit 9dc3075

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33

44
CONFIG_ARM_MPU=y
55
CONFIG_HW_STACK_PROTECTION=y
6-
76
CONFIG_SERIAL=y
87
CONFIG_GPIO=y
9-
108
CONFIG_CONSOLE=y
119
CONFIG_UART_CONSOLE=y
10+
CONFIG_USE_SIFLI_HAL=y

0 commit comments

Comments
 (0)