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 94655d2 commit 3a921c1Copy full SHA for 3a921c1
modules/hal_nxp/mcux/mcux-sdk-ng/components/components.cmake
@@ -28,8 +28,8 @@ if(CONFIG_NXP_RF_IMU)
28
if(CONFIG_SOC_SERIES_RW6XX)
29
set(CONFIG_MCUX_COMPONENT_driver.imu ON)
30
set(CONFIG_MCUX_COMPONENT_driver.gdma ON)
31
- zephyr_include_directories(${ZEPHYR_CURRENT_MODULE_DIR}/mcux/mcux-sdk/components/rpmsg)
32
- zephyr_library_sources(${ZEPHYR_CURRENT_MODULE_DIR}/mcux/mcux-sdk/components/rpmsg/fsl_adapter_rfimu.c)
+ set(CONFIG_MCUX_COMPONENT_component.wireless_imu_adapter ON)
+ set(CONFIG_MCUX_PRJSEG_component.osa_interface.osa_macro_used ON)
33
elseif(CONFIG_SOC_SERIES_MCXW)
34
set(CONFIG_MCUX_COMPONENT_component.lists ON)
35
set(CONFIG_MCUX_COMPONENT_component.rpmsg_adapter ON)
0 commit comments