From 9923c1663e9d5d7643833dde674ca912e82a1b26 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 6 Jan 2012 19:21:16 +0000 Subject: Removed note about the 2GB limit. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3752 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/dox/mmc_spi.dox | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/os/hal/dox/mmc_spi.dox b/os/hal/dox/mmc_spi.dox index 480240c00..7fdb911f0 100644 --- a/os/hal/dox/mmc_spi.dox +++ b/os/hal/dox/mmc_spi.dox @@ -22,9 +22,10 @@ * @defgroup MMC_SPI MMC over SPI Driver * @brief Generic MMC driver. * @details This module implements a portable MMC/SD driver that uses a SPI - * driver as physical layer. - * @pre In order to use the MMC_SPI driver the @p HAL_USE_MMC_SPI option - * must be enabled in @p halconf.h. + * driver as physical layer. Hot plugging and removal are supported + * through kernel events. + * @pre In order to use the MMC_SPI driver the @p HAL_USE_MMC_SPI and + * @p HAL_USE_SPI options must be enabled in @p halconf.h. * * @section mmc_spi_1 Driver State Machine * The driver implements a state machine internally, not all the driver @@ -114,9 +115,5 @@ * @enddot * @endif * - * The MMC drivers currently supports only cards with capacity up to 2GB - * and does not implement CRC checking. Hot plugging and removal are supported - * through kernel events. - * * @ingroup IO */ -- cgit v1.2.3