-
Notifications
You must be signed in to change notification settings - Fork 166
LPC GPIO hal support #11
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
|
@MaureenHelm @galak can't add reviewers or tags on this pull |
Added you as a collaborator so in the future you can. |
Thanks @galak ! |
galak
left a comment
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.
So it looks like the version of mcux/devices/LPC54114/fsl_pint.{c,h} aren't from SDK-2.6.0 release. (Seeing version Version 2.1.3 in the SDK-2.6.0). Please update/re-sync that.
Yes I revisited the SDK releases an got the correct version up now. |
When enabling GPIO on LPC family, sdk GPIO driver sources for GPIO, PINT and input multiplexer devices are included. Signed-off-by: Andrei Gansari <[email protected]>
|
@galak @MaureenHelm i removed the pint driver split, as LPC54xxx's SDK gpio driver was updated. No new SDK update was required. |
Matches zephyrproject-rtos/zephyr#16589