Searched +full:cyw43xxx +full:- +full:bt +full:- +full:hci (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.5.0/dts/bindings/bluetooth/ |
D | infineon,cyw43xxx-bt-hci.yaml | 4 # SPDX-License-Identifier: Apache-2.0 7 CYW43xxx Connectivity that uses Zephyr's Bluetooth Host Controller Interface UART 10 Example of enabling CYW43xxx device: 14 current-speed = <115200>; 16 /* HCI-UART pins*/ 17 pinctrl-0 = <&p3_1_scb2_uart_tx &p3_0_scb2_uart_rx 19 pinctrl-names = "default"; 21 bt-hci { 23 compatible = "infineon,cyw43xxx-bt-hci"; 24 bt-reg-on-gpios = <&gpio_prt3 4 (GPIO_ACTIVE_HIGH)>; [all …]
|
/Zephyr-Core-3.5.0/boards/arm/cy8cproto_062_4343w/ |
D | Kconfig.defconfig | 1 # CY8CPROTO-062-4343W PSoC™ 6 Wi-Fi BT Prototyping Kit configuration 4 # SPDX-License-Identifier: Apache-2.0 11 if WIFI || BT 13 # Select CYW43XXX part and module 22 endif # WIFI || BT 25 if BT 27 # Select HCI components 39 endif # BT
|
D | cy8cproto_062_4343w.dts | 3 * SPDX-License-Identifier: Apache-2.0 6 /dts-v1/; 9 #include "cy8cproto_062_4343w-common.dtsi" 10 #include "cy8cproto_062_4343w-pinctrl.dtsi" 17 uart-5 = &uart5; 18 i2c-0 = &i2c3; 26 zephyr,shell-uart = &uart5; 36 compatible = "infineon,cat1-uart"; 38 current-speed = <115200>; 40 pinctrl-0 = <&p5_1_scb5_uart_tx &p5_0_scb5_uart_rx>; [all …]
|
/Zephyr-Core-3.5.0/drivers/bluetooth/hci/ |
D | Kconfig | 4 # SPDX-License-Identifier: Apache-2.0 6 comment "Bluetooth HCI Driver Options" 14 prompt "Bluetooth HCI driver" 28 Bluetooth three-wire (H:5) UART driver. Implementation of HCI 29 Three-Wire UART Transport Layer. 32 bool "HCI using RPMsg" 37 Bluetooth HCI driver for communication with another CPU 41 bool "SPI HCI" 45 HCI packets are sent and received as single Byte transfers, 51 bool "IPM HCI" [all …]
|
D | cyw43xxx.c | 5 * SPDX-License-Identifier: Apache-2.0 9 * @brief CYW43xxx HCI extension driver. 31 /* BT settling time after power on */ 37 /* HCI Command packet from Host to Controller */ 58 * This function executes vendor-specific commands sequence to 59 * initialize BT Controller before BT Host executes Reset sequence. 60 * bt_h4_vnd_setup function must be implemented in vendor-specific HCI 77 /* Re-configure UART */ in bt_hci_uart_set_baudrate() 94 * - To speed up application downloading, the MCU host commands the CYWxxx device in bt_update_controller_baudrate() 98 * In the above command, the xx xx xx xx bytes specify the 32-bit little-endian in bt_update_controller_baudrate() [all …]
|
/Zephyr-Core-3.5.0/boards/arm/arduino_giga_r1/ |
D | arduino_giga_r1_m7.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/h7/stm32h747xihx-pinctrl.dtsi> 10 #include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h> 15 compatible = "arduino,giga-r1"; 19 zephyr,shell-uart = &usart1; 20 zephyr,uart-mcumgr = &usart1; 21 zephyr,bt-uart = &uart7; 25 zephyr,code-partition = &slot0_partition; 29 compatible = "zephyr,memory-region", "mmio-sram"; [all …]
|