boards: nucleo_wba55cg: Update blob fetch command

Following addition of a `name` to hal_stm32 module, the command to fetch
blobs that are required to build BLE applications on STM32WBA socs is now
changed from `west blob fetch stm32` to `west blob fetch hal_stm32`.
Update documentation and warn users in migration guide.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
Erwan Gouriou 2024-08-27 11:12:41 +02:00 committed by Carles Cufí
commit 40e1b890f2
2 changed files with 4 additions and 1 deletions

View file

@ -196,7 +196,7 @@ To fetch Binary Blobs:
.. code-block:: console .. code-block:: console
west blobs fetch stm32 west blobs fetch hal_stm32
Connections and IOs Connections and IOs
=================== ===================

View file

@ -27,6 +27,9 @@ Boards
* :ref:`native_posix<native_posix>` has been deprecated in favour of * :ref:`native_posix<native_posix>` has been deprecated in favour of
:ref:`native_sim<native_sim>` (:github:`76898`). :ref:`native_sim<native_sim>` (:github:`76898`).
* STM32WBA: The command used for fetching blobs required to build ble applications is now
`west blobs fetch hal_stm32` instead of `west blobs fetch stm32`.
Modules Modules
******* *******