Skip to content
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

soc: arm: Enable mcux flexcan driver on i.mx rt socs #29342

Merged
merged 1 commit into from
Oct 28, 2020
Merged

soc: arm: Enable mcux flexcan driver on i.mx rt socs #29342

merged 1 commit into from
Oct 28, 2020

Conversation

MaureenHelm
Copy link
Member

Enables the mcux flexcan driver on i.mx rt socs by default when
CONFIG_CAN=y.

This fixes a runtime failure in tests/subsys/canbus/isotp/conformance on
the mimxrt1064_evk board:

Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/canbus/isotp/conformance/src/main.c:883: test_main: (can_dev is NULL)
CAN device not not found

Signed-off-by: Maureen Helm [email protected]

Depends on zephyrproject-rtos/hal_nxp#62
Fixes #29146

@MaureenHelm MaureenHelm added DNM This PR should not be merged (Do Not Merge) area: CAN labels Oct 20, 2020
@MaureenHelm MaureenHelm removed the DNM This PR should not be merged (Do Not Merge) label Oct 20, 2020
Enables the mcux flexcan driver on i.mx rt socs by default when
CONFIG_CAN=y.

This fixes a runtime failure in tests/subsys/canbus/isotp/conformance on
the mimxrt1064_evk board:

Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/canbus/isotp/conformance/src/main.c:883: test_main: (can_dev is NULL)
    CAN device not not found

Signed-off-by: Maureen Helm <[email protected]>
Copy link
Member

@dleach02 dleach02 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@MaureenHelm MaureenHelm merged commit 2ea71a9 into zephyrproject-rtos:master Oct 28, 2020
@MaureenHelm MaureenHelm deleted the imx-flexcan branch October 28, 2020 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

canisotp: mimxrt1064_evk: no DT_CHOSEN_ZEPHYR_CAN_PRIMARY_LABEL defined cause tests failure
3 participants