diff options
Diffstat (limited to 'os')
| -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
   */
 | 
