[PATCH 0/3] AVR GPIO Emulation and Arduino D13 LED

G S Niteesh Babu posted 3 patches 3 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210311135539.10206-1-niteesh.gs@gmail.com
Maintainers: Sarah Harris <S.E.Harris@kent.ac.uk>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Michael Rolnik <mrolnik@gmail.com>
hw/avr/Kconfig             |   2 +
hw/avr/arduino.c           |  15 ++++
hw/avr/atmega.c            |   7 +-
hw/avr/atmega.h            |   2 +
hw/gpio/Kconfig            |   3 +
hw/gpio/avr_gpio.c         | 148 +++++++++++++++++++++++++++++++++++++
hw/gpio/meson.build        |   1 +
hw/gpio/trace-events       |   6 ++
include/hw/gpio/avr_gpio.h |  53 +++++++++++++
9 files changed, 235 insertions(+), 2 deletions(-)
create mode 100644 hw/gpio/avr_gpio.c
create mode 100644 include/hw/gpio/avr_gpio.h
[PATCH 0/3] AVR GPIO Emulation and Arduino D13 LED
Posted by G S Niteesh Babu 3 years, 1 month ago
Hello,

The following series of the patches add a basic AVR GPIO emulation
to QEMU. The AVR GPIO emulation patch was originally written by
Heecheol Yang and was posted on the mailing list around 5 months ago.
I am re-publishing the patch with some bug fixes along with my own
patch, Adding the D13 onboard LED.

G S Niteesh Babu (2):
  hw/gpio/avr_gpio.c: add tracing for read and writes
  avr/arduino: Add D13 LED

Heecheol Yang (1):
  hw/avr: Add limited support for avr gpio registers

 hw/avr/Kconfig             |   2 +
 hw/avr/arduino.c           |  15 ++++
 hw/avr/atmega.c            |   7 +-
 hw/avr/atmega.h            |   2 +
 hw/gpio/Kconfig            |   3 +
 hw/gpio/avr_gpio.c         | 148 +++++++++++++++++++++++++++++++++++++
 hw/gpio/meson.build        |   1 +
 hw/gpio/trace-events       |   6 ++
 include/hw/gpio/avr_gpio.h |  53 +++++++++++++
 9 files changed, 235 insertions(+), 2 deletions(-)
 create mode 100644 hw/gpio/avr_gpio.c
 create mode 100644 include/hw/gpio/avr_gpio.h

-- 
2.17.1


Re: [PATCH 0/3] AVR GPIO Emulation and Arduino D13 LED
Posted by Michael Rolnik 3 years, 1 month ago
Reviewed-by: Michael Rolnik <mrolnik@gmail.com>

On Thu, Mar 11, 2021 at 3:55 PM G S Niteesh Babu <niteesh.gs@gmail.com>
wrote:

> Hello,
>
> The following series of the patches add a basic AVR GPIO emulation
> to QEMU. The AVR GPIO emulation patch was originally written by
> Heecheol Yang and was posted on the mailing list around 5 months ago.
> I am re-publishing the patch with some bug fixes along with my own
> patch, Adding the D13 onboard LED.
>
> G S Niteesh Babu (2):
>   hw/gpio/avr_gpio.c: add tracing for read and writes
>   avr/arduino: Add D13 LED
>
> Heecheol Yang (1):
>   hw/avr: Add limited support for avr gpio registers
>
>  hw/avr/Kconfig             |   2 +
>  hw/avr/arduino.c           |  15 ++++
>  hw/avr/atmega.c            |   7 +-
>  hw/avr/atmega.h            |   2 +
>  hw/gpio/Kconfig            |   3 +
>  hw/gpio/avr_gpio.c         | 148 +++++++++++++++++++++++++++++++++++++
>  hw/gpio/meson.build        |   1 +
>  hw/gpio/trace-events       |   6 ++
>  include/hw/gpio/avr_gpio.h |  53 +++++++++++++
>  9 files changed, 235 insertions(+), 2 deletions(-)
>  create mode 100644 hw/gpio/avr_gpio.c
>  create mode 100644 include/hw/gpio/avr_gpio.h
>
> --
> 2.17.1
>
>

-- 
Best Regards,
Michael Rolnik