(Processor SDK RTOS for AM355x v2)
Looking in pdk_am335x_1_0_0\packages\ti\drv I see:
- McASP: nothing exists at all
- MMCSD: there is an interrupt-based driver and an incomplete DMA-based driver (the MMCSDDMA_soc.c implementation is missing for am335x).
- UART: there is an interrupt-based driver and an incomplete DMA-based driver (the UART_soc_dma.c implementation is missing for am335x).
- SPI: there is only an interrupt-based driver.
Are we going to get DMA-enabled drivers for MMCSD, UART, McSPI and McASP on the am335x? If so, when?