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 80ce0a0 commit 40daa90Copy full SHA for 40daa90
mcux/hal_nxp.cmake
@@ -286,7 +286,7 @@ elseif(CONFIG_SOC_MIMXRT1189_CM33)
286
include_driver_ifdef(CONFIG_HAS_MCUX_CACHE cache/xcache driver_cache_xcache)
287
endif()
288
289
-if ((${MCUX_DEVICE} MATCHES "MIMX9596") OR (${MCUX_DEVICE} MATCHES "MIMX8UD7"))
+if ((${MCUX_DEVICE} MATCHES "MIMX9596") OR (${MCUX_DEVICE} MATCHES "MIMX8UD7") OR (${MCUX_DEVICE} MATCHES "MIMXRT118"))
290
include_driver_ifdef(CONFIG_IPM_IMX mu1 driver_mu1)
291
include_driver_ifdef(CONFIG_MBOX_NXP_IMX_MU mu1 driver_mu1)
292
else()
0 commit comments