Re: [PATCH v2 05/11] MAX78000: Add UART to SOC

2025-07-03 Thread Peter Maydell
On Thu, 19 Jun 2025 at 00:06, Jackson Donaldson wrote: > > This commit adds UART to max78000_soc > > Signed-off-by: Jackson Donaldson > --- > hw/arm/max78000_soc.c | 28 > include/hw/arm/max78000_soc.h | 3 +++ > 2 files changed, 27 insertions(+), 4 deletion

[PATCH v2 05/11] MAX78000: Add UART to SOC

2025-06-18 Thread Jackson Donaldson
This commit adds UART to max78000_soc Signed-off-by: Jackson Donaldson --- hw/arm/max78000_soc.c | 28 include/hw/arm/max78000_soc.h | 3 +++ 2 files changed, 27 insertions(+), 4 deletions(-) diff --git a/hw/arm/max78000_soc.c b/hw/arm/max78000_soc.c index