mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-02 21:25:03 +00:00
0650392f536fef6cc43259bf0440dde87785215f
Add an option to read temperature from only specified temperature sensor. With this we can prevent ectool returning error if we already know a sensor is not connected and do not want ectool to read it. BUG=none TEST=ectool temps; ectool temps temp_sensor_ec_internal Change-Id: I221f1e3390d17f4a3ae99f58eb701a99c7b566b9
- EC Lib
This wraps Blizzard driverlib and implements the EC chip interface defined
by Google. See below diagram for architecture.
+--------------------+
| Host BIOS/OS |
+--------------------+
---- host interface ----
+--------------------+
| Google EC features |
+--------------------+
---- chip interface ---- The interface is defined in
src/platform/ec/chip_interface/*.
+--------------------+ But the real implementation is in EC Lib.
| EC Lib |
+--------------------+
| Blizzard low level |
| driver, the |
| driverlib. |
+--------------------+
Description
Languages
C
64.7%
Lasso
20.7%
ASL
3.6%
JavaScript
3.2%
C#
2.9%
Other
4.6%