stm32f2xx_timer: Add the stm32f2xx Timer
commitbe2847051421119f64a0134b5654a5134658d379
authorAlistair Francis <alistair23@gmail.com>
Wed, 11 Mar 2015 13:21:05 +0000 (11 13:21 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 11 Mar 2015 13:21:05 +0000 (11 13:21 +0000)
tree26da62fe6f35a2b5dda53b020763e5e3f121423c
parent886bc7a0492ff5d3b6c42157afff827b68595c34
stm32f2xx_timer: Add the stm32f2xx Timer

This patch adds the stm32f2xx timers: TIM2, TIM3, TIM4 and TIM5
to QEMU.

Signed-off-by: Alistair Francis <alistair@alistair23.me>
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: 155091a323390f8da3cca496e4c611c493e62a77.1424175342.git.alistair@alistair23.me
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
default-configs/arm-softmmu.mak
hw/timer/Makefile.objs
hw/timer/stm32f2xx_timer.c [new file with mode: 0644]
include/hw/timer/stm32f2xx_timer.h [new file with mode: 0644]