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:
parent
6e3e55a790
commit
40e1b890f2
2 changed files with 4 additions and 1 deletions
|
@ -196,7 +196,7 @@ To fetch Binary Blobs:
|
|||
|
||||
.. code-block:: console
|
||||
|
||||
west blobs fetch stm32
|
||||
west blobs fetch hal_stm32
|
||||
|
||||
Connections and IOs
|
||||
===================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue