commit | 1af64eff411d9e220c7072d7a862291af7493633 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Aug 14 18:08:25 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Wed Aug 14 18:09:10 2019 -0700 |
tree | 46bebeaed13af8526a70d3aec832481d59a0f5f9 | |
parent | 7fa475d3f27ec6c37503ff7ec0496acc2215da29 [diff] |
add .clang-ignore Add .clang-ignore file to avoid formatting outside sources. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ic412732d4bbd401dc1504717fbb00441d5b80817
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