History log of /hardware/invensense/6515/libsensors_iio/PressureSensor.IIO.secondary.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a03869ce9a355d3606fccdbab41edc7bb1d32024 19-May-2015 Nick Vaccaro <nvaccaro@google.com> Merge commit '9b7ebb51' into manualmerge

Change-Id: I22ed7a1963ca6a9f599c5e73a83af66cd4de8267
9b7ebb5143dd692c20fc9348ae999450133dad57 20-Mar-2015 Nick Vaccaro <nvaccaro@google.com> Invensense: 6515: Update HAL to v5_2_0_L_RC26-2015-02-27

Merged in the latest upgrade from Invensense, that purports to fix
some cts sensor test failures and includes a better pedometer
algorithm.

Bug: 19575833
Bug: 16778026
Bug: 16702488
Change-Id: Iaf8eba248bb9aa97f7b6a5394e939370a4812776
/hardware/invensense/6515/libsensors_iio/PressureSensor.IIO.secondary.cpp
48bd29287a3b22fd1803e10b39c1ec2c55c445df 21-Nov-2014 Dan Albert <danalbert@google.com> Fix some bugs caught by warnings.

This code had several cases of trying to use memset(3) to zero out an
array, but was using sizeof(char*) instead of the real size of the
buffer, so I've fixed it up to just use calloc(3) instead.

There were very obvious warnings for this. Along the lines of
"warning: this doesn't do what you think it does". To avoid this kind
of thing going unnoticed in the future, I've turned on -Werror and
-Wall in the project.

Change-Id: I06057976f1f4721dcf9acdd37f2cb8a64b7865a7
/hardware/invensense/6515/libsensors_iio/PressureSensor.IIO.secondary.cpp
a73d574dda77810ae10046c68e7a9aa38ad77603 27-Mar-2014 Nick Vaccaro <nvaccaro@google.com> Invensense: 6515: Import of Motion Apps 5.2.0 HAL RC20 Release

Import latest Invensense HAL for use by devices using the 6515.

Change-Id: I1b585df6882ea007ffafba44261283784d667c2a
/hardware/invensense/6515/libsensors_iio/PressureSensor.IIO.secondary.cpp
c3d4ca9f2df5ddf9894b36d1554fdfc95d625d3f 06-Dec-2013 Nick Vaccaro <nvaccaro@google.com> Motion Apps 5.2.0 HAL Release

Add latest 5.2.0 version of InvenSense HAL for the mpu9250 into it's own
unique folder named 6515 so that Hammerhead still uses it's original 65xx HAL.

Change-Id: I90f1bbbc1de2283a8d337495b6af59261cd63f88
Signed-off-by: Nick Vaccaro <nvaccaro@google.com>
/hardware/invensense/6515/libsensors_iio/PressureSensor.IIO.secondary.cpp