qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 0/2] Implement something


From: Evgeny Ermakov
Subject: Re: [PATCH 0/2] Implement something
Date: Wed, 30 Nov 2022 15:17:07 +1100

Evgeny Ermakov <evgeny.v.ermakov@gmail.com> writes:

Oops, sorry. Ignore this, I sent it by mistake.

> Hello!
>
> Evgeny Ermakov (2):
>   hw/char: Add STM32F7 peripheral: USART
>   hw/input: Add FT5336 touch controller
>
>  include/hw/char/stm32f7xx_usart.h |  30 +++
>  include/hw/input/ft5336.h         |  14 ++
>  hw/char/stm32f7xx_usart.c         | 361 ++++++++++++++++++++++++++++++
>  hw/input/ft5336.c                 | 357 +++++++++++++++++++++++++++++
>  hw/arm/Kconfig                    |   1 +
>  hw/char/Kconfig                   |   3 +
>  hw/char/meson.build               |   1 +
>  hw/char/trace-events              |   4 +
>  hw/input/Kconfig                  |   4 +
>  hw/input/meson.build              |   2 +
>  10 files changed, 777 insertions(+)
>  create mode 100644 include/hw/char/stm32f7xx_usart.h
>  create mode 100644 include/hw/input/ft5336.h
>  create mode 100644 hw/char/stm32f7xx_usart.c
>  create mode 100644 hw/input/ft5336.c
>
> -- 
> 2.38.1



reply via email to

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