zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
9.74k stars 6k forks source link

driver/bluetooth: Added initial version of hci cyw208xx driver #72212

Open npal-cy opened 2 weeks ago

npal-cy commented 2 weeks ago

Added initial version of hci cyw208xx driver

Addition renamed some Infineon's files: hci_psoc6_bless.c -> hci_ifx_psoc6_bless.c cyw43xxx.c -> h4_ifx_cyw43xxx.c new cyw208xx ->hci_ifx_cyw208xx.c

This PR has dependency on: https://github.com/zephyrproject-rtos/zephyr/pull/70686, https://github.com/zephyrproject-rtos/zephyr/pull/70961, https://github.com/zephyrproject-rtos/hal_infineon/pull/15 but the code is ready for review.