Re: [Qemu-devel] [PATCH v5 2/7] stm32f205_USART: Add the stm32f205 USART Controller

2014-10-20 Thread Peter Crosthwaite
On Thu, Oct 16, 2014 at 10:53 PM, Alistair Francis wrote: > This patch adds the stm32f205 USART controller > (UART also uses the same controller). > > Signed-off-by: Alistair Francis > --- > default-configs/arm-softmmu.mak | 1 + > hw/char/Makefile.objs | 1 + > hw/char/stm32f2

[Qemu-devel] [PATCH v5 2/7] stm32f205_USART: Add the stm32f205 USART Controller

2014-10-16 Thread Alistair Francis
This patch adds the stm32f205 USART controller (UART also uses the same controller). Signed-off-by: Alistair Francis --- default-configs/arm-softmmu.mak | 1 + hw/char/Makefile.objs | 1 + hw/char/stm32f205_usart.c | 218 ++ include/h