aboutsummaryrefslogtreecommitdiff
path: root/hw/adc
AgeCommit message (Expand)AuthorFilesLines
2021-03-08clock: Add ClockEvent parameter to callbacksPeter Maydell1-1/+1
2021-01-12hw/adc: Add an ADC module for NPCM7XXHao Wu4-0/+308
2020-08-21meson: convert hw/adcMarc-André Lureau2-1/+1
2020-06-05hw/adc/stm32f2xx_adc: Correct memory region size and access sizePhilippe Mathieu-Daudé1-1/+3
2020-02-04hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+2
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake1-1/+1
2016-10-04STM32F2xx: Add the ADC deviceAlistair Francis2-0/+307