SAMV71: Quick'n'dirty port of the SAMA5 SSC driver to the SAM7. The IP is compatible but there are still some DMA- and Cache-related issues that need to be worked out.

This commit is contained in:
Gregory Nutt 2015-03-12 16:00:38 -06:00
parent b4f44e9fbb
commit 7fd9380485

View File

@ -317,6 +317,14 @@
* There are no alternative pin selections for USART1.
*/
/* SSC
*
* Alternative pin selections are available only for SSC0 TD.
* On the SAMV71-XULT board, PD26 supports the I2S TD function
*/
#define GPIO_SSC0_TD GPIO_SSC0_TD_1
/************************************************************************************
* Public Types
************************************************************************************/