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 | |
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')
-rw-r--r-- | os/hal/platforms/AT91SAM7/platform.dox | 14 | ||||
-rw-r--r-- | os/hal/platforms/STM32/platform.dox | 27 |
2 files changed, 32 insertions, 9 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
*/
diff --git a/os/hal/platforms/STM32/platform.dox b/os/hal/platforms/STM32/platform.dox index 1ffad7616..e26a72620 100644 --- a/os/hal/platforms/STM32/platform.dox +++ b/os/hal/platforms/STM32/platform.dox @@ -32,6 +32,13 @@ */
/**
+ * @defgroup STM32_HAL STM32 HAL Support
+ * @brief HAL support.
+ *
+ * @ingroup STM32
+ */
+
+/**
* @defgroup STM32_PAL STM32 I/O Ports Support
* @brief I/O Ports peripherals support.
* @details This module supports the STM3 GPIO controller. The controller
@@ -84,18 +91,26 @@ */
/**
- * @defgroup STM32_SPI STM32 SPI Support
- * @brief SPI peripherals support.
- * @details The serial driver supports the STM32 SPIs using DMA channels for
+ * @defgroup STM32_ADC STM32 ADC Support
+ * @brief ADC peripherals support.
+ * @details The serial driver supports the STM32 ADCs using DMA channels for
* improved performance.
*
* @ingroup STM32
*/
/**
- * @defgroup STM32_ADC STM32 ADC Support
- * @brief ADC peripherals support.
- * @details The serial driver supports the STM32 ADCs using DMA channels for
+ * @defgroup STM32_CAN STM32 CAN Support
+ * @brief CAN peripheral support.
+ * @details The CAN driver supports the STM32 bxCAN unit.
+ *
+ * @ingroup STM32
+ */
+
+/**
+ * @defgroup STM32_SPI STM32 SPI Support
+ * @brief SPI peripherals support.
+ * @details The serial driver supports the STM32 SPIs using DMA channels for
* improved performance.
*
* @ingroup STM32
|