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 f4e26fa commit adfa0bbCopy full SHA for adfa0bb
mcux/hal_nxp.cmake
@@ -325,8 +325,11 @@ endif()
325
326
if(CONFIG_SOC_SERIES_MCXC)
327
include_driver_ifdef(CONFIG_SOC_FLASH_MCUX flash driver_flash)
328
-elseif(CONFIG_SOC_SERIES_MCXN OR CONFIG_SOC_SERIES_MCXA)
+elseif(CONFIG_SOC_SERIES_MCXA)
329
+ zephyr_include_directories(${CMAKE_CURRENT_LIST_DIR}/mcux-sdk/drivers/mcxa_romapi)
330
+elseif(CONFIG_SOC_SERIES_MCXN)
331
include_driver_ifdef(CONFIG_SOC_FLASH_MCUX mcx_romapi driver_flashiap)
332
+ zephyr_include_directories(${CMAKE_CURRENT_LIST_DIR}/mcux-sdk/drivers/mcx_romapi/flash)
333
elseif(CONFIG_SOC_SERIES_MCXW)
334
include_driver_ifdef(CONFIG_SOC_FLASH_MCUX flash_k4 driver_flash_k4)
335
endif()
0 commit comments