aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/hmc5883/hmc5883.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved the bulk of sensor drivers to the new worldLorenz Meier2013-04-271-1447/+0
* Made dtors virtual, tested on IO and FMULorenz Meier2013-03-091-1/+1
* Increase the number of I2C retries.px4dev2013-01-261-1/+1
* Fixed calibration checkLorenz Meier2012-12-071-3/+3
* Hotfix: calibration status returns sanity checks with better granularityLorenz Meier2012-11-271-6/+47
* Improved self-test logicLorenz Meier2012-11-151-1/+3
* Addes sensor self test commandsLorenz Meier2012-11-151-3/+3
* Added preflight_check app which checks core system sensors, so far only magLorenz Meier2012-11-151-9/+14
* Better integrate calibration checkLorenz Meier2012-11-141-3/+7
* Report mag status to system, sanity-check calibrationLorenz Meier2012-11-011-4/+14
* Warning fixes.px4dev2012-10-291-0/+1
* Calibration improvementLorenz Meier2012-10-291-1/+48
* Minor board.h changes.px4dev2012-10-271-5/+6
* Major formatting/whitespace cleanuppx4dev2012-10-231-11/+48
* Checkpoint - moving things out of the NuttX configs/*/src directoriespx4dev2012-10-231-1/+5
* Cleaned up calibration, added text messages ring bufferLorenz Meier2012-10-221-5/+4
* Checkpoint: Working, but non-verified full mag calibrationLorenz Meier2012-10-211-61/+94
* Calibration WIP, not compilingLorenz Meier2012-10-171-209/+153
* Added mag calibration routine, fixed minor typos without runtime effectsLorenz Meier2012-10-151-6/+388
* Adjust to changes in the work queue API.px4dev2012-09-141-4/+6
* Fixed to mag measurement and filterLorenz Meier2012-09-071-3/+3
* removed stop() from I2C driver startup routines, work in progress on MPU scalingLorenz Meier2012-08-271-3/+0
* Driver debugging (scaling, ranges, endianess) MPU-6000 needs more loveLorenz Meier2012-08-261-7/+12
* Cleaned up scaling / offset handling for mag and gyro / accLorenz Meier2012-08-261-6/+26
* Fixed axis assignment and raw value outputs. Scaling and offsets to be doneLorenz Meier2012-08-261-2/+11
* Streamline mag and baro topic advertisement now that handles are global.px4dev2012-08-251-44/+22
* Sensor drivers should run all the time, not just when their device is open.px4dev2012-08-251-35/+7
* Increase the retry count while probing for I2C sensors. This will also unwed...px4dev2012-08-251-1/+3
* Sensor IOCTL reorganization. Common sensor operations are now shared across ...px4dev2012-08-251-114/+135
* Remove erroneous sensor read timing checks.px4dev2012-08-241-2/+0
* improvements / debugging on I2C driversLorenz Meier2012-08-241-0/+2
* Fix an architectural issue with the ORB that prevented publication from inter...px4dev2012-08-211-1/+1
* Whitespacepx4dev2012-08-211-6/+9
* Fix output scaling for the hmc5883 driver. Add data checking, and fix an iss...px4dev2012-08-211-28/+88
* New-style driver for the HMC5883 on I2C.px4dev2012-08-211-0/+868