Re: [PATCH v2 2/6] hw/char: Implement STM32L4x5 USART skeleton

2024-03-28 Thread Peter Maydell
On Sun, 24 Mar 2024 at 16:56, Arnaud Minier wrote: > > Add the basic infrastructure (register read/write, type...) > to implement the STM32L4x5 USART. > > Also create different types for the USART, UART and LPUART > of the STM32L4x5 to deduplicate code and enable the > implementation of different

[PATCH v2 2/6] hw/char: Implement STM32L4x5 USART skeleton

2024-03-24 Thread Arnaud Minier
Add the basic infrastructure (register read/write, type...) to implement the STM32L4x5 USART. Also 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