commit | a25223c23506135a186581854e382f43d2cb6089 | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Thu Jan 13 19:11:38 2022 -0800 |
committer | Ed Tanous <edtanous@google.com> | Thu Jan 13 19:11:38 2022 -0800 |
tree | 23ba37d9882c91e69c16c69488966f1f348492e2 | |
parent | 091c92c0e1b320228abf3385e5284cc14ef20f68 [diff] |
Alphabetize clang-tidy Tested: Ran clang tidy (in ci). No-op change. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I358445a85991542690e9914a88ff7806f5d74154
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