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

2015-05-29 Thread Peter Crosthwaite
On Fri, May 29, 2015 at 10:45 PM, Alistair Francis wrote: > If correctly configured allow the STM32F2xx timer to print > out the PWM duty cycle information. > > Signed-off-by: Alistair Francis > --- > V2: > - Fix up if statement braces > - Remove stm32f2xx_timer_set_alarm() call > > hw/timer/s

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

2015-05-29 Thread Alistair Francis
If correctly configured allow the STM32F2xx timer to print out the PWM duty cycle information. Signed-off-by: Alistair Francis --- V2: - Fix up if statement braces - Remove stm32f2xx_timer_set_alarm() call hw/timer/stm32f2xx_timer.c | 9 + 1 file changed, 9 insertions(+) diff --git a