commit | 38fb598381a9fc7c4e2bbd7b585f788d0c7353e5 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Thu May 28 10:09:54 2020 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Thu May 28 10:10:24 2020 -0700 |
tree | c7fc334914a8bdb16f7cdd35a4d4aa3aa0aa8aad | |
parent | 3840d0ad45134597455f6d70fe1ae76f3cac0e7d [diff] |
Update clang format Update to clang-format-10 Change-Id: I7fcab706fb384e5fcc07a06c42897a5ddbc4b511 Signed-off-by: James Feist <james.feist@linux.intel.com>
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