aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/ms5611
Commit message (Collapse)AuthorAgeFilesLines
* Just the changes required to avoid SPI bus conflicts for MS5611px4dev2013-07-241-4/+24
|
* Revert "Disable interrupts during ms5611 SPI transactions to prevent ↵px4dev2013-07-242-82/+94
| | | | | | interruption by sensor drivers polling other sensors from interrupt context." This reverts commit 31ded04c80f68bd071840770d49eb93d2d9c9fe2.
* Disable interrupts during ms5611 SPI transactions to prevent interruption by ↵px4dev2013-07-202-94/+82
| | | | sensor drivers polling other sensors from interrupt context.
* Revert "Changed the MS5611 from the workq to hrt_call_every implementation, ↵px4dev2013-07-201-54/+84
| | | | | | this seems to solve the SPI chip select overlaps" This reverts commit c93e743374731ec06020ba6919c6d48594d4a58c.
* Revert "Corrected the interval of the MS5611"px4dev2013-07-201-6/+8
| | | | This reverts commit 094ff1261aa4a651e898c50d4451d283cb899a72.
* Corrected the interval of the MS5611Julian Oes2013-07-191-8/+6
|
* Changed the MS5611 from the workq to hrt_call_every implementation, this ↵Julian Oes2013-07-191-84/+54
| | | | seems to solve the SPI chip select overlaps
* 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 ↵Lorenz Meier2013-07-181-1/+2
| | | | | | | | connection operation via QGC
* | Don't build interface drivers we don't have configs for. Make the interface ↵px4dev2013-07-145-73/+117
| | | | | | | | | | | | drivers build. Change the way we handle the prom buffer so that we can init the interface before constructing the driver.
* | Refactor MS5611 driver to use interface nubs for the I2C and SPI versions of ↵px4dev2013-07-144-1119/+670
| | | | | | | | the chip. This reduces the amount of duplicated code.
* | 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