mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 12:09:58 +00:00
46560cb105
This contains some hardcoded register values that were obtained from the hardware after reading the temperature. It does enough to test the Linux kernel driver. The FIFO mode, IRQs and operation modes other than the default as used by Linux are not modelled. Signed-off-by: Joel Stanley <joel@jms.id.au> Message-Id: <20210616073358.750472-2-joel@jms.id.au> [ clg: - Fixed sequential reading - Reworked regs_reset_state array - Moved model under hw/sensor/ ] Message-Id: <20210629142336.750058-4-clg@kaod.org> Signed-off-by: Cédric Le Goater <clg@kaod.org>
7 lines
404 B
Meson
7 lines
404 B
Meson
softmmu_ss.add(when: 'CONFIG_TMP105', if_true: files('tmp105.c'))
|
|
softmmu_ss.add(when: 'CONFIG_TMP421', if_true: files('tmp421.c'))
|
|
softmmu_ss.add(when: 'CONFIG_DPS310', if_true: files('dps310.c'))
|
|
softmmu_ss.add(when: 'CONFIG_EMC141X', if_true: files('emc141x.c'))
|
|
softmmu_ss.add(when: 'CONFIG_ADM1272', if_true: files('adm1272.c'))
|
|
softmmu_ss.add(when: 'CONFIG_MAX34451', if_true: files('max34451.c'))
|