Home
last modified time | relevance | path

Searched full:hci_spi (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/boards/shields/x_nucleo_bnrg2a1/
Dx_nucleo_bnrg2a1.overlay9 zephyr,bt-hci = &hci_spi;
16 hci_spi: bluenrg-2@0 {
/Zephyr-latest/boards/shields/x_nucleo_wb05kn1/
Dx_nucleo_wb05kn1_spi.overlay9 zephyr,bt-hci = &hci_spi;
16 hci_spi: wb05n@0 {
/Zephyr-latest/samples/bluetooth/hci_spi/
Dsample.yaml5 sample.bluetooth.hci_spi:
DCMakeLists.txt5 project(hci_spi) project
DREADME.rst27 <samples/bluetooth/hci_spi/boards/nrf51dk_nrf51822.overlay>` in this sample
/Zephyr-latest/boards/96boards/carbon/
D96b_carbon_stm32f401xe.dts23 zephyr,bt-hci = &hci_spi;
128 hci_spi: bt-hci@0 { label
/Zephyr-latest/boards/96boards/carbon/doc/
Dnrf51822.rst141 To do this, build the ``samples/bluetooth/hci_spi/`` application
149 Be sure to flash the hci_spi application to the nRF51822 chip and
151 by Zephyr, the hci_spi application providing Bluetooth support will
Dstm32f401xe.rst336 1. Flash the nRF51 with the hci_spi sample application as described in
/Zephyr-latest/boards/st/b_l4s5i_iot01a/
Db_l4s5i_iot01a.dts25 zephyr,bt-hci = &hci_spi;
155 hci_spi: spbtle-rf@0 { label
/Zephyr-latest/boards/st/steval_stwinbx1/
Dsteval_stwinbx1.dts21 zephyr,bt-hci = &hci_spi;
187 hci_spi: bluenrg-2@0 { label
/Zephyr-latest/boards/st/disco_l475_iot1/
Ddisco_l475_iot1.dts25 zephyr,bt-hci = &hci_spi;
199 hci_spi: spbtle-rf@0 { label
/Zephyr-latest/boards/st/stm32l562e_dk/
Dstm32l562e_dk_common.dtsi43 zephyr,bt-hci = &hci_spi;
192 hci_spi: spbtle-rf@0 { label
/Zephyr-latest/boards/st/sensortile_box_pro/
Dsensortile_box_pro.dts20 zephyr,bt-hci = &hci_spi;
155 hci_spi: bluenrg-lp@0 { label
/Zephyr-latest/samples/bluetooth/hci_spi/src/
Dmain.c30 #define LOG_MODULE_NAME hci_spi
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst886 * bluetooth: hci_spi: Fixed cmd_hdr and acl_hdr usage.
965 * :github:`28275` - drivers: bluetooth: hci_spi: hci driver is init before spi causing an error on …
1209 * :github:`27266` - samples: bluetooth: hci_spi: Invalid cmd_hdr and acl_hdr usage
Drelease-notes-3.0.rst1158 * :github:`40244` - [v2.7-branch] hci_spi sample cannot be built for nrf51dk_nrf51422 and 96b_carbo…
Drelease-notes-3.3.rst3490 …stack notifications blocks host side for too long (``drivers/bluetooth/hci/spi.c`` and ``hci_spi``)