From: G S Niteesh Babu <niteesh.gs@gmail.com>
To: qemu-devel@nongnu.org
Cc: S.E.Harris@kent.ac.uk, mrolnik@gmail.com, f4bug@amsat.org,
G S Niteesh Babu <niteesh.gs@gmail.com>
Subject: [PATCH 0/3] AVR GPIO Emulation and Arduino D13 LED
Date: Thu, 11 Mar 2021 19:25:36 +0530 [thread overview]
Message-ID: <20210311135539.10206-1-niteesh.gs@gmail.com> (raw)
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
next reply other threads:[~2021-03-11 14:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-11 13:55 G S Niteesh Babu [this message]
2021-03-11 13:55 ` [PATCH 1/3] hw/avr: Add limited support for avr gpio registers G S Niteesh Babu
2021-03-11 13:55 ` [PATCH 2/3] hw/gpio/avr_gpio.c: add tracing for read and writes G S Niteesh Babu
2021-03-13 15:41 ` Philippe Mathieu-Daudé
2021-03-11 13:55 ` [PATCH 3/3] avr/arduino: Add D13 LED G S Niteesh Babu
2021-03-13 15:10 ` Philippe Mathieu-Daudé
2021-03-11 18:57 ` [PATCH 0/3] AVR GPIO Emulation and Arduino " Michael Rolnik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210311135539.10206-1-niteesh.gs@gmail.com \
--to=niteesh.gs@gmail.com \
--cc=S.E.Harris@kent.ac.uk \
--cc=f4bug@amsat.org \
--cc=mrolnik@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).