Re: [PATCH v7 0/4] Add the STM32F405 and Netduino Plus 2 machine

2020-01-06 Thread Peter Maydell
On Thu, 19 Dec 2019 at 05:22, Alistair Francis wrote: > > Now that the Arm-M4 CPU has been added to QEMU we can add the Netduino > Plus 2 machine. This is very similar to the STM32F205 and Netduino 2 SoC > and machine. > Applied to target-arm.next, thanks. -- PMM

[PATCH v7 0/4] Add the STM32F405 and Netduino Plus 2 machine

2019-12-18 Thread Alistair Francis
Now that the Arm-M4 CPU has been added to QEMU we can add the Netduino Plus 2 machine. This is very similar to the STM32F205 and Netduino 2 SoC and machine. v7: - Fix the EXTI IRQ - Remove the duplicate configs v6: - Remove machine specific reset code - Rebase on master v5: - Fix checkpatch f