qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [Qemu-arm] [PATCH 4/5] misc: add pca9552 LED blinker mo


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [Qemu-arm] [PATCH 4/5] misc: add pca9552 LED blinker model
Date: Tue, 19 Sep 2017 10:27:42 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

On 09/19/2017 08:26 AM, Cédric Le Goater wrote:
Specs are available here :

   https://www.nxp.com/docs/en/data-sheet/PCA9552.pdf

This is a simple model supporting the basic registers for led and GPIO
mode. The device also supports two blinking rates but not the model
yet.

Signed-off-by: Cédric Le Goater <address@hidden>
---
  default-configs/arm-softmmu.mak |   1 +
  hw/misc/Makefile.objs           |   1 +
  hw/misc/pca9552.c               | 212 ++++++++++++++++++++++++++++++++++++++++
  include/hw/misc/pca9552.h       |  32 ++++++

I'd rather move it to hw/display/

  4 files changed, 246 insertions(+)
  create mode 100644 hw/misc/pca9552.c
  create mode 100644 include/hw/misc/pca9552.h



reply via email to

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