aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/mpu6000
Commit message (Expand)AuthorAgeFilesLines
* Set filter frequency for hardware and software in parallel, always do so in t...Lorenz Meier2014-09-301-2/+4
* mpu6k: set hardware filter during ACCELIOCLOWPASSRandy Mackay2014-09-301-10/+5
* Merge sensor_startup_cleanupLorenz Meier2014-07-162-4/+17
|\
| * MPU6K: Cleaner initLorenz Meier2014-07-162-0/+11
| * MPU6K: Start handler startup and stack review and adjustmentsLorenz Meier2014-07-162-4/+6
* | mpu6000: Support for up to three accels / gyrosLorenz Meier2014-07-151-24/+24
* | Merged masterLorenz Meier2014-07-151-50/+115
|\|
| * mpu6000: fixed internal/external mixup in pointersAndrew Tridgell2014-07-121-2/+2
| * MPU6000: Fix usage function call to fit existing structure.Lorenz Meier2014-07-081-5/+6
| * mpu6000: added -R rotation optionAndrew Tridgell2014-07-081-9/+23
| * mpu6000: allow for two mpu6000 instances, one internal, one externalAndrew Tridgell2014-07-081-36/+46
| * mpu6000: added -X option for external busAndrew Tridgell2014-07-081-7/+41
| * mpu6000: allow disabling of on-sensor low pass filterAndrew Tridgell2014-07-081-7/+13
| * MPU6K: Use usleep where usleep should be used instead of up_udelay()Lorenz Meier2014-06-221-1/+1
* | Introduce MPU6K multi-device uORB supportLorenz Meier2014-06-101-21/+50
|/
* drivers: Fix compile warnings and non-standard performance counter namesLorenz Meier2014-05-211-1/+0
* MPU6000: gyro topic was not initializedJulian Oes2014-02-161-0/+1
* Fixed up init sequence of all sensors - we can publish in interrupt context, ...Lorenz Meier2014-01-141-24/+35
* Support for publication blocking: MPU6000, cleaned up device startLorenz Meier2014-01-121-20/+26
* mpu6000: disable interrupts during initial resetAndrew Tridgell2013-12-161-2/+11
* Cranking up bus speeds for all sensors to achievable 10.4 MHz, will cut the b...Lorenz Meier2013-12-151-1/+1
* mpu6000: treat all zero data from mpu6k as badAndrew Tridgell2013-12-101-6/+19
* mpu6000: close fds before exitAndrew Tridgell2013-12-101-0/+4
* mpu6000: use register_class_devname()Andrew Tridgell2013-12-101-43/+71
* Made all usual suspects default to their custom names and only register the d...Lorenz Meier2013-12-071-8/+25
* mpu6000: change bus speed based on registers being accessedAndrew Tridgell2013-11-301-1/+22
* drivers: report error_count in drivers where possibleAndrew Tridgell2013-09-121-1/+1
* Rework the ringbuffer class so that it's not templated, and refactor its clie...px4dev2013-09-121-53/+41
* mpu6000: fixed race condition in buffer incrementAndrew Tridgell2013-09-121-3/+5
* mpu6000: use a wrapper struct to avoid a linker errorAndrew Tridgell2013-09-121-69/+64
* Moved math library to library dir, improved sensor-level HIL, cleaned up geo ...Lorenz Meier2013-08-211-4/+6
* Adapted the MPU6000 to have the same get range ioctls and defines for defaultsJulian Oes2013-08-211-39/+48
* Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringupLorenz Meier2013-08-201-3/+68
|\
| * Fixed accel self testJulian Oes2013-08-201-0/+2
| * Made accel / gyro self tests aware of offsets and scales, added support to co...Lorenz Meier2013-08-091-3/+66
* | Merge branch 'mpu6k_queue' of github.com:PX4/Firmware into fmuv2_bringupLorenz Meier2013-08-061-13/+63
|\|
| * mpu6000: set the default DLFP filter to 42HzAndrew Tridgell2013-08-061-1/+1
| * Equipped MPU6k driver with Butterworth for accel and gyroLorenz Meier2013-08-051-12/+62
* | Merge branch 'mpu6k_queue' of github.com:PX4/Firmware into fmuv2_bringupLorenz Meier2013-08-041-93/+223
|\|
| * Fixed driver test / direct read, looks goodLorenz Meier2013-08-041-41/+70
| * Try to save our sanity a bit and use the generic ringbuffer class rather than...px4dev2013-08-031-151/+104
| * Added queue to mpu6k driverLorenz Meier2013-08-041-53/+201
* | Restructure things so that the PX4 configs move out of the NuttX tree, and mo...px4dev2013-08-021-1/+1
|/
* Implemented config command, fixed a number range set / get issues for some se...Lorenz Meier2013-07-261-14/+30
* Lunchtime HOTFIX: Bring back USB console to operational, allow single-USB con...Lorenz Meier2013-07-181-1/+2
* mpu6000 driver support for setting ratesergeil2013-05-311-6/+24
* Moved the bulk of sensor drivers to the new worldLorenz Meier2013-04-272-0/+1262