summary refs log tree commit diff stats
path: root/hw/adc/stm32f2xx_adc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* hw/adc: Constify VMStateRichard Henderson2023-12-291-1/+1
* hw/adc/stm32f2xx_adc: Correct memory region size and access sizePhilippe Mathieu-Daudé2020-06-051-1/+3
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+0
* maint: Fix macros with broken 'do/while(0); ' usageEric Blake2018-01-161-1/+1
* STM32F2xx: Add the ADC deviceAlistair Francis2016-10-041-0/+306