On Mon, 30 Oct 2023 at 15:15, Hans-Erik Floryd
wrote:
>
> Generate interrupt if either of the TXE, TC or RXNE bits are active
> and the corresponding interrupt enable bit is set.
>
> v3:
> - Drop patch "hw/char/stm32f2xx_usart: Update IRQ when SR is read" as
>it is not required
Applied to ta
Generate interrupt if either of the TXE, TC or RXNE bits are active
and the corresponding interrupt enable bit is set.
v3:
- Drop patch "hw/char/stm32f2xx_usart: Update IRQ when SR is read" as
it is not required
Hans-Erik Floryd (3):
hw/char/stm32f2xx_usart: Extract common IRQ update code t