-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32H7 update drivers version to CUBE V1.8.0 #13690
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
Conversation
@jeromecoutant, thank you for your changes. |
b0286e1
to
7523bd9
Compare
86f742f
to
b972282
Compare
I restarted Travis |
Travis did not catch the latest commit again (if you notice this, please just amend the last commit or rebase), it will restart the Travis job. I'll reopen and review meanwhile |
@0xc0170 what is happening with these licence checks ? |
I have merged this branch into my test, but it gives a linker error:
|
@JojoS62 which target ? |
@jeromecoutant a custom target based on MCU_STM32H7, but I have not set MBED_RAM_START. I've just seen that RAM_START needs to be supplied as a fix? |
Need to add something like But I don't see why there is a difference with that PR? |
yes, adding
fixed the linker error. I had removed this because the generated binary is blinky_application.elf instead of blinky.elf, but ram_start is different. |
We could correct RAM value in https://github.com/ARMmbed/mbed-os/blob/master/tools/arm_pack_manager/index.json |
thanks. Now I use only the ram overrides and this will not create the blinky_application.elf. |
I restarted travis, only license check :/ If that does not help, we might want to rebase to restart |
@jeromecoutant can you rebase? I updated travis, I've noticed just today t here was a missing status report for licence_check - not certain why it started failing just now. The latest master contains a fix for travis to not report status the way we used to. |
b972282
to
4b461ad
Compare
57a9d6e
to
4e9170d
Compare
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
@jeromecoutant the other updates are in, this needs now rebase because of readme |
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
- startup files pdated from Cube - all SetSysClock aligned and checked - license header updated
4e9170d
to
3f843d5
Compare
Done |
CI restarted |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 3 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
ST Cube drivers version is updated from V1.7.0 to V1.8.0
which is the latest official version from:
https://github.com/STMicroelectronics/STM32CubeH7/
@ARMmbed/team-st-mcd
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Tested by ST CI
Reviewers