From 8081008a08d6449d63755f4d032773e3130fc447 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 63595ffddbd..2bcd67ff17c 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)