Re: [PATCH v2 1/2] hw/arm: Add support for stm32g000 SoC family

2024-03-22 Thread Peter Maydell
On Wed, 20 Mar 2024 at 20:21, Felipe Balbi wrote: > > Minimal support with USARTs and SPIs working. This SoC will be used to > create and nucleo-g071rb board. > > Signed-off-by: Felipe Balbi > --- > > Changes since v1: > - Convert tabs to spaces (checkpatch.pl) > - Correct lines longer th

Re: [PATCH v2 1/2] hw/arm: Add support for stm32g000 SoC family

2024-03-22 Thread Peter Maydell
On Wed, 20 Mar 2024 at 20:21, Felipe Balbi wrote: > > Minimal support with USARTs and SPIs working. This SoC will be used to > create and nucleo-g071rb board. > > Signed-off-by: Felipe Balbi Hi; thanks for this patchset, it looks pretty good, so I think my review comments are mostly going to be

[PATCH v2 1/2] hw/arm: Add support for stm32g000 SoC family

2024-03-20 Thread Felipe Balbi
Minimal support with USARTs and SPIs working. This SoC will be used to create and nucleo-g071rb board. Signed-off-by: Felipe Balbi --- Changes since v1: - Convert tabs to spaces (checkpatch.pl) - Correct lines longer than 80 characters (checkpatch.pl) - Correct num-prio-bits (Samuel