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
west blobs fetch stm32
west blobs fetch hal_stm32
Connections and IOs
===================