diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-26 21:19:03 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-26 21:19:03 +0000 |
commit | 7f06b944cda28d334d790969c6483a11ed3b04d4 (patch) | |
tree | 0f81ea8f067ff36ca59f3652f88772c789ad27b8 /os/io/platforms/AT91SAM7X/platform.dox | |
parent | 780110bd2cbfd2adae472c5fcd7e014289559204 (diff) | |
download | ChibiOS-7f06b944cda28d334d790969c6483a11ed3b04d4.tar.gz ChibiOS-7f06b944cda28d334d790969c6483a11ed3b04d4.tar.bz2 ChibiOS-7f06b944cda28d334d790969c6483a11ed3b04d4.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1328 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/io/platforms/AT91SAM7X/platform.dox')
-rw-r--r-- | os/io/platforms/AT91SAM7X/platform.dox | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/os/io/platforms/AT91SAM7X/platform.dox b/os/io/platforms/AT91SAM7X/platform.dox index 2a2aa4a47..60940201d 100644 --- a/os/io/platforms/AT91SAM7X/platform.dox +++ b/os/io/platforms/AT91SAM7X/platform.dox @@ -18,9 +18,9 @@ */
/**
- * @defgroup AT91SAM7X AT91SAM7X Support
- * @brief AT91SAM7X specific support.
- * @details The AT91SAM7X support includes:
+ * @defgroup AT91SAM7 AT91SAM7 Support
+ * @brief AT91SAM7 specific support.
+ * @details The AT91SAM7 support includes:
* - Buffered, interrupt driven, serial driver.
* - EMAC driver with MII support.
* - A demo supporting the kernel test suite.
@@ -30,9 +30,9 @@ */
/**
- * @defgroup AT91SAM7X_PAL AT91SAM7X I/O Ports Support
+ * @defgroup AT91SAM7_PAL AT91SAM7 I/O Ports Support
* @brief I/O Ports peripherals support.
- * @details This module supports the AT91SAM7X PIO controller. The controller
+ * @details This module supports the AT91SAM7 PIO controller. The controller
* supports the following features (see @ref PAL):
* - 32 bits wide ports.
* - Atomic set/reset functions.
@@ -55,31 +55,31 @@ * - Pad/port toggling operations are not atomic.
* - Pad/group mode setup is not atomic.
* .
- * @ingroup AT91SAM7X
+ * @ingroup AT91SAM7
*/
/**
- * @defgroup AT91SAM7X_SERIAL AT91SAM7X USART Support
+ * @defgroup AT91SAM7_SERIAL AT91SAM7 USART Support
* @brief USART peripherals support.
- * @details The serial driver supports the AT91SAM7X USART peripherals.
+ * @details The serial driver supports the AT91SAM7 USART peripherals.
*
- * @ingroup AT91SAM7X
+ * @ingroup AT91SAM7
*/
/**
- * @defgroup AT91SAM7X_MAC AT91SAM7X EMAC Support
+ * @defgroup AT91SAM7_MAC AT91SAM7 EMAC Support
* @brief EMAC peripheral support.
- * @details the @ref MAC supports the AT91SAM7X EMAC peripheral.
+ * @details the @ref MAC supports the AT91SAM7 EMAC peripheral.
*
- * @ingroup AT91SAM7X
+ * @ingroup AT91SAM7
*/
/**
- * @defgroup AT91SAM7X_MII AT91SAM7X MII Support
+ * @defgroup AT91SAM7_MII AT91SAM7 MII Support
* @brief EMAC peripheral support.
- * @details the @ref MII supports the AT91SAM7X EMAC peripheral communicating
+ * @details the @ref MII supports the AT91SAM7 EMAC peripheral communicating
* with an external PHY transceiver. The driver currently supports
* only the Micrel KS8721 PHY module.
*
- * @ingroup AT91SAM7X
+ * @ingroup AT91SAM7
*/
|