aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/ms5611/ms5611_spi.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use the generic device::SPI locking strategy.px4dev2013-09-121-15/+1
* Made MS5611 startup exclusive as wellLorenz Meier2013-09-111-0/+9
* Added missing include for MS5611Julian Oes2013-08-051-0/+1
* Disable interrupts during ms5611 SPI transactions to prevent interruption by ...px4dev2013-07-201-4/+24
* Don't build interface drivers we don't have configs for. Make the interface d...px4dev2013-07-141-24/+48
* Refactor MS5611 driver to use interface nubs for the I2C and SPI versions of ...px4dev2013-07-141-0/+228