mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
(1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an option to suppress SDIO multi-block transfers in order to work around a buggy SDIO driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4415 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -710,6 +710,9 @@ defconfig -- This is a configuration file similar to the Linux
|
||||
or hardware resources are shared with other drivers.
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user