rt-thread/bsp/stm32f0x/drivers
ItsEddy ced7d5a34f [DeviceDriver] stm32: Remove explicity clear of RXNE flag
According to STM32 Manual, the USART RXNE flag will be clear automatically after
read to the USART_DR register[1], so the call to USART_ClearITPendingBit is
unnecessary.

[1]: See RM0090 Reference Manual p.992, Bit 5
2015-04-07 21:09:22 +08:00
..
SConscript Re-normalizing the repo 2013-01-08 22:40:58 +08:00
board.c It is a big patch for stm32f0x, see the fellow : 2013-11-15 14:05:30 +08:00
board.h It is a big patch for stm32f0x, see the fellow : 2013-11-15 14:05:30 +08:00
led.c It is a big patch for stm32f0x, see the fellow : 2013-11-15 14:05:30 +08:00
led.h It is a big patch for stm32f0x, see the fellow : 2013-11-15 14:05:30 +08:00
stm32f0xx_conf.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
stm32f0xx_it.c Re-normalizing the repo 2013-01-08 22:40:58 +08:00
usart.c [DeviceDriver] stm32: Remove explicity clear of RXNE flag 2015-04-07 21:09:22 +08:00
usart.h It is a big patch for stm32f0x, see the fellow : 2013-11-15 14:05:30 +08:00