aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/ms5611
Commit message (Expand)AuthorAgeFilesLines
* Made dtors virtual, tested on IO and FMULorenz Meier2013-03-091-1/+1
* ms5611: try to measure the performance cost of I2C timeoutsAndrew Tridgell2013-02-191-0/+7
* Fixed altitude jump issue, hunted down and fix by Andrew Tridgell.Lorenz Meier2013-02-051-2/+7
* It looks like retrying reads from the ms5611 is not safe either.px4dev2013-01-261-8/+1
* Rename ::start to ::start_cycle to avoid confusion with the other start funct...px4dev2013-01-261-14/+32
* Reset the collection state machine on all I2C errors, increase the retry count.px4dev2013-01-261-7/+16
* Build fix due to missing include.px4dev2012-10-271-0/+2
* Minor board.h changes.px4dev2012-10-271-3/+3
* Major formatting/whitespace cleanuppx4dev2012-10-231-7/+29
* Checkpoint - moving things out of the NuttX configs/*/src directoriespx4dev2012-10-231-1/+5
* Adjust to changes in the work queue API.px4dev2012-09-141-27/+29
* 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-011-49/+227
* removed stop() from I2C driver startup routines, work in progress on MPU scalingLorenz Meier2012-08-271-2/+0
* Printing fixesLorenz Meier2012-08-261-6/+6
* Cleaned up scaling / offset handling for mag and gyro / accLorenz Meier2012-08-261-3/+3
* Streamline mag and baro topic advertisement now that handles are global.px4dev2012-08-251-39/+18
* clean up an error messagepx4dev2012-08-251-5/+4
* Sensor drivers should run all the time, not just when their device is open.px4dev2012-08-251-39/+16
* Increase the retry count while probing for I2C sensors. This will also unwed...px4dev2012-08-251-4/+5
* Sensor IOCTL reorganization. Common sensor operations are now shared across ...px4dev2012-08-251-106/+130
* 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-2/+2
* Fix an issue where the baro ORB topic was advertised from the wrong context a...px4dev2012-08-211-12/+20
* Config tweaks to enable the new-style ms5611 driver.px4dev2012-08-141-6/+14
* Faster sensor bus resets on timeouts, massively reworked fixed wing app, testedLorenz Meier2012-08-051-1/+2
* Fresh import of the PX4 firmware sources.px4dev2012-08-042-0/+986