aboutsummaryrefslogtreecommitdiffstats
path: root/os/io/platforms/AT91SAM7X/platform.dox
diff options
context:
space:
mode:
Diffstat (limited to 'os/io/platforms/AT91SAM7X/platform.dox')
-rw-r--r--os/io/platforms/AT91SAM7X/platform.dox30
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
*/