From f95fc666de8186937f7101c74386af0c85968ec3 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 2 Mar 2011 18:56:02 +0000 Subject: Various documentation improvements. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2788 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/AT91SAM7/platform.dox | 44 +++++++++++++++++----------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'os/hal/platforms/AT91SAM7') diff --git a/os/hal/platforms/AT91SAM7/platform.dox b/os/hal/platforms/AT91SAM7/platform.dox index af4816486..4c87192f0 100644 --- a/os/hal/platforms/AT91SAM7/platform.dox +++ b/os/hal/platforms/AT91SAM7/platform.dox @@ -42,7 +42,7 @@ */ /** - * @defgroup AT91SAM7_MAC AT91SAM7 EMAC Support + * @defgroup AT91SAM7_MAC AT91SAM7 MAC Support * @details The AT91SAM7 MAC driver supports the EMAC peripheral. * * @section at91sam7_mac_1 Supported HW resources @@ -62,7 +62,7 @@ */ /** - * @defgroup AT91SAM7_PAL AT91SAM7 PIO Support + * @defgroup AT91SAM7_PAL AT91SAM7 PAL Support * @details The AT91SAM7 PAL driver supports the PIO peripherals. * * @section at91sam7_pal_1 Supported HW resources @@ -99,26 +99,7 @@ */ /** - * @defgroup AT91SAM7_SPI AT91SAM7 SPI Support - * @details The SPI driver supports the AT91SAM7 SPI peripherals using DMA - * channels for maximum performance. - * - * @section at91sam7_spi_1 Supported HW resources - * - SPI1. - * - SPI2. - * . - * @section at91sam7_spi_2 AT91SAM7 SPI driver implementation features - * - Clock stop for reduced power usage when the driver is in stop state. - * - Each SPI can be independently enabled and programmed. Unused - * peripherals are left in low power mode. - * - Programmable interrupt priority levels for each SPI. - * - DMA is used for receiving and transmitting. - * . - * @ingroup AT91SAM7 - */ - -/** - * @defgroup AT91SAM7_SERIAL AT91SAM7 USART Support (buffered) + * @defgroup AT91SAM7_SERIAL AT91SAM7 Serial Support * @details The AT91SAM7 Serial driver uses the USART/UART peripherals in a * buffered, interrupt driven, implementation. * @@ -137,3 +118,22 @@ * . * @ingroup AT91SAM7 */ + +/** + * @defgroup AT91SAM7_SPI AT91SAM7 SPI Support + * @details The SPI driver supports the AT91SAM7 SPI peripherals using DMA + * channels for maximum performance. + * + * @section at91sam7_spi_1 Supported HW resources + * - SPI1. + * - SPI2. + * . + * @section at91sam7_spi_2 AT91SAM7 SPI driver implementation features + * - Clock stop for reduced power usage when the driver is in stop state. + * - Each SPI can be independently enabled and programmed. Unused + * peripherals are left in low power mode. + * - Programmable interrupt priority levels for each SPI. + * - DMA is used for receiving and transmitting. + * . + * @ingroup AT91SAM7 + */ -- cgit v1.2.3