Fixed some documentation tags.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4851 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
gdisirio 2012-11-30 13:22:56 +00:00
parent 14ed8520a2
commit 3a5533560e
7 changed files with 8 additions and 7 deletions

View File

@ -19,7 +19,7 @@
*/ */
/** /**
* @file STM32/serial_lld.c * @file STM32/USARTv1/serial_lld.c
* @brief STM32 low level serial driver code. * @brief STM32 low level serial driver code.
* *
* @addtogroup SERIAL * @addtogroup SERIAL

View File

@ -19,7 +19,7 @@
*/ */
/** /**
* @file STM32/serial_lld.h * @file STM32/USARTv1/serial_lld.h
* @brief STM32 low level serial driver header. * @brief STM32 low level serial driver header.
* *
* @addtogroup SERIAL * @addtogroup SERIAL

View File

@ -19,7 +19,7 @@
*/ */
/** /**
* @file STM32/uart_lld.h * @file STM32/USARTv1/uart_lld.h
* @brief STM32 low level UART driver header. * @brief STM32 low level UART driver header.
* *
* @addtogroup UART * @addtogroup UART

View File

@ -19,7 +19,7 @@
*/ */
/** /**
* @file STM32/serial_lld.c * @file STM32/USARTv2/serial_lld.c
* @brief STM32 low level serial driver code. * @brief STM32 low level serial driver code.
* *
* @addtogroup SERIAL * @addtogroup SERIAL

View File

@ -19,7 +19,7 @@
*/ */
/** /**
* @file STM32/serial_lld.h * @file STM32/USARTv2/serial_lld.h
* @brief STM32 low level serial driver header. * @brief STM32 low level serial driver header.
* *
* @addtogroup SERIAL * @addtogroup SERIAL

View File

@ -19,7 +19,7 @@
*/ */
/** /**
* @file STM32/uart_lld.h * @file STM32/USARTv2/uart_lld.h
* @brief STM32 low level UART driver header. * @brief STM32 low level UART driver header.
* *
* @addtogroup UART * @addtogroup UART

View File

@ -164,7 +164,8 @@
- CHANGE: The STM32 Serial driver has been split in two distinct versions, - CHANGE: The STM32 Serial driver has been split in two distinct versions,
one for older devices up the STM32F4xx, the other for new devices starting one for older devices up the STM32F4xx, the other for new devices starting
from the STM32F0xx. from the STM32F0xx.
(TODO: Update IAR and Keil projects because different paths). (TODO: Update IAR and Keil projects because different paths, update
documentation projects).
*** 2.5.0 *** *** 2.5.0 ***
- FIX: Fixed anomaly in USB enumeration (bug 3565325)(backported to 2.4.3). - FIX: Fixed anomaly in USB enumeration (bug 3565325)(backported to 2.4.3).