Re: [Qemu-devel] [PATCH v1 2/7] STM32F2xx: Display PWM duty cycle from timer

2015-04-25 Thread Alistair Francis
On Sun, Apr 26, 2015 at 4:35 AM, Peter Crosthwaite wrote: > On Sat, Apr 25, 2015 at 1:18 AM, Alistair Francis > wrote: >> If correctly configured allow the STM32F2xx timer to print >> out the PWM duty cycle information. >> >> Signed-off-by: Alistair Francis >> --- >> >> hw/timer/stm32f2xx_time

Re: [Qemu-devel] [PATCH v1 2/7] STM32F2xx: Display PWM duty cycle from timer

2015-04-25 Thread Peter Crosthwaite
On Sat, Apr 25, 2015 at 1:18 AM, Alistair Francis wrote: > If correctly configured allow the STM32F2xx timer to print > out the PWM duty cycle information. > > Signed-off-by: Alistair Francis > --- > > hw/timer/stm32f2xx_timer.c | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git

[Qemu-devel] [PATCH v1 2/7] STM32F2xx: Display PWM duty cycle from timer

2015-04-25 Thread Alistair Francis
If correctly configured allow the STM32F2xx timer to print out the PWM duty cycle information. Signed-off-by: Alistair Francis --- hw/timer/stm32f2xx_timer.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/hw/timer/stm32f2xx_timer.c b/hw/timer/stm32f2xx_timer.c index ecadf9d..6f