Skip to content

Commit

Permalink
doc: release-notes-3.7: Add more details for Bluetooth HCI drivers
Browse files Browse the repository at this point in the history
Make sure all added (and removed) HCI drivers are mentioned, and also
provide a reference to the new HCI driver API.

(cherry picked from commit 099209b)

Original-Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
GitOrigin-RevId: 099209b
Change-Id: I6c9b9278c6faa5de1b5e8d3a43c513fc165ba559
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5733955
Commit-Queue: Tristan Honscheid <honscheid@google.com>
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Tested-by: Tristan Honscheid <honscheid@google.com>
Reviewed-by: Tristan Honscheid <honscheid@google.com>
  • Loading branch information
jhedberg authored and Chromeos LUCI committed Jul 23, 2024
1 parent db0b527 commit ee3f794
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/releases/release-notes-3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ Kernel

Bluetooth
*********

* Audio

* Removed ``err`` from :c:struct:`bt_bap_broadcast_assistant_cb.recv_state_removed` as it was
Expand Down Expand Up @@ -348,10 +349,15 @@ Bluetooth
:kconfig:option:`CONFIG_BT_PER_ADV_SYNC_TRANSFER_SENDER` now depend on
:kconfig:option:`CONFIG_BT_CONN` as they do not work without connections.

* HCI Driver
* HCI Drivers

* Completely redesigned HCI driver interface. See the Bluetooth HCI section in
:ref:`migration_3.7` for more information.
* Added support for Ambiq Apollo3 Blue series.
* Added support for NXP platforms.
* Added support for Infineon CYW208XX.
* Added support for Renesas SmartBond DA1469x.
* Removed unmaintained B91 driver.

Boards & SoC Support
********************
Expand Down

0 comments on commit ee3f794

Please sign in to comment.