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/platforms/AT91SAM7/platform.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/platforms/AT91SAM7/platform.dox')
-rw-r--r-- | os/hal/platforms/AT91SAM7/platform.dox | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/os/hal/platforms/AT91SAM7/platform.dox b/os/hal/platforms/AT91SAM7/platform.dox index 60940201d..2b87f64bd 100644 --- a/os/hal/platforms/AT91SAM7/platform.dox +++ b/os/hal/platforms/AT91SAM7/platform.dox @@ -25,11 +25,19 @@ * - EMAC driver with MII support.
* - A demo supporting the kernel test suite.
* - A Web server demo using the uIP TCP/IP stack.
+ * - A Web server demo using the lwIP TCP/IP stack.
* .
* @ingroup ARM7
*/
/**
+ * @defgroup AT91SAM7_HAL AT91SAM7 HAL Support
+ * @brief HAL support.
+ *
+ * @ingroup AT91SAM7
+ */
+
+/**
* @defgroup AT91SAM7_PAL AT91SAM7 I/O Ports Support
* @brief I/O Ports peripherals support.
* @details This module supports the AT91SAM7 PIO controller. The controller
@@ -76,10 +84,10 @@ /**
* @defgroup AT91SAM7_MII AT91SAM7 MII Support
- * @brief EMAC peripheral support.
- * @details the @ref MII supports the AT91SAM7 EMAC peripheral communicating
+ * @brief EMAC+PHY peripheral support.
+ * @details This driver supports the AT91SAM7 EMAC peripheral communicating
* with an external PHY transceiver. The driver currently supports
- * only the Micrel KS8721 PHY module.
+ * the Micrel KS8721 PHY and the Davicom DV9161 modules.
*
* @ingroup AT91SAM7
*/
|