-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
west: Update hal_stm32 module for stm32f4 series cube update #16959
Conversation
Update Cube version for STM32F4XX series from version: V1.21.0 to version: V1.24.1 Requires zephyrproject-rtos/hal_stm32#6 Signed-off-by: Erwan Gouriou <[email protected]>
@@ -51,7 +51,7 @@ manifest: | |||
revision: b6c9262eed68000e69c92bef6e820cdbd5b0a32b | |||
path: modules/hal/st | |||
- name: hal_stm32 | |||
revision: b454ad819f4f10cb82ce5eb1d7f709a680bc61c5 | |||
revision: pull/6/head |
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.
6 or 7?
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.
6 seems right. Isn't it?
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.
yes, sorry. zephyrproject-rtos/hal_stm32#7 is for F7
recheck |
@nashif, any idea why shippable is systematically canceled? |
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.
seems good
Superseded by #16984 |
Update Cube version for STM32F4XX series
from version: V1.21.0
to version: V1.24.1
Requires zephyrproject-rtos/hal_stm32#6
Signed-off-by: Erwan Gouriou [email protected]