-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
west blobs fecth
command due to field name
definition in hal_stm32 module.ymlwest blobs fetch
command due to field name
definition in hal_stm32 module.yml
f8c4db7
to
89a51ed
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look fine, minor question if this needs to also be added to the 4.0 release notes or if the migration guide is enough.
@erwango looks like you need to rebase |
hal_stm32 was missing a `name` in module.yml Point to the module version where this is fixed. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
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>
89a51ed
to
5ad0860
Compare
Good question. |
stm32wba: Update of west blobs fetch command due to field name definition in hal_stm32 module.yml