Re: [PATCH 3/7] hw/char/stm32l4x5_usart: Add USART, UART, LPUART types

2024-03-22 Thread Peter Maydell
On Sun, 17 Mar 2024 at 10:41, Arnaud Minier wrote: > > Create different types for the USART, UART and LPUART of the STM32L4x5 > to deduplicate code and enable the implementation of different > behaviors depending on the type. > > Signed-off-by: Arnaud Minier > Signed-off-by: Inès Varhol > --- >

[PATCH 3/7] hw/char/stm32l4x5_usart: Add USART, UART, LPUART types

2024-03-17 Thread Arnaud Minier
Create different types for the USART, UART and LPUART of the STM32L4x5 to deduplicate code and enable the implementation of different behaviors depending on the type. Signed-off-by: Arnaud Minier Signed-off-by: Inès Varhol --- hw/char/stm32l4x5_usart.c | 113