diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-30 09:09:48 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-30 09:09:48 +0000 |
commit | ea88c85382def65d870706b593f095d8ba1d76bd (patch) | |
tree | ed38ad122fe941bd83b3822cff1eafd49db38062 /os/io | |
parent | 7e8248b04b7a8b818bfe4d194472b9575bedacac (diff) | |
download | ChibiOS-ea88c85382def65d870706b593f095d8ba1d76bd.tar.gz ChibiOS-ea88c85382def65d870706b593f095d8ba1d76bd.tar.bz2 ChibiOS-ea88c85382def65d870706b593f095d8ba1d76bd.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1139 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/io')
-rw-r--r-- | os/io/io.dox | 4 | ||||
-rw-r--r-- | os/io/platforms/STM32/pal_lld.c | 4 | ||||
-rw-r--r-- | os/io/platforms/STM32/pal_lld.h | 4 | ||||
-rw-r--r-- | os/io/platforms/STM32/stm32_can.c | 4 | ||||
-rw-r--r-- | os/io/platforms/STM32/stm32_can.h | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/os/io/io.dox b/os/io/io.dox index aec740168..e6cb5b661 100644 --- a/os/io/io.dox +++ b/os/io/io.dox @@ -107,7 +107,7 @@ */
/**
- * @defgroup PAL_LLD PAL Low Level Driver template
+ * @defgroup PAL_LLD PAL Low Level Driver Template
* @brief @ref PAL low level driver template.
* @details This file is a template for an I/O port low level driver.
*
@@ -129,7 +129,7 @@ */
/**
- * @defgroup SERIAL_LLD Serial Low Level Driver template
+ * @defgroup SERIAL_LLD Serial Low Level Driver Template
* @brief @ref SERIAL low level driver template.
* @details This file is a template for a serial low level driver.
*
diff --git a/os/io/platforms/STM32/pal_lld.c b/os/io/platforms/STM32/pal_lld.c index c50efadc0..154fbf4a7 100644 --- a/os/io/platforms/STM32/pal_lld.c +++ b/os/io/platforms/STM32/pal_lld.c @@ -18,9 +18,9 @@ */
/**
- * @file STM32F103/pal_lld.c
+ * @file STM32/pal_lld.c
* @brief STM32 GPIO low level driver code
- * @addtogroup STM32F103_PAL
+ * @addtogroup STM32_PAL
* @{
*/
diff --git a/os/io/platforms/STM32/pal_lld.h b/os/io/platforms/STM32/pal_lld.h index c1c65f85f..9c234cac3 100644 --- a/os/io/platforms/STM32/pal_lld.h +++ b/os/io/platforms/STM32/pal_lld.h @@ -18,9 +18,9 @@ */
/**
- * @file STM32F103/pal_lld.h
+ * @file STM32/pal_lld.h
* @brief STM32 GPIO low level driver header
- * @addtogroup STM32F103_PAL
+ * @addtogroup STM32_PAL
* @{
*/
diff --git a/os/io/platforms/STM32/stm32_can.c b/os/io/platforms/STM32/stm32_can.c index d97855a71..7f489ce25 100644 --- a/os/io/platforms/STM32/stm32_can.c +++ b/os/io/platforms/STM32/stm32_can.c @@ -18,9 +18,9 @@ */
/**
- * @file STM32F103/stm32_can.c
+ * @file STM32/stm32_can.c
* @brief STM32 CAN driver code
- * @addtogroup STM32F103_CAN
+ * @addtogroup STM32_CAN
* @{
*/
diff --git a/os/io/platforms/STM32/stm32_can.h b/os/io/platforms/STM32/stm32_can.h index a124f7cdd..edfdc0241 100644 --- a/os/io/platforms/STM32/stm32_can.h +++ b/os/io/platforms/STM32/stm32_can.h @@ -18,9 +18,9 @@ */
/**
- * @file STM32F103/stm32_can.h
+ * @file STM32/stm32_can.h
* @brief STM32 CAN driver header file
- * @addtogroup STM32F103_CAN
+ * @addtogroup STM32_CAN
* @{
*/
|