aboutsummaryrefslogtreecommitdiff
path: root/hw/timer/stm32f2xx_timer.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-04hw/timer/stm32f2xx_timer: Remove dead assignmentPhilippe Mathieu-Daudé1-1/+0
2020-02-07stm32f2xx_timer: delay timer_new to avoid memleaksPan Nengyuan1-0/+5
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-11-19hw/arm/stm32f205: Fix the UART and Timer region sizeSeth Kintigh1-1/+1
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake1-1/+1
2016-10-24timer: stm32f2xx_timer: add check for prescaler valuePrasad J Pandit1-1/+1
2016-10-04STM32F2xx: Display PWM duty cycle from timerAlistair Francis1-0/+9
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-01-29hw/timer: Clean up includesPeter Maydell1-0/+1
2015-03-11stm32f2xx_timer: Add the stm32f2xx TimerAlistair Francis1-0/+328