diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/platforms/LPC111x/hal_lld.c | 6 | ||||
-rw-r--r-- | os/hal/platforms/LPC111x/hal_lld.h | 4 | ||||
-rw-r--r-- | os/hal/platforms/LPC111x/pal_lld.c | 6 | ||||
-rw-r--r-- | os/hal/platforms/STM32/platform.dox | 2 | ||||
-rw-r--r-- | os/ports/GCC/ARMCMx/LPC111x/cmparams.h | 4 | ||||
-rw-r--r-- | os/ports/GCC/ARMCMx/STM32F10x/cmparams.h | 4 |
6 files changed, 13 insertions, 13 deletions
diff --git a/os/hal/platforms/LPC111x/hal_lld.c b/os/hal/platforms/LPC111x/hal_lld.c index 52698bb50..976fed23b 100644 --- a/os/hal/platforms/LPC111x/hal_lld.c +++ b/os/hal/platforms/LPC111x/hal_lld.c @@ -18,10 +18,10 @@ */
/**
- * @file LPC11xx/hal_lld.c
- * @brief LPC11xx HAL subsystem low level driver source.
+ * @file LPC111x/hal_lld.c
+ * @brief LPC111x HAL subsystem low level driver source.
*
- * @addtogroup LPC11xx_HAL
+ * @addtogroup LPC111x_HAL
* @{
*/
diff --git a/os/hal/platforms/LPC111x/hal_lld.h b/os/hal/platforms/LPC111x/hal_lld.h index 05868ffff..f63078422 100644 --- a/os/hal/platforms/LPC111x/hal_lld.h +++ b/os/hal/platforms/LPC111x/hal_lld.h @@ -18,10 +18,10 @@ */
/**
- * @file LPC11xx/hal_lld.h
+ * @file LPC111x/hal_lld.h
* @brief HAL subsystem low level driver header template.
*
- * @addtogroup LPC11xx_HAL
+ * @addtogroup LPC111x_HAL
* @{
*/
diff --git a/os/hal/platforms/LPC111x/pal_lld.c b/os/hal/platforms/LPC111x/pal_lld.c index 5d2c56fe5..2054cd271 100644 --- a/os/hal/platforms/LPC111x/pal_lld.c +++ b/os/hal/platforms/LPC111x/pal_lld.c @@ -18,10 +18,10 @@ */
/**
- * @file templates/pal_lld.c
- * @brief PAL subsystem low level driver template.
+ * @file LPC111x/pal_lld.c
+ * @brief LPC111x GPIO low level driver code.
*
- * @addtogroup PAL_LLD
+ * @addtogroup LPC111x_PAL
* @{
*/
diff --git a/os/hal/platforms/STM32/platform.dox b/os/hal/platforms/STM32/platform.dox index 0eae343e2..3afdf9b70 100644 --- a/os/hal/platforms/STM32/platform.dox +++ b/os/hal/platforms/STM32/platform.dox @@ -30,7 +30,7 @@ * - A demo supporting the kernel test suite.
* - A demo that demonstrate the FatFs use with the MMC driver.
* .
- * @ingroup ARMCM3
+ * @ingroup ARMCMx
*/
/**
diff --git a/os/ports/GCC/ARMCMx/LPC111x/cmparams.h b/os/ports/GCC/ARMCMx/LPC111x/cmparams.h index 33de7b0f8..13fd86202 100644 --- a/os/ports/GCC/ARMCMx/LPC111x/cmparams.h +++ b/os/ports/GCC/ARMCMx/LPC111x/cmparams.h @@ -19,9 +19,9 @@ /**
* @file ARMCMx/LPC111x/cmparams.h
- * @brief ARM Cortex-M0 LPC111x specific parameters.
+ * @brief ARM Cortex-M0 LPC111x Specific Parameters.
*
- * @defgroup ARMCMx_LPC111x LPC111x specific parameters
+ * @defgroup ARMCMx_LPC111x LPC111x Specific Parameters
* @ingroup ARMCMx
* @details This file contains the Cortex-M0 specific parameters for the
* LPC111x platform.
diff --git a/os/ports/GCC/ARMCMx/STM32F10x/cmparams.h b/os/ports/GCC/ARMCMx/STM32F10x/cmparams.h index 902753f83..211e09d48 100644 --- a/os/ports/GCC/ARMCMx/STM32F10x/cmparams.h +++ b/os/ports/GCC/ARMCMx/STM32F10x/cmparams.h @@ -19,9 +19,9 @@ /**
* @file ARMCMx/STM32F10x/cmparams.h
- * @brief ARM Cortex-M3 STM32F10x specific parameters.
+ * @brief ARM Cortex-M3 STM32F10x Specific Parameters.
*
- * @defgroup ARMCMx_STM32F10x STM32F10x specific parameters
+ * @defgroup ARMCMx_STM32F10x STM32F10x Specific Parameters
* @ingroup ARMCMx
* @details This file contains the Cortex-M3 specific parameters for the
* STM32F10x platform.
|