We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ba009 commit dbbe527Copy full SHA for dbbe527
modules/hal_nxp/mcux/mcux-sdk-ng/basic.cmake
@@ -6,6 +6,10 @@ set(MCUX_SDK_NG_DIR ${ZEPHYR_CURRENT_MODULE_DIR}/mcux/mcux-sdk-ng)
6
# SdkRootDirPath is used by MCUX SDK NG CMake files.
7
set(SdkRootDirPath ${MCUX_SDK_NG_DIR})
8
9
+if(CONFIG_CPU_CORTEX_A)
10
+ set(ACoreCmsisDirPath ${ZEPHYR_CURRENT_MODULE_DIR}/mcux/mcux-sdk/CMSIS)
11
+endif()
12
+
13
# Functions for MCUX SDK cmake files
14
include(${MCUX_SDK_NG_DIR}/cmake/extension/logging.cmake)
15
include(${MCUX_SDK_NG_DIR}/cmake/extension/function.cmake)
0 commit comments