arch/arm/src/lpc54xx: In SDMMC driver, add logic to transfer data when TXDR or RXDR interrupts occur. Also, add logic to set the RX watermark to 2 when receiving short, non-DMA data transfers.

This commit is contained in:
Gregory Nutt
2017-12-20 17:27:52 -06:00
parent 8938550072
commit eef12f1f91
3 changed files with 146 additions and 33 deletions
+2 -1
View File
@@ -324,7 +324,8 @@ struct mmcsd_scr_s
#undef EXTERN
#if defined(__cplusplus)
#define EXTERN extern "C"
extern "C" {
extern "C"
{
#else
#define EXTERN extern
#endif