Skip to content

Commit dbbe527

Browse files
JiafeiPannashif
authored andcommitted
modules: hal_nxp: specify CMSIS path for Cortex-A Core support
Specify CMSIS patch for Cortex-A Core support in mcux-sdk-ng. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
1 parent b0ba009 commit dbbe527

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/hal_nxp/mcux/mcux-sdk-ng/basic.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ set(MCUX_SDK_NG_DIR ${ZEPHYR_CURRENT_MODULE_DIR}/mcux/mcux-sdk-ng)
66
# SdkRootDirPath is used by MCUX SDK NG CMake files.
77
set(SdkRootDirPath ${MCUX_SDK_NG_DIR})
88

9+
if(CONFIG_CPU_CORTEX_A)
10+
set(ACoreCmsisDirPath ${ZEPHYR_CURRENT_MODULE_DIR}/mcux/mcux-sdk/CMSIS)
11+
endif()
12+
913
# Functions for MCUX SDK cmake files
1014
include(${MCUX_SDK_NG_DIR}/cmake/extension/logging.cmake)
1115
include(${MCUX_SDK_NG_DIR}/cmake/extension/function.cmake)

0 commit comments

Comments
 (0)