commit | a2df786461993b07946c760321d33d82745add4f | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Tue Dec 07 16:30:27 2021 -0800 |
committer | Ed Tanous <edtanous@google.com> | Tue Dec 07 16:31:56 2021 -0800 |
tree | 8e798c711c024c8071b9fe65ab94cdede107a41e | |
parent | 57574ad52bcafd396806624e321fb930ec43f0cc [diff] |
Make list single line Making this list a single, alphabetized list reduces the possibility we get merge conflicts when people add things to this, and make it easier to read. Tested: Code compiles. Whitespace changes. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ife51344f3c77d3af866f278de1724a62c565c17c
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