All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Implement something
@ 2022-11-30  4:12 Evgeny Ermakov
  2022-11-30  4:12 ` [PATCH 1/2] hw/char: Add STM32F7 peripheral: USART Evgeny Ermakov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Evgeny Ermakov @ 2022-11-30  4:12 UTC (permalink / raw)
  To: qemu-devel, Evgeny Ermakov

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-30  4:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-30  4:12 [PATCH 0/2] Implement something Evgeny Ermakov
2022-11-30  4:12 ` [PATCH 1/2] hw/char: Add STM32F7 peripheral: USART Evgeny Ermakov
2022-11-30  4:12 ` [PATCH 2/2] hw/input: Add FT5336 touch controller Evgeny Ermakov
2022-11-30  4:17 ` [PATCH 0/2] Implement something Evgeny Ermakov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.