This commit enables HSMCI functionality in the SAMV71-XULT. TX DMA is, unfortunately, currently disabled.

This commit is contained in:
Gregory Nutt
2015-03-15 12:17:39 -06:00
parent db2d9abcfa
commit 83a17af442
+3 -7
View File
@@ -118,16 +118,12 @@
# endif # endif
#endif #endif
/* There is some unresolved issue with the SAMV7D3 DMA. TX DMA is currently /* There is some unresolved issue with the SAMV7 DMA. TX DMA is currently
* disabled. * disabled.
*/ */
#undef HSCMI_NORXDMA /* Define to disable RX DMA */ #undef HSCMI_NORXDMA /* Define to disable RX DMA */
#undef HSCMI_NOTXDMA /* Define to disable TX DMA */ #define HSCMI_NOTXDMA 1 /* Define to disable TX DMA */
#ifdef ATSAMV7D3
# define HSCMI_NOTXDMA 1 /* Disabled */
#endif
/* Timing */ /* Timing */