doc: releases: ST BlueNRG changes
Update release-notes and migration-guide version 3.6.0 with the changes related to BlueNRG devices. Signed-off-by: Ali Hozhabri <ali.hozhabri@st.com>
This commit is contained in:
parent
2f8c58120e
commit
3ad3fd2950
|
@ -358,6 +358,9 @@ Device Drivers and Device Tree
|
|||
|
||||
(:github:`66427`)
|
||||
|
||||
* The :dtcompatible:`st,hci-spi-v1` should be used instead of :dtcompatible:`zephyr,bt-hci-spi`
|
||||
for the boards which are based on ST BlueNRG-MS.
|
||||
|
||||
Power Management
|
||||
================
|
||||
|
||||
|
|
|
@ -95,6 +95,12 @@ Bluetooth
|
|||
|
||||
* Added deinit implementation for ESP32 controller.
|
||||
|
||||
* HCI Driver
|
||||
|
||||
* Split ST HCI SPI Bluetooth driver from the Zephyr one to provide more features
|
||||
based on ST SPI protocols V1 and V2. As a result, :dtcompatible:`st,hci-spi-v1` and
|
||||
:dtcompatible:`st,hci-spi-v2` were introduced.
|
||||
|
||||
Boards & SoC Support
|
||||
********************
|
||||
|
||||
|
|
Loading…
Reference in New Issue