diff options
author | Alexandre Iooss | 2021-06-17 18:56:45 +0200 |
---|---|---|
committer | Peter Maydell | 2021-07-09 17:09:12 +0200 |
commit | 2ac2410c5e39ac4a317b38d14f0f878fe007c6e5 (patch) | |
tree | 9f60725706bc07a5dc192c413085b0f9e2073bf2 /MAINTAINERS | |
parent | stm32f100: Add the stm32f100 SoC (diff) | |
download | qemu-2ac2410c5e39ac4a317b38d14f0f878fe007c6e5.tar.gz qemu-2ac2410c5e39ac4a317b38d14f0f878fe007c6e5.tar.xz qemu-2ac2410c5e39ac4a317b38d14f0f878fe007c6e5.zip |
stm32vldiscovery: Add the STM32VLDISCOVERY Machine
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 <erdnaxe@crans.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20210617165647.2575955-3-erdnaxe@crans.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8cfed2dd2d..f5919498af 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -893,6 +893,12 @@ F: hw/*/stellaris* F: include/hw/input/gamepad.h F: docs/system/arm/stellaris.rst +STM32VLDISCOVERY +M: Alexandre Iooss <erdnaxe@crans.org> +L: qemu-arm@nongnu.org +S: Maintained +F: hw/arm/stm32vldiscovery.c + Versatile Express M: Peter Maydell <peter.maydell@linaro.org> L: qemu-arm@nongnu.org |