aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/ms5611/ms5611_spi.cpp
Commit message (Expand)AuthorAgeFilesLines
* MS5611: Deal with missing external busLorenz Meier2014-07-081-0/+4
* ms5611: added -X option for external SPI busAndrew Tridgell2014-07-081-3/+7
* Add Gumstix AeroCore deviceAsh Charles2014-05-131-1/+1
* Cranking up bus speeds for all sensors to achievable 10.4 MHz, will cut the b...Lorenz Meier2013-12-151-1/+1
* ms5611: check for all zero in the promAndrew Tridgell2013-12-101-0/+7
* ms5611: change bus speed to 5MHzAndrew Tridgell2013-12-101-1/+1
* ms5611: removed unused variableAndrew Tridgell2013-12-101-1/+0
* ms5611: give cleaner SPI tracesAndrew Tridgell2013-12-101-6/+8
* 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