commit | 2f20c5ab30fcceb401be7a22b39a497eb7026670 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Thu May 27 14:52:49 2021 +0930 |
committer | Andrew Jeffery <andrew@aj.id.au> | Thu Jun 03 10:48:27 2021 +0930 |
tree | c1d45dab3a035f8d5c0e1c1fa33d849f3f58de7b | |
parent | 3f2e0524314013bb3ee25c263d0008d351743e78 [diff] |
meson: Add googletest as a subproject Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I1a8088721006a3434606ec15324f84670581302e
dbus-sensors is a collection of sensor applications that provide the xyz.openbmc_project.Sensor collection of interfaces. They read sensor values from hwmon, d-bus, or direct driver access to provide readings. Some advance non-sensor features such as fan presence, pwm control, and automatic cpu detection (x86) are also supported.
runtime re-configurable from d-bus (entity-manager or the like)
isolated: each sensor type is isolated into its own daemon, so a bug in one sensor is unlikely to affect another, and single sensor modifications are possible
async single-threaded: uses sdbusplus/asio bindings
multiple data inputs: hwmon, d-bus, direct driver access