History log of /hardware/invensense/65xx/libsensors_iio/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
46d30ac5108c1a691e704becc097c677a07c0279 06-Aug-2015 Andreas Gampe <agampe@google.com> 65xx: Minimally refactor Android.mk

For build-system CFLAGS clean-up.

Bug: 18632512
Change-Id: Ife94175e255e67e2ab1fd3dc1808d322cc1b1b69
/hardware/invensense/65xx/libsensors_iio/Android.mk
f7ff62a6bccddc99b832aab2a5a55013af4ec477 16-Dec-2014 Ying Wang <wangying@google.com> Cleanup Obsolete LOCAL_PRELINK_MODULE.

Bug: 18675947
Change-Id: I703fe42513b15755378d652077f8f7d070f6aad3
/hardware/invensense/65xx/libsensors_iio/Android.mk
aa6e3cf47e19e4cf2c98490bef5e200934a39ee6 11-Dec-2014 Chih-Hung Hsieh <chh@google.com> Ignore or fix trivial clang compiler warnings.

* Unused parameters and private fields are harmless.
* GNU designator syntax is accepted by clang too.
* Typo in include guard is fixed.
* Comparing array to NULL is redundant, but we should change
the source code. The same warning could be given to other
kind of pointer comparisons that we want to catch.

Change-Id: Ia6999e955e026c9e6bc81355b788b29dc53cae42
/hardware/invensense/65xx/libsensors_iio/Android.mk
b59d86bbc3a759d729a7e6598784ece30ad35435 10-Dec-2014 Dmitriy Ivanov <dimitry@google.com> Remove checks for TARGET_SIMULATOR

Change-Id: I75bc0121233aa5577958dd32435dd8dcfced3a93
/hardware/invensense/65xx/libsensors_iio/Android.mk
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/65xx/libsensors_iio/Android.mk
fa5f5ac98d6a03f488cf42e2bc4c7c8e75faf388 21-Aug-2014 Mark Salyzyn <salyzyn@google.com> strip invensense prebuilt libraries

Bug: 17162352
Change-Id: I032958a20c5782f8f548cf377c25d8e0fae00aa9
/hardware/invensense/65xx/libsensors_iio/Android.mk
037387ec980d1861990caefc8ce7aba8fae7fd0e 22-Nov-2013 Nick Vaccaro <nvaccaro@google.com> Use 65xx Invensense HAL on dory.

Dory uses an Invensense MPU9250 which requires a 65xx HAL.

Change-Id: I886b1e35fc12d78ddcd1721c261cff151e375396
Signed-off-by: Nick Vaccaro <nvaccaro@google.com>
/hardware/invensense/65xx/libsensors_iio/Android.mk
85d9fa9360fa8ed96af4d34b4d63a910fe37f5c5 07-Nov-2013 Michael Wright <michaelwr@google.com> Don't print useless version info to stdout

Change-Id: I5acbb2fe444ca1bf57864d80babc224abefb1122
/hardware/invensense/65xx/libsensors_iio/Android.mk
42d9c6a94154880a837c7c8ae0254c7703489e06 31-Oct-2013 Mike Lockwood <lockwood@google.com> Add support for guppypdk

Change-Id: I769ac865c07f86dc148cd631d540009e66052988
/hardware/invensense/65xx/libsensors_iio/Android.mk
cd79002b2edb60b25843e5f4f9a06e768bc1a568 05-Sep-2013 Nick Vaccaro <nvaccaro@google.com> Motion Apps 5.1.6 Release Candidate 54

Invensense HAL code specific for 65xx chip family.

Change-Id: I5bf5f4fc64df00237fcd306dd49d54c0a51827ba
Signed-off-by: Nick Vaccaro <nvaccaro@google.com>
/hardware/invensense/65xx/libsensors_iio/Android.mk
4a28f9c897c46c42a255823f7e307169a828a025 18-Jun-2013 Rosa Chow <rchow@invensense.com> Motion Apps 5.1.6 Release Candidate 25

Added multi-rate support for sensors in batch mode.
Fix step detector and step counter bugs.
Calib-bias entries are now updated after executing self_test.
Fix batching mode bug where timeout greater than buffer size was not being handled correctly.
Ensure MPU goes into sleep mode when idle.
Fifo overflows checks added to batch mode.
Batch mode takes priority over continuous mode when concurrent requests are made.

Change-Id: I5185723cd54831f3d36c125865049bd4311be2f0
/hardware/invensense/65xx/libsensors_iio/Android.mk
f240f0eaa236a598b331dc50771acd3e2a4baa9c 12-Jun-2013 Vineeta Srivastava <vsrivastava@google.com> Makefile build generic invensesnse module.

Removed device specific LOCAL_MODULE from this makefile.

Change-Id: I10c59edf574a4e854f1151fe46c264432765d542
/hardware/invensense/65xx/libsensors_iio/Android.mk
49ea3e26ca3c6a779e527a0322e49a663333350a 05-Jun-2013 Rosa Chow <rchow@invensense.com> Motion Apps 5.1.6 Release Candidate 13

Invensense HAL code specific for 65xx chip family.

Change-Id: Id82bfc3ea94fb5cf04196002bab59c15773a3c5b
/hardware/invensense/65xx/libsensors_iio/Android.mk