Re: [Qemu-devel] [RFC v1 2/6] stm32f205_USART: Add the stm32f205 SoC USART Controller

2014-09-10 Thread Alistair Francis
On Tue, Sep 9, 2014 at 11:21 PM, Peter Crosthwaite wrote: > On Tue, Sep 9, 2014 at 6:24 PM, Alistair Francis wrote: >> This patch adds the stm32f205 USART controller >> (UART also uses the same controller). >> >> Signed-off-by: Alistair Francis >> --- >> V2: >> - Small changes thanks to Peter C

Re: [Qemu-devel] [RFC v1 2/6] stm32f205_USART: Add the stm32f205 SoC USART Controller

2014-09-09 Thread Peter Crosthwaite
On Tue, Sep 9, 2014 at 6:24 PM, Alistair Francis wrote: > This patch adds the stm32f205 USART controller > (UART also uses the same controller). > > Signed-off-by: Alistair Francis > --- > V2: > - Small changes thanks to Peter C > - Rename for the Netduino 2 and it's SoC > > hw/char/Makefile.o

[Qemu-devel] [RFC v1 2/6] stm32f205_USART: Add the stm32f205 SoC USART Controller

2014-09-09 Thread Alistair Francis
This patch adds the stm32f205 USART controller (UART also uses the same controller). Signed-off-by: Alistair Francis --- V2: - Small changes thanks to Peter C - Rename for the Netduino 2 and it's SoC hw/char/Makefile.objs | 1 + hw/char/stm32f205_usart.c | 205 ++