Skip to content

Commit 5c335ba

Browse files
committed
hal_nxp: Replace the flexcan driver with an older version
The latest version of the flexcan driver causes build issues on the s32 platform, using an older version for now, and have contacted the SDK driver owner to resolve the issue. Signed-off-by: Zhaoxiang Jin <Zhaoxiang.Jin_1@nxp.com>
1 parent 649e1de commit 5c335ba

File tree

5 files changed

+288
-814
lines changed

5 files changed

+288
-814
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 2024-2025 NXP
1+
# Copyright 2024 NXP
22
#
33
# SPDX-License-Identifier: BSD-3-Clause
44

55
if(CONFIG_MCUX_COMPONENT_driver.flexcan_edma)
6-
mcux_component_version(2.12.0)
6+
mcux_component_version(2.11.7)
77

88
mcux_add_source(SOURCES fsl_flexcan_edma.h fsl_flexcan_edma.c)
99

@@ -12,7 +12,7 @@ if(CONFIG_MCUX_COMPONENT_driver.flexcan_edma)
1212
endif()
1313

1414
if(CONFIG_MCUX_COMPONENT_driver.flexcan)
15-
mcux_component_version(2.14.1)
15+
mcux_component_version(2.13.0)
1616

1717
mcux_add_source(SOURCES fsl_flexcan.h fsl_flexcan.c)
1818

0 commit comments

Comments
 (0)