Re: [Qemu-devel] [PATCH v1 2/5] Netduino_GPIO: Add the Netduino Plus 2 GPIO controller

2014-09-01 Thread Alistair Francis
On Tue, Sep 2, 2014 at 2:29 AM, Peter Maydell wrote: > On 24 August 2014 01:13, Alistair Francis wrote: >> This patch adds the Netduino Plus 2 GPIO controller to QEMU. >> This allows reading and writing to the Netduino GPIO pins. > > Are you sure this isn't actually the GPIO module in the STM32F4

Re: [Qemu-devel] [PATCH v1 2/5] Netduino_GPIO: Add the Netduino Plus 2 GPIO controller

2014-09-01 Thread Peter Maydell
On 24 August 2014 01:13, Alistair Francis wrote: > This patch adds the Netduino Plus 2 GPIO controller to QEMU. > This allows reading and writing to the Netduino GPIO pins. Are you sure this isn't actually the GPIO module in the STM32F4xx SoC ? The datasheets and schematic suggest this isn't a bo

[Qemu-devel] [PATCH v1 2/5] Netduino_GPIO: Add the Netduino Plus 2 GPIO controller

2014-08-23 Thread Alistair Francis
This patch adds the Netduino Plus 2 GPIO controller to QEMU. This allows reading and writing to the Netduino GPIO pins. Signed-off-by: Alistair Francis --- hw/gpio/Makefile.objs | 1 + hw/gpio/netduino_gpio.c | 285 2 files changed, 286 insert