diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index c9656a6c51a..04f4611d032 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: February 5, 2011

+

Last Updated: February 22, 2011

@@ -4474,6 +4474,11 @@ build CONFIG_SDIO_WIDTH_D1_ONLY: Select 1-bit transfer mode. Default: 4-bit transfer mode. +
  • + CONFIG_MMCSD_MULTIBLOCK_DISABLE: Use only the single block transfer method. + This setting is used to work around buggy SDIO drivers that cannot handle + multiple block transfers. +
  • SDIO-based MMC/SD driver