From 533c6667107147cd955b08b231a50e581a618ecb Mon Sep 17 00:00:00 2001 From: Aaron Ye Date: Wed, 26 Feb 2025 14:54:00 +0800 Subject: [PATCH] boards: ambiq: apollo4p_blue_kxr_evb: update Bluetooth configuration There is new added build_assert in the Bluetooth host stack to require CONFIG_BT_BUF_EVT_RX_COUNT larger than CONFIG_BT_BUF_ACL_TX_COUNT. Update the specific Bluetooth configurations to fix the build assert of Bluetooth samples. Signed-off-by: Aaron Ye --- boards/ambiq/apollo4p_blue_kxr_evb/Kconfig.defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boards/ambiq/apollo4p_blue_kxr_evb/Kconfig.defconfig b/boards/ambiq/apollo4p_blue_kxr_evb/Kconfig.defconfig index 63595ffddbd5..2bcd67ff17ca 100644 --- a/boards/ambiq/apollo4p_blue_kxr_evb/Kconfig.defconfig +++ b/boards/ambiq/apollo4p_blue_kxr_evb/Kconfig.defconfig @@ -19,6 +19,9 @@ config MAIN_STACK_SIZE config BT_BUF_ACL_TX_COUNT default 14 +config BT_BUF_EVT_RX_COUNT + default 15 + config BT_BUF_CMD_TX_SIZE default $(UINT8_MAX)