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 f436a45 commit ec860a3Copy full SHA for ec860a3
mcux/hal_nxp.cmake
@@ -91,7 +91,7 @@ include(driver_common)
91
92
#Include system_xxx file
93
#This can be extended to other SoC series if needed
94
-if (DEFINED CONFIG_PLATFORM_SPECIFIC_INIT OR DEFINED CONIFG_SOC_SERIES_IMXRT6XX
+if (DEFINED CONFIG_PLATFORM_SPECIFIC_INIT OR DEFINED CONFIG_SOC_SERIES_IMXRT6XX
95
OR DEFINED CONFIG_SOC_SERIES_LPC55XXX)
96
if (CONFIG_SOC_MIMXRT1166_CM4)
97
include(device_system_MIMXRT1166_cm4)
0 commit comments