Re: [PATCH v3 0/5] hw/char: Implement the STM32L4x5 USART, UART and LPUART

2024-04-19 Thread Peter Maydell
On Fri, 5 Apr 2024 at 15:27, Peter Maydell wrote: > > On Fri, 29 Mar 2024 at 17:44, Arnaud Minier > wrote: > > > > This patch adds the STM32L4x5 USART > > (Universal Synchronous/Asynchronous Receiver/Transmitter) > > device and is part of a series implementing the > > STM32L4x5 with a few

Re: [PATCH v3 0/5] hw/char: Implement the STM32L4x5 USART, UART and LPUART

2024-04-05 Thread Peter Maydell
On Fri, 29 Mar 2024 at 17:44, Arnaud Minier wrote: > > This patch adds the STM32L4x5 USART > (Universal Synchronous/Asynchronous Receiver/Transmitter) > device and is part of a series implementing the > STM32L4x5 with a few peripherals. > > It implements the necessary functionalities to

[PATCH v3 0/5] hw/char: Implement the STM32L4x5 USART, UART and LPUART

2024-03-29 Thread Arnaud Minier
This patch adds the STM32L4x5 USART (Universal Synchronous/Asynchronous Receiver/Transmitter) device and is part of a series implementing the STM32L4x5 with a few peripherals. It implements the necessary functionalities to receive/send characters over the serial port, which are useful to