Message ID | 20240329174402.60382-1-arnaud.minier@telecom-paris.fr (mailing list archive) |
---|---|
Headers | show |
Series | hw/char: Implement the STM32L4x5 USART, UART and LPUART | expand |
On Fri, 29 Mar 2024 at 17:44, Arnaud Minier <arnaud.minier@telecom-paris.fr> 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 receive/send > characters over the serial port, which are useful to > communicate with the program currently running. All the patches here are reviewed, so once we reopen for the 9.1 release (in another two or three weeks) it should be ready to go in. I'll keep it on my list to apply once I start collecting 9.1 patchsets. thanks -- PMM
On Fri, 5 Apr 2024 at 15:27, Peter Maydell <peter.maydell@linaro.org> wrote: > > On Fri, 29 Mar 2024 at 17:44, Arnaud Minier > <arnaud.minier@telecom-paris.fr> 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 receive/send > > characters over the serial port, which are useful to > > communicate with the program currently running. > > All the patches here are reviewed, so once we reopen > for the 9.1 release (in another two or three weeks) it > should be ready to go in. I'll keep it on my list to apply > once I start collecting 9.1 patchsets. I've now applied this to target-arm.next for 9.1; thanks. -- PMM