aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* Now that it's safe to perform SPI transfers from interrupt context, re-enable...px4dev2012-08-251-4/+1
* Make it non-fatal to perform SPI transfers from interrupt context.px4dev2012-08-252-2/+18
* Sensor drivers should run all the time, not just when their device is open.px4dev2012-08-253-97/+27
* Increase the retry count while probing for I2C sensors. This will also unwed...px4dev2012-08-252-5/+8
* Sensor IOCTL reorganization. Common sensor operations are now shared across ...px4dev2012-08-2511-394/+579
* Remove erroneous sensor read timing checks.px4dev2012-08-242-4/+0
* Remove spurious I2C clock frequency resets.px4dev2012-08-241-6/+7
* improvements / debugging on I2C driversLorenz Meier2012-08-245-12/+31
* We need to init the gyro subdevice, or there is no device node. Oops.px4dev2012-08-231-0/+2
* Added required scalings, added gyro to MPU6000 test, changed sensors app to r...Lorenz Meier2012-08-244-14/+87
* Add a bus reset on I2C error. Also add a mechanism for automated retries of ...px4dev2012-08-222-19/+37
* Sensor readout, testing and driver adjustmentsLorenz Meier2012-08-221-6/+7
|\
| * Working towards full sensor flexibilityLorenz Meier2012-08-161-6/+7
* | Fix an architectural issue with the ORB that prevented publication from inter...px4dev2012-08-214-4/+7
* | Whitespacepx4dev2012-08-212-8/+11
* | Fix output scaling for the hmc5883 driver. Add data checking, and fix an iss...px4dev2012-08-212-28/+96
* | Fix an issue where the baro ORB topic was advertised from the wrong context a...px4dev2012-08-211-12/+20
* | New-style driver for the HMC5883 on I2C.px4dev2012-08-213-1/+911
|/
* mechanical style fixupspx4dev2012-08-143-17/+14
* Config tweaks to enable the new-style ms5611 driver.px4dev2012-08-141-6/+14
* Nuke a dead file.px4dev2012-08-131-430/+0
* New-style driver for the MPU6000.px4dev2012-08-132-0/+960
* force 8-bit SPI transactions for device::SPI drivers.px4dev2012-08-131-1/+2
* Syntax change to improve readability; output scalers are now labelled O: inst...px4dev2012-08-111-5/+5
* Rework the mixer architecture based on discussions about arbitrary geometry m...px4dev2012-08-101-34/+76
* More work on the mixer architecture.px4dev2012-08-051-6/+7
* Checkpoint: more work in progress on mixer load/savepx4dev2012-08-051-0/+4
* Work in progress; standard mixer API and utilitypx4dev2012-08-057-6/+97
* Faster sensor bus resets on timeouts, massively reworked fixed wing app, testedLorenz Meier2012-08-051-1/+2
* Fresh import of the PX4 firmware sources.px4dev2012-08-0422-0/+4656