On Sat, 12 Jul 2025 at 17:04, 范艺豪 <fanyi...@rt-thread.org> wrote:
>
> This will be used by the RT-Spark to create a machine.
> Subject: [PATCH v1] Add the stm32f407 SoC
>
> Signed-off-by: Yihao Fan <fanyi...@rt-thread.org>
> ---
>  MAINTAINERS                    |   7 ++
>  hw/arm/Kconfig                 |   6 ++
>  hw/arm/meson.build             |   1 +
>  hw/arm/stm32f407_soc.c         | 130 +++++++++++++++++++++++++++++++++
>  include/hw/arm/stm32f407_soc.h |  32 +++++++++++
>  5 files changed, 217 insertions(+)
>  create mode 100644 hw/arm/stm32f407_soc.c
>  create mode 100644 include/hw/arm/stm32f407_soc.h

Hi; thanks for this patch. As this is a patch for a new
SoC, you should submit it as part of the patch series
which adds also the board model that uses it.

You also seem to have sent this patch as an HTML format
email; please use plain text for sending mails to the
mailing list, and especially for patch mails. You may
find that using tooling like git send-email gives better
results than using a normal mail client for sending patches.

https://www.qemu.org/docs/master/devel/submitting-a-patch.html
has some information and resources on this kind of
admin detail.

thanks
-- PMM

Reply via email to