[PATCH 0/2] hw/misc: DPS310 temp and pressure sensor model

Joel Stanley posted 2 patches 2 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/next-importer-push tags/patchew/20210609105802.17015-1-joel@jms.id.au
Maintainers: Andrew Jeffery <andrew@aj.id.au>, Peter Maydell <peter.maydell@linaro.org>, "Cédric Le Goater" <clg@kaod.org>, Joel Stanley <joel@jms.id.au>
There is a newer version of this series
hw/arm/aspeed.c     |   4 +-
hw/misc/dps310.c    | 357 ++++++++++++++++++++++++++++++++++++++++++++
hw/arm/Kconfig      |   1 +
hw/misc/Kconfig     |   4 +
hw/misc/meson.build |   1 +
5 files changed, 365 insertions(+), 2 deletions(-)
create mode 100644 hw/misc/dps310.c
[PATCH 0/2] hw/misc: DPS310 temp and pressure sensor model
Posted by Joel Stanley 2 years, 10 months ago
This is a model for the Infineon DPS310 temperature and barometric
pressure sensor.

Joel Stanley (2):
  hw/misc: Add Infineon DPS310 sensor model
  arm/aspeed: Add DPS310 to Witherspoon and Rainier

 hw/arm/aspeed.c     |   4 +-
 hw/misc/dps310.c    | 357 ++++++++++++++++++++++++++++++++++++++++++++
 hw/arm/Kconfig      |   1 +
 hw/misc/Kconfig     |   4 +
 hw/misc/meson.build |   1 +
 5 files changed, 365 insertions(+), 2 deletions(-)
 create mode 100644 hw/misc/dps310.c

-- 
2.30.2