aboutsummaryrefslogtreecommitdiffstats
path: root/ports/MSP430
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-05 20:01:34 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-05 20:01:34 +0000
commit5a69fb420c36094fa550b97985355a9861e9ce89 (patch)
tree5622ced51fdd08dcf5d0a0a03ee74da841e5c8aa /ports/MSP430
parentd0eaffef7c0a4df7451c47153a25def02bc948f9 (diff)
downloadChibiOS-5a69fb420c36094fa550b97985355a9861e9ce89.tar.gz
ChibiOS-5a69fb420c36094fa550b97985355a9861e9ce89.tar.bz2
ChibiOS-5a69fb420c36094fa550b97985355a9861e9ce89.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@721 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/MSP430')
-rw-r--r--ports/MSP430/port.dox15
1 files changed, 12 insertions, 3 deletions
diff --git a/ports/MSP430/port.dox b/ports/MSP430/port.dox
index 15ab33da2..cf6fdd498 100644
--- a/ports/MSP430/port.dox
+++ b/ports/MSP430/port.dox
@@ -60,7 +60,7 @@
/** @} */
/**
- * @defgroup MSP430_CORE MSP430 Core Implementation
+ * @defgroup MSP430_CORE Core Port Implementation
* @{
* @brief MSP430 specific port code, structures and macros.
*
@@ -69,12 +69,21 @@
/** @} */
/**
+ * @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
*/
/** @} */