aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-09 07:19:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-09 07:19:41 +0000
commit2bbff3550ae8da2da5b83fcbd551a000192767b0 (patch)
treefb28e3155f4bfde74337259c4bd2b192bb9bdfee
parent7c88d27c820914b06b831ebb2dfba43cf93840ff (diff)
downloadChibiOS-2bbff3550ae8da2da5b83fcbd551a000192767b0.tar.gz
ChibiOS-2bbff3550ae8da2da5b83fcbd551a000192767b0.tar.bz2
ChibiOS-2bbff3550ae8da2da5b83fcbd551a000192767b0.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4642 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/platforms/STM32/USBv1/usb_lld.c2
-rw-r--r--os/hal/platforms/STM32/ext_lld.h4
-rw-r--r--os/hal/platforms/STM32/i2s_lld.c2
-rw-r--r--os/hal/platforms/STM32/i2s_lld.h2
-rw-r--r--os/hal/platforms/STM32/icu_lld.h4
-rw-r--r--os/hal/platforms/STM32F1xx/stm32_isr.h2
6 files changed, 7 insertions, 9 deletions
diff --git a/os/hal/platforms/STM32/USBv1/usb_lld.c b/os/hal/platforms/STM32/USBv1/usb_lld.c
index 1e35336df..aacdbfbf6 100644
--- a/os/hal/platforms/STM32/USBv1/usb_lld.c
+++ b/os/hal/platforms/STM32/USBv1/usb_lld.c
@@ -707,8 +707,6 @@ void usb_lld_prepare_receive(USBDriver *usbp, usbep_t ep) {
*
* @param[in] usbp pointer to the @p USBDriver object
* @param[in] ep endpoint number
- * @param[in] buf buffer where to fetch the data to be transmitted
- * @param[in] n maximum number of bytes to copy
*
* @notapi
*/
diff --git a/os/hal/platforms/STM32/ext_lld.h b/os/hal/platforms/STM32/ext_lld.h
index d36a866f6..5d23b3dcb 100644
--- a/os/hal/platforms/STM32/ext_lld.h
+++ b/os/hal/platforms/STM32/ext_lld.h
@@ -49,8 +49,8 @@
* @name STM32-specific EXT channel modes
* @{
*/
-#define EXT_MODE_GPIO_MASK 0xF0 /**< @bried Port field mask. */
-#define EXT_MODE_GPIO_OFF 4 /**< @bried Port field offset. */
+#define EXT_MODE_GPIO_MASK 0xF0 /**< @brief Port field mask. */
+#define EXT_MODE_GPIO_OFF 4 /**< @brief Port field offset. */
#define EXT_MODE_GPIOA 0x00 /**< @brief GPIOA identifier. */
#define EXT_MODE_GPIOB 0x10 /**< @brief GPIOB identifier. */
#define EXT_MODE_GPIOC 0x20 /**< @brief GPIOC identifier. */
diff --git a/os/hal/platforms/STM32/i2s_lld.c b/os/hal/platforms/STM32/i2s_lld.c
index 692988385..b052fa024 100644
--- a/os/hal/platforms/STM32/i2s_lld.c
+++ b/os/hal/platforms/STM32/i2s_lld.c
@@ -19,7 +19,7 @@
*/
/**
- * @file templates/i2s_lld.c
+ * @file STM32/i2s_lld.c
* @brief I2S Driver subsystem low level driver source template.
*
* @addtogroup I2S
diff --git a/os/hal/platforms/STM32/i2s_lld.h b/os/hal/platforms/STM32/i2s_lld.h
index 93880e3d3..44d33ab27 100644
--- a/os/hal/platforms/STM32/i2s_lld.h
+++ b/os/hal/platforms/STM32/i2s_lld.h
@@ -19,7 +19,7 @@
*/
/**
- * @file templates/i2s_lld.h
+ * @file STM32/i2s_lld.h
* @brief I2S Driver subsystem low level driver header template.
*
* @addtogroup I2S
diff --git a/os/hal/platforms/STM32/icu_lld.h b/os/hal/platforms/STM32/icu_lld.h
index faa592ede..6469037aa 100644
--- a/os/hal/platforms/STM32/icu_lld.h
+++ b/os/hal/platforms/STM32/icu_lld.h
@@ -294,11 +294,11 @@ struct ICUDriver {
*/
stm32_tim_t *tim;
/**
- * @bried CCR register used for width capture.
+ * @brief CCR register used for width capture.
*/
volatile uint32_t *wccrp;
/**
- * @bried CCR register used for period capture.
+ * @brief CCR register used for period capture.
*/
volatile uint32_t *pccrp;
};
diff --git a/os/hal/platforms/STM32F1xx/stm32_isr.h b/os/hal/platforms/STM32F1xx/stm32_isr.h
index d9e634f0a..940ade289 100644
--- a/os/hal/platforms/STM32F1xx/stm32_isr.h
+++ b/os/hal/platforms/STM32F1xx/stm32_isr.h
@@ -19,7 +19,7 @@
*/
/**
- * @file STM3F1xx/stm32_isr.h
+ * @file STM32F1xx/stm32_isr.h
* @brief ISR remapper driver header.
*
* @addtogroup STM32F1xx_ISR