Re: [Qemu-devel] [PATCH v7 2/7] stm32f2xx_USART: Add the stm32f2xx USART Controller

2014-12-25 Thread Alistair Francis
On Tue, Dec 16, 2014 at 3:47 PM, Peter Crosthwaite wrote: > On Wed, Dec 10, 2014 at 12:46 AM, Alistair Francis > wrote: >> This patch adds the stm32f2xx USART controller >> (UART also uses the same controller). >> >> Signed-off-by: Alistair Francis >> --- >> V6: >> - Rename to STM32F2XX >> -

Re: [Qemu-devel] [PATCH v7 2/7] stm32f2xx_USART: Add the stm32f2xx USART Controller

2014-12-15 Thread Peter Crosthwaite
On Wed, Dec 10, 2014 at 12:46 AM, Alistair Francis wrote: > This patch adds the stm32f2xx USART controller > (UART also uses the same controller). > > Signed-off-by: Alistair Francis > --- > V6: > - Rename to STM32F2XX > - Fix up unimplemented printing > - Add a qemu_chr_accept() > V3: > - Up

[Qemu-devel] [PATCH v7 2/7] stm32f2xx_USART: Add the stm32f2xx USART Controller

2014-12-10 Thread Alistair Francis
This patch adds the stm32f2xx USART controller (UART also uses the same controller). Signed-off-by: Alistair Francis --- V6: - Rename to STM32F2XX - Fix up unimplemented printing - Add a qemu_chr_accept() V3: - Update debug printing V2: - Drop charecters if the device is not enabled - Th