im trying to send data over LPSPI2 using EDMA in the peripheral tool configuration in the configuration setup its showing no LPSPI driver found how to add sriver to this one im working on IMXRT1060s LPSPI2 as slave im using ths API for sending data LPSPI_SlaveTransferEDMA(EXAMPLE_LPSPI_SLAVE_BASEADDR, &g_s_edma_handle, &slaveXfer);
how to add this driver in ide compilation.

@kerryzhou