Skip to content

Commit cd96136

Browse files
erwangocfriedt
authored andcommitted
boards: nucleo_wb55rg: Fix documentation about BLE binary compatibility
Rather than stating a version information that will get out of date at each release, refer to the source of information located in hal_stm32 module. Signed-off-by: Erwan Gouriou <[email protected]> (cherry picked from commit 6656607)
1 parent 567fda5 commit cd96136

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

boards/arm/nucleo_wb55rg/doc/nucleo_wb55rg.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,9 @@ To operate bluetooth on Nucleo WB55RG, Cortex-M0 core should be flashed with
186186
a valid STM32WB Coprocessor binaries (either 'Full stack' or 'HCI Layer').
187187
These binaries are delivered in STM32WB Cube packages, under
188188
Projects/STM32WB_Copro_Wireless_Binaries/STM32WB5x/
189-
To date, interoperability and backward compatibility has been tested and is
190-
guaranteed up to version 1.5 of STM32Cube package releases.
189+
For compatibility information with the various versions of these binaries,
190+
please check `modules/hal/stm32/lib/stm32wb/hci/README <https://github.com/zephyrproject-rtos/hal_stm32/blob/main/lib/stm32wb/hci/README>`__
191+
in the hal_stm32 repo.
191192

192193
Connections and IOs
193194
===================

0 commit comments

Comments
 (0)