diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-20 11:15:24 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-20 11:15:24 +0000 |
commit | 8ce831d013cd306b24c3e6eca4c1efec28469f5b (patch) | |
tree | ebbacbe6d0238794cefa78fa9935ece975872b10 /os/ports/GCC/MSP430 | |
parent | f7117a6201769d9d10c59415bf93f7948a2703ae (diff) | |
download | ChibiOS-8ce831d013cd306b24c3e6eca4c1efec28469f5b.tar.gz ChibiOS-8ce831d013cd306b24c3e6eca4c1efec28469f5b.tar.bz2 ChibiOS-8ce831d013cd306b24c3e6eca4c1efec28469f5b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1087 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/MSP430')
-rw-r--r-- | os/ports/GCC/MSP430/chcore.c | 2 | ||||
-rw-r--r-- | os/ports/GCC/MSP430/chcore.h | 2 | ||||
-rw-r--r-- | os/ports/GCC/MSP430/chtypes.h | 2 | ||||
-rw-r--r-- | os/ports/GCC/MSP430/msp430_serial.c | 2 | ||||
-rw-r--r-- | os/ports/GCC/MSP430/msp430_serial.h | 2 | ||||
-rw-r--r-- | os/ports/GCC/MSP430/pal_lld.c | 2 | ||||
-rw-r--r-- | os/ports/GCC/MSP430/pal_lld.h | 2 | ||||
-rw-r--r-- | os/ports/GCC/MSP430/port.dox | 3 |
8 files changed, 10 insertions, 7 deletions
diff --git a/os/ports/GCC/MSP430/chcore.c b/os/ports/GCC/MSP430/chcore.c index 45d52726a..374bec9a6 100644 --- a/os/ports/GCC/MSP430/chcore.c +++ b/os/ports/GCC/MSP430/chcore.c @@ -18,7 +18,7 @@ */
/**
- * @file ports/MSP430/chcore.c
+ * @file MSP430/chcore.c
* @brief MSP430 architecture port code.
* @addtogroup MSP430_CORE
* @{
diff --git a/os/ports/GCC/MSP430/chcore.h b/os/ports/GCC/MSP430/chcore.h index 313108cde..f903a116a 100644 --- a/os/ports/GCC/MSP430/chcore.h +++ b/os/ports/GCC/MSP430/chcore.h @@ -18,7 +18,7 @@ */
/**
- * @file ports/MSP430/chcore.h
+ * @file MSP430/chcore.h
* @brief MSP430 architecture port macros and structures.
* @addtogroup MSP430_CORE
* @{
diff --git a/os/ports/GCC/MSP430/chtypes.h b/os/ports/GCC/MSP430/chtypes.h index f8d7c944a..f273d81ab 100644 --- a/os/ports/GCC/MSP430/chtypes.h +++ b/os/ports/GCC/MSP430/chtypes.h @@ -18,7 +18,7 @@ */
/**
- * @file ports/MSP430/chtypes.h
+ * @file MSP430/chtypes.h
* @brief MSP430 architecture port system types.
* @addtogroup MSP430_CORE
* @{
diff --git a/os/ports/GCC/MSP430/msp430_serial.c b/os/ports/GCC/MSP430/msp430_serial.c index 69351b19d..a7da03c60 100644 --- a/os/ports/GCC/MSP430/msp430_serial.c +++ b/os/ports/GCC/MSP430/msp430_serial.c @@ -18,7 +18,7 @@ */
/**
- * @file ports/MSP430/msp430_serial.c
+ * @file MSP430/msp430_serial.c
* @brief MSP430 Serial driver code.
* @addtogroup MSP430_SERIAL
* @{
diff --git a/os/ports/GCC/MSP430/msp430_serial.h b/os/ports/GCC/MSP430/msp430_serial.h index 2195a6869..487dc22ec 100644 --- a/os/ports/GCC/MSP430/msp430_serial.h +++ b/os/ports/GCC/MSP430/msp430_serial.h @@ -18,7 +18,7 @@ */
/**
- * @file ports/MSP430/msp430_serial.h
+ * @file MSP430/msp430_serial.h
* @brief MSP430 Serial driver macros and structures.
* @addtogroup MSP430_SERIAL
* @{
diff --git a/os/ports/GCC/MSP430/pal_lld.c b/os/ports/GCC/MSP430/pal_lld.c index ae9e3809b..885a58dbc 100644 --- a/os/ports/GCC/MSP430/pal_lld.c +++ b/os/ports/GCC/MSP430/pal_lld.c @@ -18,7 +18,7 @@ */
/**
- * @file os/ports/GCC/MSP430/pal_lld.c
+ * @file MSP430/pal_lld.c
* @brief MSP430 Digital I/O low level driver code
* @addtogroup MSP430_PAL
* @{
diff --git a/os/ports/GCC/MSP430/pal_lld.h b/os/ports/GCC/MSP430/pal_lld.h index 468809d51..94407a849 100644 --- a/os/ports/GCC/MSP430/pal_lld.h +++ b/os/ports/GCC/MSP430/pal_lld.h @@ -18,7 +18,7 @@ */
/**
- * @file os/ports/GCC/MSP430/pal_lld.h
+ * @file MSP430/pal_lld.h
* @brief MSP430 Digital I/O low level driver header
* @addtogroup MSP430_PAL
* @{
diff --git a/os/ports/GCC/MSP430/port.dox b/os/ports/GCC/MSP430/port.dox index 1d0216d3c..232053f06 100644 --- a/os/ports/GCC/MSP430/port.dox +++ b/os/ports/GCC/MSP430/port.dox @@ -79,6 +79,9 @@ * @brief MSP430 specific port code, structures and macros.
*
* @ingroup MSP430
+ * @file MSP430/chtypes.h Port types.
+ * @file MSP430/chcore.h Port related structures and macros.
+ * @file MSP430/chcore.c Port related code.
*/
/**
|