Re: [PATCH 6/7] hw/arm: Add the USART to the stm32l4x5 SoC

2024-03-22 Thread Peter Maydell
On Sun, 17 Mar 2024 at 10:42, Arnaud Minier wrote: > > Add the USART to the SoC and connect it to the other implemented devices. > > Signed-off-by: Arnaud Minier > Signed-off-by: Inès Varhol > @@ -143,6 +172,7 @@ static void stm32l4x5_soc_realize(DeviceState *dev_soc, > Error **errp) >

[PATCH 6/7] hw/arm: Add the USART to the stm32l4x5 SoC

2024-03-17 Thread Arnaud Minier
Add the USART to the SoC and connect it to the other implemented devices. Signed-off-by: Arnaud Minier Signed-off-by: Inès Varhol --- docs/system/arm/b-l475e-iot01a.rst | 2 +- hw/arm/Kconfig | 1 + hw/arm/stm32l4x5_soc.c | 88 +++---