-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32F4 cube update from v1.12.0 to v1.16.0 #4299
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
STM32F4 cube update from v1.12.0 to v1.16.0 #4299
Conversation
CMSIS v2.5.0 => v2.6.1 STM32F4 HAL v1.5.0 => v1.7.1
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputBuild failed! |
@jeromecoutant Please look at failures,
|
done |
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputBuild failed! |
the failure above cc @andreaslarssonublox - Can you have a look? |
Yes, I can't update libublox-odin-w2-driver from my side... I have a look on the update: |
Hi, I found two incompatible API changes that affects the ODIN driver:
The best thing would be if the driver could be built to work with both old and new but don't know how it can be achieved with the SDIO_GetResponse change. We plan to do a release of the driver this week. What are the plans for this PR @0xc0170 @jeromecoutant ? |
Why @jeromecoutant What do you think? |
We (the ST mbed team) are not in charge to develop the HAL driver, it is done by another team. We "just" add it in mbed with less changes as possible. But I agree that such migration issues should not appear. We'll adress this point to the team in charge of the HAL driver to be corrected for the next Cube relase.
In fact we need this new HAL version to support the DISCO_F413ZH currently in development/test. |
Thanks, that will be good ! This should be 2.0.0 :-)
If there is a new API and its just a rename, can we do it backward compatible (add the previous one that calls a new one) ? @bcostm would that work? Or any other proposals? |
Morph test has to be started again after #4338 merge |
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputExample Build failed! |
The fix #4353 is merged in master /morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Description
This is an update of the STM32 F4 STM32 cube (SDK)
Detailed information in targets/TARGET_STM/TARGET_STM32F4/device/Release_Notes_stm32f4xx_hal.html
Status
READY
Tests
The OS2 and OS5 non-regression tests were run successfully in our test bench.