Home
last modified time | relevance | path

Searched +full:bt +full:- +full:hci +full:- +full:quirks (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/dts/bindings/bluetooth/
Dbt-hci.yaml1 # Common fields for Bluetooth HCI devices
6 bt-hci-name:
8 description: Name of the HCI transport
9 bt-hci-bus:
13 - "virtual"
14 - "usb"
15 - "pccard"
16 - "uart"
17 - "rs232"
18 - "pci"
[all …]
Despressif,esp32-bt-hci.yaml1 description: Bluetooth HCI for Espressif ESP32
3 compatible: "espressif,esp32-bt-hci"
5 include: bt-hci.yaml
8 bt-hci-name:
9 default: "BT ESP32"
10 bt-hci-bus:
12 bt-hci-quirks:
13 default: ["no-auto-dle"]
Dsilabs,bt-hci-efr32.yaml1 description: Bluetooth HCI on Silabs boards
3 compatible: "silabs,bt-hci-efr32"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
12 bt-hci-quirks:
13 default: ["no-reset"]
Dzephyr,bt-hci-ipc.yaml1 description: Bluetooth HCI using the IPC subsystem
3 compatible: "zephyr,bt-hci-ipc"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
12 bt-hci-quirks:
13 default: ["no-auto-dle"]
14 bt-hci-ipc-name:
Dst,hci-stm32wb0.yaml1 description: Bluetooth HCI driver for ST STM32WB0 series
3 compatible: "st,hci-stm32wb0"
5 include: bt-hci.yaml
8 bt-hci-name:
9 default: "HCI over RAM"
10 bt-hci-bus:
12 bt-hci-quirks:
13 default: ["no-reset"]
Dzephyr,bt-hci-ll-sw-split.yaml1 description: Bluetooth HCI provided by the native Zephyr Bluetooth Controller
3 compatible: "zephyr,bt-hci-ll-sw-split"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
12 bt-hci-quirks:
13 default: ["no-auto-dle"]
Dinfineon,cat1-bless-hci.yaml4 # SPDX-License-Identifier: Apache-2.0
9 compatible: "infineon,cat1-bless-hci"
11 include: bt-hci.yaml
14 bt-hci-name:
16 bt-hci-bus:
18 bt-hci-quirks:
19 default: ["no-reset"]
Dst,hci-spi-v1.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: STMicroelectronics SPI protocol V1 compatible with BlueNRG-MS devices
6 compatible: "st,hci-spi-v1"
8 include: zephyr,bt-hci-spi.yaml
11 bt-hci-quirks:
12 default: ["no-reset"]
Dst,hci-spi-v2.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: STMicroelectronics SPI protocol V2 compatible with BlueNRG-1 and successor devices
6 compatible: "st,hci-spi-v2"
8 include: zephyr,bt-hci-spi.yaml
11 bt-hci-quirks:
12 default: ["no-reset"]
/Zephyr-latest/tests/bluetooth/hci_prop_evt/dts/bindings/
Dzephyr,bt-hci-test.yaml1 description: Bluetooth HCI for test purposes
3 compatible: "zephyr,bt-hci-test"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
12 bt-hci-quirks:
13 default: ["no-reset"]
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/dts/bindings/
Dzephyr,bt-hci-test.yaml1 description: Bluetooth HCI for test purposes
3 compatible: "zephyr,bt-hci-test"
5 include: bt-hci.yaml
8 bt-hci-name:
10 bt-hci-bus:
12 bt-hci-quirks:
13 default: ["no-reset"]
/Zephyr-latest/doc/releases/
Dmigration-guide-4.0.rst39 to define default flash and ram partitioning based on TF-M.
60 specify it using the west ``--runner`` or ``-r`` option. (:github:`75284`)
61 * ADC: Domain clock needs to be explicitly defined if property st,adc-clock-source = <ASYNC> is use…
85 Trusted Firmware-M
130 Chip variants with open-drain outputs (``mcp23x09``, ``mcp23x18``) now correctly reflect this in
134 * The ``power-domain`` property has been removed in favor of ``power-domains``.
136 ``power-domain-names`` is also available to optionally name each entry in
137 ``power-domains``. The number of cells in the ``power-domains`` property need
138 to be defined using ``#power-domain-cells``.
143 * For all STM32 ADC that selects an asynchronous clock through ``st,adc-clock-source`` property,
[all …]
Drelease-notes-1.13.rst16 * Support for IEEE 802.1AS-2011 generalized Precision Time Protocol (gPTP)
23 * Basic support for Arm TrustZone in Armv8-M
42 * arch: arm: implement ARMv8-M MPU driver
44 * arch: arm: macro API for defining non-secure entry functions
48 * arch: ARM: Change the march used by cortex-m0 and cortex-m0plus
50 * arch: arm: basic Arm TrustZone-M functionality for Cortex-M23 and Cortex-M33
51 * arch: arm: built-in stack protection using Armv8-M SPLIM registers
52 * arch: arm: API for using TT intrinsics in Secure/Non-Secure Armv8-M firmware
63 * riscv32: riscv-privilege: Microsemi Mi-V support
99 * modem: Added Wistron WNC-M14A2A LTE-M Modem driver
[all …]