-
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
Standard Pin Names #14381
Standard Pin Names #14381
Conversation
@gpsimenos, thank you for your changes. |
39188e8
to
21194f5
Compare
CI started |
Jenkins CI Test : ❌ FAILEDBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
CI restarted |
Jenkins CI Test : ❌ FAILEDBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Jenkins CI Test : ✔️ SUCCESSBuild Number: 3 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Travis failure is expected to be red here as any other subsequent PR will be green again. |
#define MBED_PIN_NAME_ALIASES_H | ||
|
||
/* Aliases for legacy reasons. To be removed in the next Mbed OS version */ | ||
#if defined (CONSOLE_TX) && (CONSOLE_RX) |
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.
CONSOLE_TX and CONSOLE_RX are defined as enum,
So #if defined will be always "false"
Summary of changes
This PR introduces standard pin names for Mbed and migrates a number of ST targets to this standard. It also includes compliance testing tools based on static analysis and Greentea tests, and adds target markers to PinNames.h files so that they can be reliably matched to their corresponding target.
Impact of changes
Migration actions required
Documentation
Porting and developer guide in place (waiting for this to be merged)
ARMmbed/mbed-os-5-docs#1417
Pull request type
Test results
Reviewers
@MarceloSalazar @jeromecoutant