-
Notifications
You must be signed in to change notification settings - Fork 3k
Provide default WiFi interfaces for Ublox and Realtek #7259
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
Please review: |
@SeppoTakalo Wasn't able to add @ARMmbed/team-ublox to the reviewers list for some reason. |
Its fine if Kevin approve, for Ublox and Realtek this is just for information. |
/morph build |
@@ -0,0 +1,7 @@ | |||
#include "RTWInterface.h" |
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.
license headers add to the new files
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.
Added
e14ef25
to
bc18445
Compare
bc18445
to
b4726cb
Compare
Build : SUCCESSBuild number : 2386 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2021 |
Restarting build since commits after the last command moved the PR's Head sha. |
Build : SUCCESSBuild number : 2389 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2026 |
Description
To allow application to choose default WiFi interface by calling
WiFiInterface::get_default_instance()
provide its implementation on these two targets.Partially fixes:
#7257
#7246
Pull request type