#Description: FLEXCOMM SPI FREERTOS Driver; user_visible: True include_guard(GLOBAL) message("driver_flexcomm_spi_freertos component is included.") target_sources(${MCUX_SDK_PROJECT_NAME} PRIVATE ${CMAKE_CURRENT_LIST_DIR}/fsl_spi_freertos.c ) target_include_directories(${MCUX_SDK_PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_LIST_DIR}/. ) #OR Logic component if(${MCUX_DEVICE} STREQUAL "LPC55S66_cm33_core0") include(middleware_freertos-kernel_LPC55S69_cm33_core0) endif() if(${MCUX_DEVICE} STREQUAL "LPC55S69_cm33_core0") include(middleware_freertos-kernel_LPC55S69_cm33_core0) endif() if(${MCUX_DEVICE} STREQUAL "MIMXRT595S_cm33") include(middleware_freertos-kernel_MIMXRT595S_cm33) endif() if(${MCUX_DEVICE} STREQUAL "LPC5502") include(middleware_freertos-kernel_LPC55S06) endif() if(${MCUX_DEVICE} STREQUAL "LPC54114_cm4") include(middleware_freertos-kernel_LPC54114_cm4) endif() if(${MCUX_DEVICE} STREQUAL "LPC54113_cm4") include(middleware_freertos-kernel_LPC54114_cm4) endif() include(driver_flexcomm_spi)