qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v39 12/22] target/avr: Add limited support for USART peripher


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v39 12/22] target/avr: Add limited support for USART peripheral
Date: Fri, 20 Dec 2019 16:56:36 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2

On 12/18/19 10:03 PM, Michael Rolnik wrote:
These were designed to facilitate testing but should provide enough function to 
be useful in other contexts.
Only a subset of the functions of each peripheral is implemented, mainly due to 
the lack of a standard way to handle electrical connections (like GPIO pins).

Signed-off-by: Sarah Harris <address@hidden>
---
  include/hw/char/avr_usart.h |  93 +++++++++++
  hw/char/avr_usart.c         | 320 ++++++++++++++++++++++++++++++++++++
  hw/char/Kconfig             |   3 +
  hw/char/Makefile.objs       |   1 +
  4 files changed, 417 insertions(+)
  create mode 100644 include/hw/char/avr_usart.h
  create mode 100644 hw/char/avr_usart.c

Note in patch subject (also the next patches:timers, intc, sample board) are not "target/avr" but "hw/avr".




reply via email to

[Prev in Thread] Current Thread [Next in Thread]