You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/07/31 02:29:37 UTC

[incubator-nuttx] 03/04: stm32wb/ble: disable default CPU2 host config option

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 30a80a390d681a5974bb78dc1970bff00f2c8a8a
Author: Sergey Nikitenko <s....@me.com>
AuthorDate: Sat Jul 30 18:49:32 2022 +0300

    stm32wb/ble: disable default CPU2 host config option
---
 arch/arm/src/stm32wb/Kconfig | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/arch/arm/src/stm32wb/Kconfig b/arch/arm/src/stm32wb/Kconfig
index d13bcc0b03..93c3a80134 100644
--- a/arch/arm/src/stm32wb/Kconfig
+++ b/arch/arm/src/stm32wb/Kconfig
@@ -957,7 +957,11 @@ if STM32WB_BLE
 
 config STM32WB_BLE_C2HOST
 	bool "Enable CPU2 HOST stack"
-	default y
+	default n
+	---help---
+		The full stack version of CPU2 firmware allows to enable CPU2 HOST stack and
+		control it using vendor ACL protocol. However, it is not expected to enable
+		this option in the current implementation.
 
 config STM32WB_BLE_MAX_CONN
 	int "Maximum BLE simultaneous connections"