-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32F4 update drivers version to CUBE V1.26.0 #14339
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. |
This pull request has automatically been marked as stale because it has had no recent activity. @ARMmbed/mbed-os-maintainers, please complete review of the changes to move the PR forward. Thank you for your contributions. |
6bfa10d
to
f69988a
Compare
@0xc0170 ping |
CI started |
Jenkins CI Test : ❌ FAILEDBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
I think issue is stm32f401xe.ld file name is STM32F401XE.ld I change the name in my branch, my git doesn't see the change.... :-( |
f69988a
to
c41ea5f
Compare
@0xc0170 Maybe I found some ignorecase option. |
CI restarted |
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 3 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
@@ -147,7 +166,7 @@ const uint8_t APBPrescTable[8] = {0, 0, 0, 0, 1, 2, 3, 4}; | |||
* @param None | |||
* @retval None | |||
*/ | |||
__weak void SystemInit(void) | |||
void SystemInit(void) |
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.
__weak removed - breaks custom targets with custom initialization
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.
@JeanMarcR
Can you add it back in #14548 ?
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.
How did this happen, @jeromecoutant ? Is the system init not weak in the drivers or is this done only for Mbed ?
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, system init is not weak in the ST original files,
and OK for "basic" nucleo or disco boards.
I understand that some custom boards would need to change it.
Summary of changes
ST Cube drivers version is updated from V1.25.0 to V1.26.0
which is the latest official version from:
https://github.com/STMicroelectronics/STM32CubeF4/
@ARMmbed/team-st-mcd
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers