Re: [PATCH 5/8] tiva c watchdog timers implementation

2023-06-08 Thread Peter Maydell
On Wed, 17 May 2023 at 09:14, Mohamed ElSayed wrote: > > Signed-off-by: Mohamed ElSayed > --- > hw/watchdog/tm4c123_watchdog.c | 297 + > hw/watchdog/trace-events | 3 + > include/hw/watchdog/tm4c123_watchdog.h | 97 > 3 files changed, 39

[PATCH 5/8] tiva c watchdog timers implementation

2023-05-17 Thread Mohamed ElSayed
Signed-off-by: Mohamed ElSayed --- hw/watchdog/tm4c123_watchdog.c | 297 + hw/watchdog/trace-events | 3 + include/hw/watchdog/tm4c123_watchdog.h | 97 3 files changed, 397 insertions(+) create mode 100644 hw/watchdog/tm4c123_watchdog.c