commit | 14ce281a953e271ed10ae21a0fb03985e9ea45af | [log] [tgz] |
---|---|---|
author | Josh Lehan <krellan@google.com> | Wed Feb 26 17:21:12 2020 -0800 |
committer | Josh Lehan <krellan@google.com> | Mon Mar 02 18:56:20 2020 +0000 |
tree | 8150cdaeb3c07a9b0114ef464ced81c9d8cf3f80 | |
parent | d9d8cafcb1f4096e579188478b88cb8cefca8bd4 [diff] |
gitignore: add sensors.cbp file Add another local editor file to ignore Signed-off-by: Josh Lehan <krellan@google.com> Change-Id: Id0d5b4b5ea2e427980da068208a77a064654edcc
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