mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 15:05:07 +00:00
SAMA5D3 HSMCI: TX DMA is again disabled
This commit is contained in:
parent
553a16fac5
commit
d4a29fcf7e
1 changed files with 7 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue