git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@721 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-02-05 20:01:34 +00:00
parent d0eaffef7c
commit 5a69fb420c
3 changed files with 14 additions and 5 deletions

View File

@ -128,7 +128,7 @@
/** @} */
/**
* @defgroup ARM7_CORE ARM7 Core Implementation
* @defgroup ARM7_CORE Core Port Implementation
* @{
* @brief ARM7 specific port code, structures and macros.
*

View File

@ -97,7 +97,7 @@
/** @} */
/**
* @defgroup ARMCM3_CORE ARM Cortex-M3 Core Implementation
* @defgroup ARMCM3_CORE Core Port Implementation
* @{
* @brief ARM Cortex-M3 specific port code, structures and macros.
*

View File

@ -60,7 +60,7 @@
/** @} */
/**
* @defgroup MSP430_CORE MSP430 Core Implementation
* @defgroup MSP430_CORE Core Port Implementation
* @{
* @brief MSP430 specific port code, structures and macros.
*
@ -68,13 +68,22 @@
*/
/** @} */
/**
* @defgroup MSP430_DRIVERS MSP430 Drivers
* @{
* @brief Device drivers included in the MSP430 support.
*
* @ingroup MSP430
*/
/** @} */
/**
* @defgroup MSP430_SERIAL USART Support
* @{
* @brief MSP430 USART support.
* @brief USART support.
* @details The serial driver supports both the MSP430 USARTs in asynchronous
* mode.
*
* @ingroup MSP430_CORE
* @ingroup MSP430_DRIVERS
*/
/** @} */