From 58d6418b0dd942fe9478be0a19bcaa2b9832fd6f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 29 Nov 2009 18:13:45 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1362 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/AT91SAM7/platform.dox | 14 +++++++++++--- os/hal/platforms/STM32/platform.dox | 27 +++++++++++++++++++++------ 2 files changed, 32 insertions(+), 9 deletions(-) (limited to 'os/hal/platforms') 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,10 +25,18 @@ * - 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. @@ -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 @@ -31,6 +31,13 @@ * @ingroup ARMCM3 */ +/** + * @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. @@ -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 -- cgit v1.2.3