From: fanyihao@rt-thread.org
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
Yihao Fan <fanyihao@rt-thread.org>
Subject: [PATCH v2 0/3] Add STM32F4 support and USART device model
Date: Tue, 22 Jul 2025 04:11:31 +0800 [thread overview]
Message-ID: <20250721201134.13270-1-fanyihao@rt-thread.org> (raw)
From: Yihao Fan <fanyihao@rt-thread.org>
This patch series introduces basic support for the STM32F407 SoC and
a new STM32F4spark machine in QEMU, along with a USART device model.
This series includes:
- A new SoC model (STM32F407) with initial integration.
- A board model called STM32F4spark to instantiate and test the SoC.
- A USART device implementation for STM32F4xx family.
Signed-off-by: Yihao Fan <fanyihao@rt-thread.org>
Yihao Fan (3):
Add-the-stm32f407-SoC
Add the STM32F4spark Machine
Add STM32F4xx USART device model
MAINTAINERS | 16 ++
hw/arm/Kconfig | 13 ++
hw/arm/meson.build | 2 +
hw/arm/stm32f407_soc.c | 154 +++++++++++++++++++
hw/arm/stm32f4spark.c | 48 ++++++
hw/char/Kconfig | 3 +
hw/char/meson.build | 1 +
hw/char/stm32f4xx_usart.c | 236 ++++++++++++++++++++++++++++++
include/hw/arm/stm32f407_soc.h | 47 ++++++
include/hw/char/stm32f4xx_usart.h | 60 ++++++++
10 files changed, 580 insertions(+)
create mode 100644 hw/arm/stm32f407_soc.c
create mode 100644 hw/arm/stm32f4spark.c
create mode 100644 hw/char/stm32f4xx_usart.c
create mode 100644 include/hw/arm/stm32f407_soc.h
create mode 100644 include/hw/char/stm32f4xx_usart.h
--
2.43.0
next reply other threads:[~2025-07-21 20:22 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-21 20:11 fanyihao [this message]
2025-07-21 20:11 ` [PATCH v2 1/3] Add-the-stm32f407-SoC fanyihao
2025-08-15 17:56 ` Peter Maydell
2025-08-21 14:02 ` 范艺豪
2025-07-21 20:11 ` [PATCH v2 2/3] Add the STM32F4spark Machine fanyihao
2025-08-15 17:52 ` Peter Maydell
2025-08-21 14:04 ` 范艺豪
2025-07-21 20:11 ` [PATCH v2 3/3] Add STM32F4xx USART device model fanyihao
2025-08-15 17:46 ` Peter Maydell
2025-08-21 14:16 ` 范艺豪
2025-08-02 6:12 ` Re:[PATCH v2 0/3] Add STM32F4 support and " 范艺豪
2025-08-02 11:17 ` [PATCH " Peter Maydell
2025-08-04 15:31 ` fanyihao
2025-08-15 17:49 ` Peter Maydell
2025-08-21 13:45 ` 范艺豪
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250721201134.13270-1-fanyihao@rt-thread.org \
--to=fanyihao@rt-thread.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).