diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-02 20:28:22 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-02 20:28:22 +0000 |
commit | 20bf146ed82de1415d7a2de5dc60442c5405a850 (patch) | |
tree | 6151e3b90c1ee326ab9923d810157638d1ecb4be /os/hal | |
parent | 8400c8e42e3644eec40ec85703cedabae6fd986e (diff) | |
download | ChibiOS-20bf146ed82de1415d7a2de5dc60442c5405a850.tar.gz ChibiOS-20bf146ed82de1415d7a2de5dc60442c5405a850.tar.bz2 ChibiOS-20bf146ed82de1415d7a2de5dc60442c5405a850.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1372 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/MSP430/platform.dox | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/os/hal/platforms/MSP430/platform.dox b/os/hal/platforms/MSP430/platform.dox index 22f404ddb..f577bdf21 100644 --- a/os/hal/platforms/MSP430/platform.dox +++ b/os/hal/platforms/MSP430/platform.dox @@ -25,6 +25,13 @@ */
/**
+ * @defgroup MSP430_HAL MSP430 HAL Support
+ * @brief HAL support.
+ *
+ * @ingroup MSP430_DRIVERS
+ */
+
+/**
* @defgroup MSP430_PAL MSP430 I/O Ports Support
* @brief I/O Ports peripherals support.
* @details This module supports the MSP430 Digital I/O controller. The
|