You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/12/30 02:11:28 UTC

[incubator-nuttx] branch master updated (961532a -> d9b1cb3)

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

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


    from 961532a  arch/sim/hci: reuse the reserved fields of hci buffer
     new 753cb6c  bluetooth: Remove BLUETOOTH_UART_BT860 from Kconfig
     new d9b1cb3  bluetooth: BLUETOOTH_BCM4343X shouldn't select BLUETOOTH_UART_SHIM

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 boards/arm/stm32/stm32f4discovery/configs/hciuart/defconfig | 1 -
 drivers/wireless/bluetooth/Kconfig                          | 5 -----
 2 files changed, 6 deletions(-)


[incubator-nuttx] 02/02: bluetooth: BLUETOOTH_BCM4343X shouldn't select BLUETOOTH_UART_SHIM

Posted by bt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d9b1cb3d27deb58010e29672ef41a8c6d019bb28
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Sun Dec 27 03:54:05 2020 +0800

    bluetooth: BLUETOOTH_BCM4343X shouldn't select BLUETOOTH_UART_SHIM
    
    since bcm4343x bluetooth driver doesn't depend on uart shim driver
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 drivers/wireless/bluetooth/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/wireless/bluetooth/Kconfig b/drivers/wireless/bluetooth/Kconfig
index cc14249..28b2ab1 100644
--- a/drivers/wireless/bluetooth/Kconfig
+++ b/drivers/wireless/bluetooth/Kconfig
@@ -32,7 +32,6 @@ config BLUETOOTH_UART_CC2564
 
 config BLUETOOTH_BCM4343X
 	bool "Broadcom (Cypress) BCM4343X device support"
-	select BLUETOOTH_UART_SHIM
 	---help---
 		Enables download support for the bluetooth component of BCM4343X devices.
 		Note that firmware needs to be provided for these devices to operate. In


[incubator-nuttx] 01/02: bluetooth: Remove BLUETOOTH_UART_BT860 from Kconfig

Posted by bt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 753cb6c22b1e3094d884c09655e784f501b839f9
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Sun Dec 27 03:25:21 2020 +0800

    bluetooth: Remove BLUETOOTH_UART_BT860 from Kconfig
    
    it isn't difference from BLUETOOTH_UART_OTHER, so let's use the later instead
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 boards/arm/stm32/stm32f4discovery/configs/hciuart/defconfig | 1 -
 drivers/wireless/bluetooth/Kconfig                          | 4 ----
 2 files changed, 5 deletions(-)

diff --git a/boards/arm/stm32/stm32f4discovery/configs/hciuart/defconfig b/boards/arm/stm32/stm32f4discovery/configs/hciuart/defconfig
index 620d60b..22d39cc 100644
--- a/boards/arm/stm32/stm32f4discovery/configs/hciuart/defconfig
+++ b/boards/arm/stm32/stm32f4discovery/configs/hciuart/defconfig
@@ -24,7 +24,6 @@ CONFIG_ARCH_STACKDUMP=y
 CONFIG_BLUETOOTH_MAX_CONN=2
 CONFIG_BLUETOOTH_MAX_PAIRED=2
 CONFIG_BLUETOOTH_UART=y
-CONFIG_BLUETOOTH_UART_BT860=y
 CONFIG_BOARDCTL_RESET=y
 CONFIG_BOARD_LOOPSPERMSEC=16717
 CONFIG_BTSAK=y
diff --git a/drivers/wireless/bluetooth/Kconfig b/drivers/wireless/bluetooth/Kconfig
index 039980e..cc14249 100644
--- a/drivers/wireless/bluetooth/Kconfig
+++ b/drivers/wireless/bluetooth/Kconfig
@@ -26,10 +26,6 @@ choice
 	prompt "Bluetooth UART HCI device"
 	default BLUETOOTH_UART_OTHER
 
-config BLUETOOTH_UART_BT860
-	bool "Laird BT860"
-	select BLUETOOTH_UART_GENERIC
-
 config BLUETOOTH_UART_CC2564
 	bool "TI CC2564"
 	depends on EXPERIMENTAL