mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
This commit enables HSMCI functionality in the SAMV71-XULT. TX DMA is, unfortunately, currently disabled.
This commit is contained in:
@@ -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 */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user