-
Notifications
You must be signed in to change notification settings - Fork 3k
Update MTS_MDOT_F411RE target and remove bootloader from tools #12765
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
@theckmts, thank you for your changes. |
@theckmts Please rebase and let us know once the branch is up to date |
ce6e07d
to
300820f
Compare
Rebase done |
0xc0170
approved these changes
Apr 15, 2020
CI started |
Test run: SUCCESSSummary: 7 of 7 test jobs passed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of changes
Removes MTS_MDOT_F411RE bootloader from tools/bootloaders and modifies the MTS_MDOT_F411RE definition in targets/targets.json so a bootloader can be specified in mbed_app.json and merged with an application using mbed cli tools.
This change is needed so the MDot bootloader can be maintained independantly of mbed-os and allow users to choose their own bootloader.
Impact of changes
Existing projects targeting MTS_MDOT_F411RE that want to continue using the MTS bootloader will need to be modified to include it in their configuration settings.
Migration actions required
Documentation
None
Pull request type
Test results
Tested compiling with GCC_ARM, ARMC6, and IAR compilers using mbed cli tools.
For each compiler, verified bootloader is merged with application, application runs as expected, and bootloader version is correct.
mbed_app.json
GCC_ARM compiler output
ARMC6 compiler output
IAR compiler output
Reviewers