Fixed some documentation tags.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4851 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
14ed8520a2
commit
3a5533560e
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file STM32/serial_lld.c
|
||||
* @file STM32/USARTv1/serial_lld.c
|
||||
* @brief STM32 low level serial driver code.
|
||||
*
|
||||
* @addtogroup SERIAL
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file STM32/serial_lld.h
|
||||
* @file STM32/USARTv1/serial_lld.h
|
||||
* @brief STM32 low level serial driver header.
|
||||
*
|
||||
* @addtogroup SERIAL
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file STM32/uart_lld.h
|
||||
* @file STM32/USARTv1/uart_lld.h
|
||||
* @brief STM32 low level UART driver header.
|
||||
*
|
||||
* @addtogroup UART
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file STM32/serial_lld.c
|
||||
* @file STM32/USARTv2/serial_lld.c
|
||||
* @brief STM32 low level serial driver code.
|
||||
*
|
||||
* @addtogroup SERIAL
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file STM32/serial_lld.h
|
||||
* @file STM32/USARTv2/serial_lld.h
|
||||
* @brief STM32 low level serial driver header.
|
||||
*
|
||||
* @addtogroup SERIAL
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file STM32/uart_lld.h
|
||||
* @file STM32/USARTv2/uart_lld.h
|
||||
* @brief STM32 low level UART driver header.
|
||||
*
|
||||
* @addtogroup UART
|
||||
|
|
|
@ -164,7 +164,8 @@
|
|||
- 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
|
||||
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 ***
|
||||
- FIX: Fixed anomaly in USB enumeration (bug 3565325)(backported to 2.4.3).
|
||||
|
|
Loading…
Reference in New Issue