Re: [PATCH 3/6] MAX78000 UART implementation

2025-06-13 Thread Peter Maydell
On Sat, 10 May 2025 at 07:57, wrote: > > This patch implements UART support for the MAX78000 SOC > > Signed-off-by: Jackson Donaldson > --- > hw/arm/Kconfig | 1 + > hw/arm/max78000_soc.c | 27 +++- > hw/char/Kconfig | 3 + > hw/char/max78000_uart.

[PATCH 3/6] MAX78000 UART implementation

2025-05-09 Thread jcksn
This patch implements UART support for the MAX78000 SOC Signed-off-by: Jackson Donaldson --- hw/arm/Kconfig | 1 + hw/arm/max78000_soc.c | 27 +++- hw/char/Kconfig | 3 + hw/char/max78000_uart.c | 263 hw/ch