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
|
.. code-block:: console
|
||||||
|
|
||||||
west blobs fetch stm32
|
west blobs fetch hal_stm32
|
||||||
|
|
||||||
Connections and IOs
|
Connections and IOs
|
||||||
===================
|
===================
|
||||||
|
|
|
@ -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
|
||||||
*******
|
*******
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue