Skip to content

Commit c27bd50

Browse files
committed
hal_nxp: Replace the caam driver with an older version
The latest version of the caam driver causes run issues on the RT1170/RT1160 platform, using an older version for now, and have contacted the SDK driver owner to resolve the issue. Signed-off-by: Zhaoxiang Jin <[email protected]>
1 parent 00730cc commit c27bd50

File tree

3 files changed

+243
-3059
lines changed

3 files changed

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

55
if(CONFIG_MCUX_COMPONENT_driver.caam)
6-
mcux_component_version(2.4.0)
6+
mcux_component_version(2.3.2)
77

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

1010
mcux_add_include(INCLUDES .)
1111

12-
mcux_add_macro("-DCRYPTO_USE_DRIVER_CAAM -DCACHE_MODE_WRITE_THROUGH=1")
12+
mcux_add_configuration(CC "-DCRYPTO_USE_DRIVER_CAAM -DCACHE_MODE_WRITE_THROUGH=1")
1313

1414
endif()

0 commit comments

Comments
 (0)