commit | 166850f952213a5d6f16b48aafae724b68aee2c4 | [log] [tgz] |
---|---|---|
author | Josh Lehan <krellan@google.com> | Mon Oct 07 18:13:06 2019 -0700 |
committer | Josh Lehan <krellan@google.com> | Tue Oct 08 19:34:24 2019 +0000 |
tree | b38140639203332e66ace4c8a6ad7a24e0edd1cc | |
parent | 5747fab18121e99030579e8ae75984b4cc2acf60 [diff] |
.gitignore: Adding additional ignored files Adding some common IDE and build products This keeps "git status" output clean Also cleaning up empty line in file Tested: Works as described, does not affect build Signed-off-by: Josh Lehan <krellan@google.com> Change-Id: Id7f329a03de5e859c91e3eb9a37e457aba346694
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