aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/ms5611
Commit message (Expand)AuthorAgeFilesLines
* 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