Re: [Qemu-devel] [RFC v1 1/6] stm32f205_timer: Add the stm32f205 SoC Timer2 to 5

2014-09-10 Thread Peter Crosthwaite
On Wed, Sep 10, 2014 at 9:52 AM, Alistair Francis wrote: > On Tue, Sep 9, 2014 at 10:44 PM, Peter Crosthwaite > wrote: >> On Tue, Sep 9, 2014 at 6:23 PM, Alistair Francis >> wrote: >>> This patch adds the stm32f205 timers: TIM2, TIM3, TIM4 and TIM5 >>> to QEMU. >>> >>> Signed-off-by: Alistair F

Re: [Qemu-devel] [RFC v1 1/6] stm32f205_timer: Add the stm32f205 SoC Timer2 to 5

2014-09-10 Thread Alistair Francis
On Wed, Sep 10, 2014 at 10:07 PM, Peter Crosthwaite wrote: > On Wed, Sep 10, 2014 at 9:52 AM, Alistair Francis > wrote: >> On Tue, Sep 9, 2014 at 10:44 PM, Peter Crosthwaite >> wrote: >>> On Tue, Sep 9, 2014 at 6:23 PM, Alistair Francis >>> wrote: This patch adds the stm32f205 timers: TI

Re: [Qemu-devel] [RFC v1 1/6] stm32f205_timer: Add the stm32f205 SoC Timer2 to 5

2014-09-09 Thread Alistair Francis
On Tue, Sep 9, 2014 at 10:44 PM, Peter Crosthwaite wrote: > On Tue, Sep 9, 2014 at 6:23 PM, Alistair Francis wrote: >> This patch adds the stm32f205 timers: TIM2, TIM3, TIM4 and TIM5 >> to QEMU. >> >> Signed-off-by: Alistair Francis >> --- >> V2: >> - Small changes to functionality and style. T

Re: [Qemu-devel] [RFC v1 1/6] stm32f205_timer: Add the stm32f205 SoC Timer2 to 5

2014-09-09 Thread Peter Crosthwaite
On Tue, Sep 9, 2014 at 6:23 PM, Alistair Francis wrote: > This patch adds the stm32f205 timers: TIM2, TIM3, TIM4 and TIM5 > to QEMU. > > Signed-off-by: Alistair Francis > --- > V2: > - Small changes to functionality and style. Thanks to Peter C > - Rename for the Netduino 2 and it's SoC > > de

[Qemu-devel] [RFC v1 1/6] stm32f205_timer: Add the stm32f205 SoC Timer2 to 5

2014-09-09 Thread Alistair Francis
This patch adds the stm32f205 timers: TIM2, TIM3, TIM4 and TIM5 to QEMU. Signed-off-by: Alistair Francis --- V2: - Small changes to functionality and style. Thanks to Peter C - Rename for the Netduino 2 and it's SoC default-configs/arm-softmmu.mak| 1 + hw/timer/Makefile.objs