Skip to content

Commit e3172f2

Browse files
committed
drivers: Support all eim/erm channels and data words
Support more memory channels for error injection and reporting. Support all 6 data words for error injection. Signed-off-by: Yves Wang <zhengjia.wang@nxp.com>
1 parent d2ea597 commit e3172f2

File tree

7 files changed

+2296
-185
lines changed

7 files changed

+2296
-185
lines changed

mcux/mcux-sdk-ng/drivers/eim/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# SPDX-License-Identifier: BSD-3-Clause
44

55
if(CONFIG_MCUX_COMPONENT_driver.eim)
6-
mcux_component_version(2.0.2)
6+
mcux_component_version(2.1.0)
77

8-
mcux_add_source(SOURCES fsl_eim.c fsl_eim.h)
8+
mcux_add_source(SOURCES fsl_eim.c fsl_eim.h eim_channel_word.h)
99

1010
mcux_add_include(INCLUDES .)
1111

0 commit comments

Comments
 (0)