[PATCH 0/2] Implement something

Evgeny Ermakov posted 2 patches 1 year, 4 months ago
Failed in applying to current master (apply log)
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
[PATCH 0/2] Implement something
Posted by Evgeny Ermakov 1 year, 4 months ago
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
Re: [PATCH 0/2] Implement something
Posted by Evgeny Ermakov 1 year, 4 months ago
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