Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stm32wba: Update of west blobs fetch command due to field name definition in hal_stm32 module.yml #77611

Merged
merged 2 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ manifest:
groups:
- hal
- name: hal_stm32
revision: 484af4f994737bef9e6ccc3e267cc319b85da332
revision: 4c1adf8a2e2e9888f3b43374bf6521b0788aa82d
path: modules/hal/stm32
groups:
- hal
Expand Down
Loading