-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix pin names of MIMXRT1050 I2C pins #7896
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
/morph build |
Build : FAILUREBuild number : 3149 |
Please review the failure (those pins used should be first defined) |
I have fixed the problem by moving the I2C pins definitions after A4 and A5 are defined. |
@alrodlim The unit test are a new addition. The failure is being fixed in another PR, and doesn't appear to be caused by this PR. |
Just FYI, I noticed the same issue with this target.. this fix LGTM 👍 |
/morph build |
Build : SUCCESSBuild number : 3178 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2777 |
/morph mbed2-build |
Test : SUCCESSBuild number : 2983 |
/morph mbed2-build |
Description
Fixed the I2C pin mappings of MIMXRT1050 to the correct I/O pads.
Pull request type