-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add 413 dragonfly #11573
Add 413 dragonfly #11573
Conversation
@felser, thank you for your changes. |
@ARMmbed/mbed-os-maintainers could you please review / approve / merge at your earliest convenience and indicate if this would make it into the 5.14.1 release? |
Changes look good to me, I'll schedule CI job. Meanwhile, @felser Please provide description about this new target - few words should be sufficient. Also add testing logs (always with a new target). |
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.
As requested above - description + test logs
Ci started meanwhile |
I also noticed 2 merge commits, as this is just adding new target, can you rebase your branch to clean-up the history? |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
The MTS_DRAGONFLY_F413RH platform is a cellular enabled device using an STM32F413RH processor. The initial radio type is an LTE Cat 1 Sprint enabled radio from Telit. I will provide a rebase/squash of my branch soon. Here are the test result files again. I did drag and drop them with the initial PR too. I'm not sure if there is something more I need to do in order for them to be visible. |
5274326
to
dd778c4
Compare
The rebase/squash of my branch has been pushed. |
CI started |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
], | ||
"components_add": ["FLASHIAP", "SPIF"], | ||
"bootloader_supported": true, | ||
"release_versions": ["2", "5"], |
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.
Is that really a Mbed 2 target? Was that tested?
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.
Our Dragonfly series using the STM32F411 started with mbed version 2. So we may have customer's still using it. We have some code that was built for the 411 Dragonfly using version 2 that I ran on this platform. Does that satisfy your question?
Restarted CI |
I just received an email describing the new mbed-os release process. I'm wondering if the dragonfly 413 platform support will make the third Wednesday of October release? It looks like we still need a review for the mbed-os-tools change. Please let me know if there is anything remaining that anyone needs from my side. I think I have responded to or satisfied all the requests above. |
@felser as long as we can get this through the CI I see no reason why this wouldn't make the 5.14.1 release. |
Ci restarted |
Test run: SUCCESSSummary: 12 of 12 test jobs passed |
Description
The MTS_DRAGONFLY_F413RH platform is a cellular enabled device using an STM32F413RH processor. The initial radio type is an LTE Cat 1 Sprint enabled radio from Telit.
Test result files are attached.
gcc_platform_tests.txt
arm6_platform_tests.txt
Pull request type
Reviewers
Release Notes