diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-29 18:13:45 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-29 18:13:45 +0000 |
commit | 58d6418b0dd942fe9478be0a19bcaa2b9832fd6f (patch) | |
tree | 0f57f592ff485381298f88b23617440c91c54dd7 /os/hal/hal.dox | |
parent | 3f8c09fde198a3680a5de0628c0cfbaf7f4d3abb (diff) | |
download | ChibiOS-58d6418b0dd942fe9478be0a19bcaa2b9832fd6f.tar.gz ChibiOS-58d6418b0dd942fe9478be0a19bcaa2b9832fd6f.tar.bz2 ChibiOS-58d6418b0dd942fe9478be0a19bcaa2b9832fd6f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1362 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/hal.dox')
-rw-r--r-- | os/hal/hal.dox | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/os/hal/hal.dox b/os/hal/hal.dox index 77dc49a46..fc5514594 100644 --- a/os/hal/hal.dox +++ b/os/hal/hal.dox @@ -52,7 +52,6 @@ * - @ref ADC.
* - @ref CAN.
* - @ref MAC.
- * - @ref MII.
* - @ref MMC_SPI.
* - @ref SPI.
* .
@@ -311,27 +310,6 @@ */
/**
- * @defgroup MII MII Driver
- * @brief Generic MII driver.
- * @details This module implements a generic interface for MII (Media
- * Independent Interface) drivers.
- * The MII/RMII/GMII/RGMII/SGMII buses are standard interfaces meant
- * to connect a MAC block to a PHY transceiver.<br>
- * A @ref MII is usually used from within a @ref MAC and is not
- * meant to be used directly from the application code.
- *
- * @ingroup IO
- */
-
-/**
- * @defgroup MII_LLD MII Low Level Driver
- * @brief @ref MII low level driver template.
- * @details This file is a template for a MII low level driver.
- *
- * @ingroup MII
- */
-
-/**
* @defgroup MMC_SPI MMC over SPI Driver
* @brief Generic MMC driver.
* @details This module implements a portable MMC driver that uses a SPI
|