-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Support FlexCAN on NXP UCANS32K1SIC #67006
Support FlexCAN on NXP UCANS32K1SIC #67006
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Please update |
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.
Looks good once west.yaml is updated with the correct SHA.
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.
Thanks for getting this in!
S32K1xx devices have a maximum of 3 FlexCAN peripherals. Each part may define a different maximum number of instances and message buffers, hence the interrupt lines are defined in the part specific dts. Signed-off-by: Manuel Argüelles <[email protected]>
Add message buffer allowed values for S32K1xx devices. Except S32K14xW parts which supports 64 MBs, the rest of the parts support a maximum of 32 MBs. Signed-off-by: Manuel Argüelles <[email protected]>
Enable FlexCAN peripheral driver for ucans32k1sic board. The GPIO-based CAN transceiver driver is used to control the on-board CAN transceivers. Signed-off-by: Manuel Argüelles <[email protected]>
57ea377
Add support for FlexCAN on UCANS32K1SIC board.