aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/ms5611/ms5611.cpp
Commit message (Expand)AuthorAgeFilesLines
* add param for qnhThomas Gubler2014-08-171-2/+2
* Merged masterLorenz Meier2014-07-151-10/+37
|\
| * fix ms5611 code style for usage callLorenz Meier2014-07-121-4/+5
| * ms5611: added -X option for external SPI busAndrew Tridgell2014-07-081-10/+36
* | MS5611: Add support for multi uORB devicesLorenz Meier2014-06-101-7/+20
|/
* drivers: Fix compile warnings and non-standard performance counter namesLorenz Meier2014-05-211-2/+2
* Reset MS5611 baro sensor after an errorKynos2014-05-021-0/+5
* Fixed up init sequence of all sensors - we can publish in interrupt context, ...Lorenz Meier2014-01-141-20/+60
* Support for publication blocking: MS5611, cleaned up device startLorenz Meier2014-01-121-12/+21
* ms5611: report P and T in ms5611 infoAndrew Tridgell2014-01-071-0/+6
* Minor fixes to bus resetLorenz Meier2013-12-041-2/+5
* drivers: report error_count in drivers where possibleAndrew Tridgell2013-09-121-0/+1
* Rework the ringbuffer class so that it's not templated, and refactor its clie...px4dev2013-09-121-5/+5
* ms5611: converted to using RingBufferAndrew Tridgell2013-09-121-57/+34
* avoid counters going above limit in INCREMENT()Andrew Tridgell2013-08-281-1/+1
* free perf counters in driver destructorAndrew Tridgell2013-08-281-0/+6
* Revert "Disable interrupts during ms5611 SPI transactions to prevent interrup...px4dev2013-07-241-58/+90
* Disable interrupts during ms5611 SPI transactions to prevent interruption by ...px4dev2013-07-201-90/+58
* Revert "Changed the MS5611 from the workq to hrt_call_every implementation, t...px4dev2013-07-201-54/+84
* Revert "Corrected the interval of the MS5611"px4dev2013-07-201-6/+8
* Corrected the interval of the MS5611Julian Oes2013-07-191-8/+6
* Changed the MS5611 from the workq to hrt_call_every implementation, this seem...Julian Oes2013-07-191-84/+54
* Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringupLorenz Meier2013-07-181-2/+3
|\
| * Lunchtime HOTFIX: Bring back USB console to operational, allow single-USB con...Lorenz Meier2013-07-181-1/+2
* | Don't build interface drivers we don't have configs for. Make the interface d...px4dev2013-07-141-25/+34
* | Refactor MS5611 driver to use interface nubs for the I2C and SPI versions of ...px4dev2013-07-141-1119/+92
* | Enabled MS5611 by default on FMUv2.Sam Kelly2013-06-251-70/+927
|/
* Moved the bulk of sensor drivers to the new worldLorenz Meier2013-04-271-0/+1214