mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
SAMA5D3 HSMCI: TX DMA is again disabled
This commit is contained in:
@@ -181,11 +181,17 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* These were once helpful. Perhaps they will be so again some time. */
|
||||
/* There is some unresolved issue with the SAMA5D3 DMA. TX DMA is currently
|
||||
* disabled.
|
||||
*/
|
||||
|
||||
#undef HSCMI_NORXDMA /* Define to disable RX DMA */
|
||||
#undef HSCMI_NOTXDMA /* Define to disable TX DMA */
|
||||
|
||||
#ifdef ATSAMA5D3
|
||||
# define HSCMI_NOTXDMA 1 /* Disabled */
|
||||
#endif
|
||||
|
||||
/* Timing */
|
||||
|
||||
#define HSMCI_CMDTIMEOUT (100000)
|
||||
|
||||
Reference in New Issue
Block a user