Skip to content

Commit

Permalink
boards: nucleo_wba55cg: Update blob fetch command
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
erwango authored and carlescufi committed Aug 29, 2024
1 parent 6e3e55a commit 40e1b89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion boards/st/nucleo_wba55cg/doc/nucleo_wba55cg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ To fetch Binary Blobs:

.. code-block:: console
west blobs fetch stm32
west blobs fetch hal_stm32
Connections and IOs
===================
Expand Down
3 changes: 3 additions & 0 deletions doc/releases/migration-guide-4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Boards
* :ref:`native_posix<native_posix>` has been deprecated in favour of
: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
*******

Expand Down

0 comments on commit 40e1b89

Please sign in to comment.