drivers: uart: stm32: make comments and options less specific

Replace specific STM32F1 references with generic STM32 ones.
Use generic names like U(S)ARTx for instances which have different
naming across STM32 families.

Signed-off-by: Ilya Tagunov <tagunil@gmail.com>
This commit is contained in:
Ilya Tagunov 2018-03-20 20:44:45 +03:00 committed by Anas Nashif
commit 84cffc7f29
2 changed files with 28 additions and 34 deletions

View file

@ -6,14 +6,8 @@
*/
/**
* @brief Driver for UART port on STM32F10x family processor.
* @brief Driver for UART port on STM32 family processor.
*
* Based on reference manual:
* STM32F101xx, STM32F102xx, STM32F103xx, STM32F105xx and STM32F107xx
* advanced ARM ® -based 32-bit MCUs
*
* Chapter 27: Universal synchronous asynchronous receiver
* transmitter (USART)
*/
#include <kernel.h>