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 10944a2 commit cfae9e5Copy full SHA for cfae9e5
mcux/hal_nxp.cmake
@@ -408,6 +408,13 @@ endif()
408
409
if(${MCUX_DEVICE} MATCHES "RW61")
410
set(CONFIG_USE_component_osa_zephyr true)
411
+ if(CONFIG_NXP_FW_LOADER)
412
+ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/mcux-sdk/components/flash/mflash)
413
+ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/mcux-sdk/components/flash/mflash/rdrw612bga)
414
+ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/mcux-sdk/drivers/cache/cache64)
415
+ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/mcux-sdk/drivers/flexspi)
416
+ include(component_mflash_rdrw610)
417
+ endif()
418
endif()
419
420
include_ifdef(CONFIG_USE_component_osa_zephyr set_component_osa)
0 commit comments