summaryrefslogtreecommitdiff
path: root/libsensors_iio/README
diff options
context:
space:
mode:
authorBaixing Tan <baixingx.tan@intel.com>2015-03-25 11:16:57 +0800
committerZhengyin Qian <qianzy@google.com>2015-07-28 12:19:18 -0700
commit049ab1da89d389f05870f7e30d585ecfc14524dd (patch)
tree37bd50571b00976df97cc10e64e6be66c1e5c422 /libsensors_iio/README
parent0d5f99879a2ed5026cee26374d18d0e878ed0e13 (diff)
downloadsensors-049ab1da89d389f05870f7e30d585ecfc14524dd.tar.gz
Original code get from ST for lsm6ds3 sensor base on iio subsystem
Add original SensorHAL_IIO_v3.1.0 for lsm6ds3 sensor Change-Id: Iebd049a36696f9b1f09049cc8672ed260c12cdf7 Tracked-On: https://jira01.devtools.intel.com/browse/MARVIN-175 Signed-off-by: Baixing Tan <baixingx.tan@intel.com> Reviewed-on: https://android.intel.com:443/346267
Diffstat (limited to 'libsensors_iio/README')
-rw-r--r--libsensors_iio/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/libsensors_iio/README b/libsensors_iio/README
new file mode 100644
index 0000000..3b981fc
--- /dev/null
+++ b/libsensors_iio/README
@@ -0,0 +1,29 @@
+ Android STMicroelectronics SensorHAL release 3.x
+
+These are the release notes for STMicroelectronics SensorHAL version 3.
+Read them carefully, as they tell you what this is all about, explain how
+to install the dynamic library, and what to do if something goes wrong.
+
+SOFTWARE REQUIREMENTS
+
+ Compiling and running the 3.x SensorHAL requires up-to-date versions of
+ various software packages.
+
+ Installing required packages:
+ $ sudo apt-get install build-essential libncurses5-dev
+
+LIBS
+ In order to run some sensors in the application processor side, libraries
+ are needed. Run auto-extract script packages in the root folder of the HAL.
+
+CONFIGURING the HAL:
+
+ "mm defconfig=y" Generated default .config.
+
+ "mm menuconfig=y" Text based color menus, radiolists & dialogs.
+
+ "mm clean=y" Delete .config and configuration.h files.
+
+COMPILING the HAL
+
+ "mm" Build the code