-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32L4: update drivers version to CUBE V1.14.0 #11072
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
STM32L4: update drivers version to CUBE V1.14.0 #11072
Conversation
@jeromecoutant, thank you for your changes. |
76a7b58
to
96a773a
Compare
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
@ARMmbed/team-st-mcd Please review. Otherwise this is good to go in. |
I moved this to 5.14 due to the conflicts with 5.13 branch. If needed in 5.13, please send separate PR to 5.13 release branch where we can cherry-pick and add it to the next patch release. I tried to resolve them manually but not sure f4 file showed in conflict resolution (confusing). |
Not sure where to ask this, but it seems that USBDEVICE support was removed from the device I'm working on, NUCLEO_L4R5ZI. Was this intentional? I've tried adding it myself but it leads to compilation issues. Thanks |
@danirex You better use questions: https://os.mbed.com/questions/ |
Thanks, will do. |
@ARMmbed/team-st-mcd @MarceloSalazar @0xc0170 hi guys, this PR removed USB support for bunch of devices. I missed that during the review. That's actually a big problem for some of our partners. Was that a mistake can it be rectified ASAP (in 5.14 time scale). |
Reviewing again targets.json, it was also reformatted. @jeromecoutant was this unintentional that some device_has were removed ? I could find there at least 2x USB removal. My assumption - this was removed by mistake as this is just a driver update. |
I gathered all USB removals from targets.json and commited on my branch, it can be viewed here https://github.com/ARMmbed/mbed-os/compare/master...0xc0170:fix_usb_st_removal?expand=1 |
Description
ST Cube drivers version is updated from V1.11.0 to V1.14.0,
which is the latest official version from:
https://www.st.com/en/embedded-software/stm32cubel4.html
ST CI tests OK
This fixes analogic tests.
@ARMmbed/team-st-mcd
Pull request type
Reviewers
Release Notes