arch/arm/src/imxrt/imxrt_usdhc.c: Improve SD card handling in the DMA case. For now I think we can consider this complete for both Interrupt and DMA transfers. There is other stuff to add (high speed, low voltage, DDR etc.) later,

This commit is contained in:
Dave Marples
2018-11-13 06:41:27 -06:00
committed by Gregory Nutt
parent 50a1b9eddf
commit 9b68efe251
3 changed files with 67 additions and 49 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
* configuration for better standards compatibility.
*
* CONFIG_C99_BOOL8 - Means (1) your C++ compiler has sizeof(_Bool) == 8,
* (2) your C compiler supports the C99 _Bool intrinsic type, and (2) that
* (2) your C compiler supports the C99 _Bool intrinsic type, and (3) that
* the C99 _Bool type also has size 1.
*/