1#Description: asrc_edma Driver; user_visible: True 2include_guard(GLOBAL) 3message("driver_asrc_edma component is included.") 4 5target_sources(${MCUX_SDK_PROJECT_NAME} PRIVATE 6 ${CMAKE_CURRENT_LIST_DIR}/fsl_asrc_edma.c 7) 8 9target_include_directories(${MCUX_SDK_PROJECT_NAME} PUBLIC 10 ${CMAKE_CURRENT_LIST_DIR}/. 11) 12 13#OR Logic component 14if(${MCUX_DEVICE} STREQUAL "MIMXRT1166_cm7") 15 include(driver_edma_MIMXRT1166_cm7) 16endif() 17if(${MCUX_DEVICE} STREQUAL "MIMXRT1173_cm7") 18 include(driver_edma_MIMXRT1176_cm7) 19endif() 20if(${MCUX_DEVICE} STREQUAL "MIMXRT1176_cm7") 21 include(driver_edma_MIMXRT1176_cm7) 22endif() 23if(${MCUX_DEVICE} STREQUAL "MIMXRT1171_cm7") 24 include(driver_edma_MIMXRT1176_cm7) 25endif() 26if(${MCUX_DEVICE} STREQUAL "MIMXRT1173_cm7") 27 include(driver_edma_MIMXRT1176_cm7) 28endif() 29if(${MCUX_DEVICE} STREQUAL "MIMXRT1172_cm7") 30 include(driver_edma_MIMXRT1176_cm7) 31endif() 32if(${MCUX_DEVICE} STREQUAL "MIMXRT1175_cm7") 33 include(driver_edma_MIMXRT1176_cm7) 34endif() 35if(${MCUX_DEVICE} STREQUAL "MIMXRT1165_cm7") 36 include(driver_edma_MIMXRT1166_cm7) 37endif() 38 39include(driver_edma_MIMXRT1176_cm7) 40include(driver_asrc) 41