aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers
Commit message (Expand)AuthorAgeFilesLines
* Adjust to changes in the work queue API.px4dev2012-09-142-31/+35
* Fixed to mag measurement and filterLorenz Meier2012-09-071-3/+3
* Various minor fixes and improvements across systemLorenz Meier2012-09-051-2/+4
* Fixed correct RC loss detection, AR.Drone is now shutting down motors after 1...Lorenz Meier2012-09-051-1/+1
* Changed a critical section to double precision calculation. It may not be nec...Lorenz Meier2012-09-031-7/+42
* Redo the math in the ms5611 driver to a) avoid re-computing scaling factors f...px4dev2012-09-012-50/+232
* Added temperature measurement, added led system commandLorenz Meier2012-09-013-7/+22
* Fixed minor compile warnings (just warnings, no effect on execution) in BMA180Lorenz Meier2012-08-311-12/+11
* minor typo in commentLorenz Meier2012-08-311-1/+1
* Checkpoint: Operational BMA180 driverLorenz Meier2012-08-311-17/+60
* Kick the BMA180 driver mostly into shape. Still not reading data correctly.px4dev2012-08-301-246/+336
* units in commentspx4dev2012-08-302-3/+3
* Make the buffer ring work.px4dev2012-08-301-12/+10
* Fix the readout transfer size.px4dev2012-08-291-3/+1
* Be a bit more careful with which bits we stuff into the l3gd20 registers.px4dev2012-08-291-47/+51
* Something approximating a driver for the L3GD20px4dev2012-08-291-257/+303
* driver work in progresspx4dev2012-08-292-0/+864
* Implemented missing IOCTLs to set MPU scalingsLorenz Meier2012-08-281-4/+14
* Final parameter interface cleanup - removed last bit of old cruft, fixed a bu...Lorenz Meier2012-08-271-14/+1
* Cleaned up MPU driver slightlyLorenz Meier2012-08-271-10/+4
* removed stop() from I2C driver startup routines, work in progress on MPU scalingLorenz Meier2012-08-273-10/+5
* Driver debugging (scaling, ranges, endianess) MPU-6000 needs more loveLorenz Meier2012-08-264-58/+127
* Printing fixesLorenz Meier2012-08-262-14/+14
* MS5611 test is now printing floats. Note that the issue with the scheduled re...Lorenz Meier2012-08-261-24/+45
* Cleaned up scaling / offset handling for mag and gyro / accLorenz Meier2012-08-262-9/+29
* Fixed axis assignment and raw value outputs. Scaling and offsets to be doneLorenz Meier2012-08-262-10/+26
* Streamline mag and baro topic advertisement now that handles are global.px4dev2012-08-252-83/+40
* clean up an error messagepx4dev2012-08-251-5/+4
* make the I2C and SPI device signons distinctpx4dev2012-08-252-2/+2
* turn off debug output from the mpu6000 driverpx4dev2012-08-251-3/+3
* Now that it's safe to perform SPI transfers from interrupt context, re-enable...px4dev2012-08-251-4/+1
* Make it non-fatal to perform SPI transfers from interrupt context.px4dev2012-08-252-2/+18
* Sensor drivers should run all the time, not just when their device is open.px4dev2012-08-253-97/+27
* Increase the retry count while probing for I2C sensors. This will also unwed...px4dev2012-08-252-5/+8
* Sensor IOCTL reorganization. Common sensor operations are now shared across ...px4dev2012-08-2511-394/+579
* Remove erroneous sensor read timing checks.px4dev2012-08-242-4/+0
* Remove spurious I2C clock frequency resets.px4dev2012-08-241-6/+7
* improvements / debugging on I2C driversLorenz Meier2012-08-245-12/+31
* We need to init the gyro subdevice, or there is no device node. Oops.px4dev2012-08-231-0/+2
* Added required scalings, added gyro to MPU6000 test, changed sensors app to r...Lorenz Meier2012-08-244-14/+87
* Add a bus reset on I2C error. Also add a mechanism for automated retries of ...px4dev2012-08-222-19/+37
* Sensor readout, testing and driver adjustmentsLorenz Meier2012-08-221-6/+7
|\
| * Working towards full sensor flexibilityLorenz Meier2012-08-161-6/+7
* | Fix an architectural issue with the ORB that prevented publication from inter...px4dev2012-08-214-4/+7
* | Whitespacepx4dev2012-08-212-8/+11
* | Fix output scaling for the hmc5883 driver. Add data checking, and fix an iss...px4dev2012-08-212-28/+96
* | Fix an issue where the baro ORB topic was advertised from the wrong context a...px4dev2012-08-211-12/+20
* | New-style driver for the HMC5883 on I2C.px4dev2012-08-213-1/+911
|/
* mechanical style fixupspx4dev2012-08-143-17/+14
* Config tweaks to enable the new-style ms5611 driver.px4dev2012-08-141-6/+14