# Add set(CONFIG_USE_RTE_Device true) in config.cmake to use this component include_guard(GLOBAL) message("${CMAKE_CURRENT_LIST_FILE} component is included.") if((CONFIG_DEVICE_ID STREQUAL MIMXRT1021xxxxx) AND CONFIG_USE_driver_edma) add_config_file(${CMAKE_CURRENT_LIST_DIR}/RTE_Device.h "" RTE_Device.MIMXRT1021) target_include_directories(${MCUX_SDK_PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_LIST_DIR}/. ) else() message(SEND_ERROR "RTE_Device.MIMXRT1021 dependency does not meet, please check ${CMAKE_CURRENT_LIST_FILE}.") endif()