-
Notifications
You must be signed in to change notification settings - Fork 155
mcux: kw45 Soc and Board Support #502
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
base: master
Are you sure you want to change the base?
mcux: kw45 Soc and Board Support #502
Conversation
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.
@sumitbatra-nxp we recently merged the SDK-NG PR update to the HAL. You need to rework this PR appropriately. I suspect the only thing needed in the HAL now for KW45 support is the pinctrl files.
d519d21
to
73b72c7
Compare
In middleware included the support for multicore manager, connectivity framework and adjusted the pinmux mask. In the driver included clock and romapi support Signed-off-by: Sumit Batra <[email protected]>
73b72c7
to
05ac124
Compare
@dleach02 .. Apologies for the delay.. Incorporated the changes.. |
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 this file contributed to upstream sdk repo?
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 this file contributed to upstream sdk repo?
@@ -12,7 +12,7 @@ | |||
#define KINETIS_MUX(port, pin, mux) \ | |||
(((((port) - 'A') & 0xF) << 28) | \ | |||
(((pin) & 0x3F) << 22) | \ | |||
(((mux) & 0x7) << 8)) | |||
(((mux) & 0xF) << 8)) |
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.
Explain this change?
@sumitbatra-nxp is this still planned? the zephyr PR hasnt got any activity in 6 months |
Yes.. this is planned.. Will update it tomorrow |
HAL support for KW45 SoC Family and KW45B41Z-EVK Board.