summaryrefslogtreecommitdiff
path: root/65xx
AgeCommit message (Collapse)Author
2018-02-23Don't use cutils/Atomic.hSteven Moreland
Test: builds Change-Id: If1aec0b8d4662005840076dab3f2d1d7fd5bfcf1
2015-08-06am d411d613: Merge "65xx: Minimally refactor Android.mk"Andreas Gampe
* commit 'd411d613f60e6305d48ade617c848262b62a582a': 65xx: Minimally refactor Android.mk
2015-08-0565xx: Minimally refactor Android.mkAndreas Gampe
For build-system CFLAGS clean-up. Bug: 18632512 Change-Id: Ife94175e255e67e2ab1fd3dc1808d322cc1b1b69
2015-04-15Fix build: Adjust for new sensor HAL interface methodEino-Ville Talvala
Change-Id: Ic789bd16ac7a87f1f4388797f5430d2a68b7bdee
2015-01-30Add missing includes.Elliott Hughes
Change-Id: Idc38e34c2079989dfd7230f57d2122296d2227dd
2014-12-16Cleanup Obsolete LOCAL_PRELINK_MODULE.Ying Wang
Bug: 18675947 Change-Id: I703fe42513b15755378d652077f8f7d070f6aad3
2014-12-15Ignore or fix trivial clang compiler warnings.Chih-Hung Hsieh
* 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
2014-12-09Remove checks for TARGET_SIMULATORDmitriy Ivanov
Change-Id: I75bc0121233aa5577958dd32435dd8dcfced3a93
2014-11-25Invensense: Fix unused variables & functionsAndreas Gampe
For build-system CFLAGS clean-up, fix unused variables and functions. Change-Id: I1f5d2bfeb9317828ccbc007d6e714c3ff67cca1e
2014-11-21Fix some bugs caught by warnings.Dan Albert
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
2014-08-20strip invensense prebuilt librariesMark Salyzyn
Bug: 17162352 Change-Id: I032958a20c5782f8f548cf377c25d8e0fae00aa9
2014-04-16Update driver to follow new sensor_t struct after inclusion of flags and ↵Aravind Akella
maxDelay fields. Change-Id: Ic0f6b4dba8b6ae5fe648bbb9b5a89fcf22c49848
2014-04-10Update driver to follow new sensor_t format after inclusion of stringType ↵Aravind Akella
and requiredPermission Change-Id: Iee933348424d71bd93fe461583fe53e0bcca7550
2014-04-05Revert "Update drivers to follow new sensor_t format"Etienne Le Grand
This reverts commit 50b4bc1c7f7e785f3548f26c80ce5e4267b09c72. Change-Id: I71d944f1ff350af82685ec91dd0b4f4c32867afa
2014-04-04Update drivers to follow new sensor_t formatJP Abgrall
This deals with inclusion of stringType and requiredPermission Change-Id: Ife22a545550aff3f410dd2e7a47d7c59f64d9d24
2014-02-05Remove temporary filesGlenn Kasten
Change-Id: I74f7031abc3cbff9af050966e899356b000b094f
2013-11-22Use 65xx Invensense HAL on dory.Nick Vaccaro
Dory uses an Invensense MPU9250 which requires a 65xx HAL. Change-Id: I886b1e35fc12d78ddcd1721c261cff151e375396 Signed-off-by: Nick Vaccaro <nvaccaro@google.com>
2013-11-06Don't print useless version info to stdoutMichael Wright
Change-Id: I5acbb2fe444ca1bf57864d80babc224abefb1122
2013-10-31Add support for guppypdkMike Lockwood
Change-Id: I769ac865c07f86dc148cd631d540009e66052988
2013-09-06Merge "Motion Apps 5.1.6 Release Candidate 54"Nick Vaccaro
2013-09-06Motion Apps 5.1.6 Release Candidate 54Nick Vaccaro
Invensense HAL code specific for 65xx chip family. Change-Id: I5bf5f4fc64df00237fcd306dd49d54c0a51827ba Signed-off-by: Nick Vaccaro <nvaccaro@google.com>
2013-09-03Remove unused GPL'd files (simple_apps, mpu.h)android-sdk-4.4.2_r1.0.1android-sdk-4.4.2_r1android-cts-4.4_r4android-cts-4.4_r1android-4.4w_r1android-4.4_r1.2.0.1android-4.4_r1.2android-4.4_r1.1.0.1android-4.4_r1.1android-4.4_r1.0.1android-4.4_r1android-4.4_r0.9android-4.4_r0.8android-4.4_r0.7android-4.4.4_r2.0.1android-4.4.4_r2android-4.4.4_r1.0.1android-4.4.4_r1android-4.4.3_r1.1.0.1android-4.4.3_r1.1android-4.4.3_r1.0.1android-4.4.3_r1android-4.4.2_r2.0.1android-4.4.2_r2android-4.4.2_r1.0.1android-4.4.2_r1android-4.4.1_r1.0.1android-4.4.1_r1kitkat-wearkitkat-releasekitkat-mr2.2-releasekitkat-mr2.1-releasekitkat-mr2-releasekitkat-mr1.1-releasekitkat-mr1-releasekitkat-devkitkat-cts-releasekitkat-cts-devidea133JP Abgrall
The libsensors/* and mlsdk/* files reference an mpu.h which is mlsdk/**/mpu.h that is not GPL. Bug: 10612505 Change-Id: I15b4f883247d49c86cf5bcfad48315ee37ebb50d
2013-08-06fix build. new sensor hal header.Mathias Agopian
Change-Id: Id516752b8321a53a4826e21521a6ecce02b1a772
2013-06-17Invensense: 65xx: Null check for pressor sensorVineeta Srivastava
system server is restarted repeatedly due to dataabort of the sensor HAL when sensor probe is failed. Change-Id: I489a3b079be07355b3987f86dec6f2bfabafde79
2013-06-17Motion Apps 5.1.6 Release Candidate 25Rosa Chow
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
2013-06-13Invensense: 65xx: Null check for pressor sensor (DO NOT MERGE)kangsik.shin
system server is restarted repeatedly due to dataabort of the sensor HAL when sensor probe is failed. Change-Id: I9f0deb40ea54b377a870a3429791ad042a3d2265
2013-06-12Makefile build generic invensesnse module.Vineeta Srivastava
Removed device specific LOCAL_MODULE from this makefile. Change-Id: I10c59edf574a4e854f1151fe46c264432765d542
2013-06-04Motion Apps 5.1.6 Release Candidate 13Rosa Chow
Invensense HAL code specific for 65xx chip family. Change-Id: Id82bfc3ea94fb5cf04196002bab59c15773a3c5b