Re: [Qemu-devel] [Patch v2 1/8] stm32f205_timer: Add the stm32f205 Timer

2014-09-25 Thread Alistair Francis
On Mon, Sep 22, 2014 at 9:40 PM, Peter Crosthwaite wrote: > On Fri, Sep 19, 2014 at 2:54 PM, Alistair Francis > wrote: >> This patch adds the stm32f205 timers: TIM2, TIM3, TIM4 and TIM5 >> to QEMU. >> >> Signed-off-by: Alistair Francis >> --- >> PUBLIC >> V2: >> - Reorder the Makefile config >

Re: [Qemu-devel] [Patch v2 1/8] stm32f205_timer: Add the stm32f205 Timer

2014-09-22 Thread Peter Crosthwaite
On Fri, Sep 19, 2014 at 2:54 PM, Alistair Francis wrote: > This patch adds the stm32f205 timers: TIM2, TIM3, TIM4 and TIM5 > to QEMU. > > Signed-off-by: Alistair Francis > --- > PUBLIC > V2: > - Reorder the Makefile config > - Fix up the debug printing > - Correct the timer event trigger > Cha

[Qemu-devel] [Patch v2 1/8] stm32f205_timer: Add the stm32f205 Timer

2014-09-18 Thread Alistair Francis
This patch adds the stm32f205 timers: TIM2, TIM3, TIM4 and TIM5 to QEMU. Signed-off-by: Alistair Francis --- PUBLIC V2: - Reorder the Makefile config - Fix up the debug printing - Correct the timer event trigger Changes from RFC: - Small changes to functionality and style. Thanks to Peter C