-
Notifications
You must be signed in to change notification settings - Fork 3k
Add STM32F415xG target support. #13417
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
Hi folks. This is my first PR to mbed-os, so I'm not exactly sure what I'm supposed to do about running |
@jimsynz, thank you for your changes. |
Yes, you need a target to execute tests. |
For information, I understood that this request goal would to support Thx @jimsynz |
Thanks for the review @jeromecoutant. Changes made. |
@0xc0170 is there anything more needed for this PR? |
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Let's merge ? |
@jeromecoutant do you want me to rebase first? |
#define MBED_APP_SIZE MBED_ROM_SIZE | ||
#endif | ||
|
||
#if !defined(MBED_BOOT_STACK_SIZE) |
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.
The change landed on master recently, t hat is fixing this MBED_BOOT_STACK_SIZE. see #13452 for details. Can you update?
Once it is updated, we will start CI and this shall go in. Sorry for the delay. |
Pull request has been modified.
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
CI restarted |
Jenkins CI Test : ❌ FAILEDBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Sorry for the delay. I started a new job a few weeks ago and have been pretty slammed. I will come back to this, I promise. |
@jimsynz that is OK, please reopen once it is updated. I'll close this meanwhile. |
Summary of changes
Adds support for the STM32F415xG family of microprocessors.
Impact of changes
Migration actions required
Documentation
None
Pull request type
Test results
Reviewers