1. 24 4月, 2015 4 次提交
  2. 23 4月, 2015 1 次提交
  3. 22 4月, 2015 3 次提交
  4. 17 4月, 2015 2 次提交
  5. 16 4月, 2015 8 次提交
  6. 15 4月, 2015 4 次提交
  7. 14 4月, 2015 4 次提交
  8. 11 4月, 2015 2 次提交
  9. 10 4月, 2015 4 次提交
  10. 09 4月, 2015 1 次提交
  11. 08 4月, 2015 6 次提交
  12. 07 4月, 2015 1 次提交
    • I
      [DeviceDriver] stm32: Remove explicity clear of RXNE flag · ced7d5a3
      ItsEddy 提交于
      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
      ced7d5a3