aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/ms5611
Commit message (Expand)AuthorAgeFilesLines
* Added missing include for MS5611Julian Oes2013-08-051-0/+1
* Fixed MS5611 startup on V1 boardsLorenz Meier2013-08-041-0/+2
* Just the changes required to avoid SPI bus conflicts for MS5611px4dev2013-07-241-4/+24
* Revert "Disable interrupts during ms5611 SPI transactions to prevent interrup...px4dev2013-07-242-82/+94
* Disable interrupts during ms5611 SPI transactions to prevent interruption by ...px4dev2013-07-202-94/+82
* 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-145-73/+117
* | Refactor MS5611 driver to use interface nubs for the I2C and SPI versions of ...px4dev2013-07-144-1119/+670
* | Enabled MS5611 by default on FMUv2.Sam Kelly2013-06-251-70/+927
|/
* Moved the bulk of sensor drivers to the new worldLorenz Meier2013-04-272-0/+1254