Skip to content

Commit

Permalink
soc: arm: Enable mcux flexcan driver on i.mx rt socs
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
MaureenHelm committed Oct 28, 2020
1 parent 00f9bc6 commit 2ea71a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions soc/arm/nxp_imx/rt/Kconfig.defconfig.series
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ config SOC_SERIES
config ROM_START_OFFSET
default 0x2000 if BOOT_FLEXSPI_NOR || BOOT_SEMC_NOR

config CAN_MCUX_FLEXCAN
default y if HAS_MCUX_FLEXCAN
depends on CAN

config CLOCK_CONTROL_MCUX_CCM
default y if HAS_MCUX_CCM
depends on CLOCK_CONTROL
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ manifest:
revision: 1c4fdba512b268033a4cf926bddd323866c3261a
path: tools/net-tools
- name: hal_nxp
revision: 83e5a13640417a2efb26a31f88b232e4dac31fb2
revision: a84cb7fecd88767849f6e3e37b5b91a87662bf40
path: modules/hal/nxp
- name: open-amp
revision: 724f7e2a4519d7e1d40ef330042682dea950c991
Expand Down

0 comments on commit 2ea71a9

Please sign in to comment.