On Tue, 8 Jun 2021 at 17:10, Alexandre Iooss <erdn...@crans.org> wrote: > > This is a Cortex-M3 based machine. Information can be found at: > https://www.st.com/en/evaluation-tools/stm32vldiscovery.html > > Signed-off-by: Alexandre Iooss <erdn...@crans.org>
The commit message says this is Cortex-M3 based, but the code gives it a Cortex-M4. Which is correct? > --- > MAINTAINERS | 6 +++ > default-configs/devices/arm-softmmu.mak | 1 + > hw/arm/Kconfig | 4 ++ > hw/arm/meson.build | 1 + > hw/arm/stm32vldiscovery.c | 66 +++++++++++++++++++++++++ > 5 files changed, 78 insertions(+) > create mode 100644 hw/arm/stm32vldiscovery.c Could you add some documentation for the new board, please? This lives in docs/system/arm. Commit c9f8511ea8d2b807 gives an example of adding docs for a board. thanks -- PMM