This patch allows to emulate the B-L475E-IOT01A ARM Cortex-M4 board. This is RFC since the implementation isn't complete yet, there are no implemented peripherals, and it's a first contribution to QEMU.
Inès Varhol (2): hw/arm: Add minimal support for the STM32L475VG SoC hw/arm: Add minimal support for the B-L475E-IOT01A board configs/devices/arm-softmmu/default.mak | 1 + hw/arm/Kconfig | 11 ++ hw/arm/b-l475e-iot01a.c | 71 +++++++ hw/arm/meson.build | 2 + hw/arm/stm32l475vg_soc.c | 241 ++++++++++++++++++++++++ include/hw/arm/stm32l475vg_soc.h | 60 ++++++ 6 files changed, 386 insertions(+) create mode 100644 hw/arm/b-l475e-iot01a.c create mode 100644 hw/arm/stm32l475vg_soc.c create mode 100644 include/hw/arm/stm32l475vg_soc.h -- 2.38.5
