diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-06 19:21:16 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-06 19:21:16 +0000 |
commit | 9923c1663e9d5d7643833dde674ca912e82a1b26 (patch) | |
tree | d52a73e423dcd5470352f1c0601387cd816d1fc8 /os/hal/dox | |
parent | 54c975bed0b0fbfbf6fdd1a5024c258150c4c5dc (diff) | |
download | ChibiOS-9923c1663e9d5d7643833dde674ca912e82a1b26.tar.gz ChibiOS-9923c1663e9d5d7643833dde674ca912e82a1b26.tar.bz2 ChibiOS-9923c1663e9d5d7643833dde674ca912e82a1b26.zip |
Removed note about the 2GB limit.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3752 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/dox')
-rw-r--r-- | os/hal/dox/mmc_spi.dox | 11 |
1 files 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
*/
|