From 4bdbd7549bf50bbb80e835c6ba52f7d4fb955d01 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 30 Oct 2017 16:24:19 +0100 Subject: [PATCH] chipset: atwilc3000 only supports LE officially, em9304 has valid bd_addr, some W18xx have ANT --- chipset/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chipset/README.md b/chipset/README.md index e6492225b..d00353301 100644 --- a/chipset/README.md +++ b/chipset/README.md @@ -53,7 +53,7 @@ CSR, which has been acquired by Qualcomm, provides all relevant information on t Chipset | Type | HCI Transport | BD_ADDR (1) | SCO over HCI (2) | LE DLE | Multiple LE Roles | BTstack folder | Comment -------------------- |-----------| ---------------|--------------|------------------|--------|----------------------|----------------|--------- -Atmel ATWILC3000 | Dual mode (4) | H4 | Yes | Don't know | No | No | atwilc3000 | Firmware size: 270 kB +Atmel ATWILC3000 | LE (4) | H4 | Yes | Don't know | No | No | atwilc3000 | Firmware size: 270 kB Broadcom UART | Dual mode | H4, H5 | Rarely | Probably (2) | No | Maybe (3) | bcm | Max UART baudrate 2 mbps Broadcom USB Dongles | Dual mode | USB | Yes | Yes | No | No | bcm | CSR UART | Dual mode | H4, H5, BCSP | Rarely | No (didn't work) | No | No | csr | @@ -61,7 +61,7 @@ CSR USB Dongles | Dual mode | USB | Mostly | Yes Dialog DA14581 | LE | H4, SPI | No | n.a. | No | No | da14581 | Official HCI firmware included in BTstack Espressif ESP32 | Dual mode | VHCI | Yes | Probably | Yes | Yes | | SoC with Bluetooth and Wifi EM 9301 | LE | SPI, H4 | No | n.a. | No | No | em9301 | Custom HCI SPI implementation -EM 9304 | LE | SPI, H4 | No | n.a. | Yes | Yes | em9301 | Custom HCI SPI implementation +EM 9304 | LE | SPI, H4 | Yes | n.a. | Yes | Yes | em9301 | Custom HCI SPI implementation Nordic nRF | LE | H4 | Fixed Random | n.a. | Yes | Yes | | Requires HCI firmware STM STLC2500D | Classic | H4 | No | No (didn't try) | n.a | n.a. | stlc2500d | Custom deep sleep management not supported Toshiba TC35661 | Dual mode | H4 | No | No (didn't try) | No | No | tc3566 | HCI version not tested. See below @@ -155,7 +155,7 @@ In December 2016, EM released the new EM9304 that also features an HCI mode and EM9304 is used by the 'stm32-l053r8-em9304' port in BTstack. The port.c file also contains an IRQ+DMA-driven implementation of the SPI H4 protocol specified in the [datasheet](http://www.emmicroelectronic.com/sites/default/files/public/products/datasheets/9304-ds_0.pdf). -**BD Addr** must be set during startup since it does not have a stored fix address. +**BD Addr** must be set during startup for EM9301 since it does not have a stored fix address. The EM9304 comes with an valid address stored in Flash/OTP. **SCO data** is not supported since it is LE only. @@ -221,7 +221,7 @@ STMicroelectronics offers the Bluetooth V2.1 + EDR chipset STLC2500D that suppor ## Texas Instruments CC256x series -The Texas Instruments CC256x series is currently in its fourth iteration and provides a Classic-only (CC2560), a Dual-mode (CC2564), and a Classic + ANT (CC2567) model. A variant of the Dual-mode chipset is also integrated into TI's WiLink 8 Wifi+Bluetooth combo modules of the WL183x, WL185x, WL187x, and WL189x series. +The Texas Instruments CC256x series is currently in its fourth iteration and provides a Classic-only (CC2560), a Dual-mode (CC2564), and a Classic + ANT (CC2567) model. A variant of the Dual-mode chipset is also integrated into TI's WiLink 8 Wifi+Bluetooth combo modules of the WL183x, WL185x, WL187x, and WL189x series. Some of the latter support ANT as well. The CC256x chipset is connected via an UART connection and supports the H4, H5 (since third iteration), and eHCILL.