aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | PX4FLOW driver: Prevent sensor from spamming the system on errors. Use the pe...Lorenz Meier2014-11-121-7/+5
| * | | | | | | | px4flow: small verbose output fixJulian Oes2014-11-121-2/+2
| |/ / / / / / /
| * | | | | | | Hotfix: Fix IO channel mappingv1.0.0-rc3Lorenz Meier2014-11-101-23/+24
| * | | | | | | HMC5883: Reduce output, add indices to make back-tracking lines easier, remov...Lorenz Meier2014-11-101-34/+15
| * | | | | | | Add missing mode switch channelLorenz Meier2014-11-051-1/+1
| * | | | | | | Fix RC mapping indices - 0 index induces issues right nowLorenz Meier2014-11-051-5/+10
| * | | | | | | L3GD20: Fix typoLorenz Meier2014-11-031-2/+2
| * | | | | | | L3GD20: Output gyro temperature in reportLorenz Meier2014-11-031-1/+8
| * | | | | | | Configure led ring and enable heartbeat on itLorenz Meier2014-11-022-0/+2
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge remote-tracking branch 'tridge/pullrequest-force-safety'Lorenz Meier2014-10-293-0/+9
| |\ \ \ \ \ \
| | * | | | | | drivers: allow forcing the safety switch onAndrew Tridgell2014-10-303-0/+9
| | | |_|_|_|/ | | |/| | | |
| * / | | | | mpu6000: added logging of good transfersAndrew Tridgell2014-10-301-0/+11
| |/ / / / /
| * | | | / Flow driver: auto-format fixesLorenz Meier2014-10-281-70/+102
| | |_|_|/ | |/| | |
| * | | | Merge pull request #1407 from tridge/pullrequest-px4flow-probeLorenz Meier2014-10-281-0/+11
| |\ \ \ \
| | * | | | px4flow: try a 22 byte transfer in probe()Andrew Tridgell2014-10-281-0/+11
| * | | | | ll40ls: start a measurement after a probeAndrew Tridgell2014-10-281-1/+3
| * | | | | ll40ls: auto-detect ll40ls on either 0x42 or 0x62 I2C addressAndrew Tridgell2014-10-281-4/+49
| |/ / / /
| * | | | Merge pull request #1390 from PX4/flapsLorenz Meier2014-10-221-1/+8
| |\ \ \ \
| | * | | | Enable flaps, avoid mode switch positionLorenz Meier2014-10-161-1/+1
| | * | | | Enable flaps in manual overrideLorenz Meier2014-10-151-1/+8
* | | | | | Enable IO safety parameterLorenz Meier2014-10-221-0/+5
|/ / / / /
* | | | | ll40ls: support either internal or external I2C busAndrew Tridgell2014-10-201-57/+132
* | | | | ll40ls: add last distance in "ll40ls info" outputAndrew Tridgell2014-10-201-1/+7
* | | | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2014-10-169-13/+769
|\| | | |
| * | | | Merge pull request #1386 from PX4/esc_status_feedbackLorenz Meier2014-10-152-10/+10
| |\ \ \ \
| | * | | | Update ORB topic 'esc_status'Pavel Kirienko2014-10-132-10/+10
| * | | | | Merge pull request #1384 from dyeldandi/issue_1382Lorenz Meier2014-10-132-12/+42
| |\ \ \ \ \
| | * | | | | Checking if fix status is less or equal to 0 rather than just equalDenis Yeldandi2014-10-101-1/+1
| | * | | | | Fixed issue #1382Denis Yeldandi2014-10-102-12/+42
| * | | | | | Fix 8+ channel bindingDon Gagne2014-10-121-1/+1
| | |/ / / / | |/| | | |
| * | | | | Fix unsigned comparisonLorenz Meier2014-10-111-1/+1
| |/ / / /
| * | | | Merge pull request #1381 from dyeldandi/ashtech_hi_freqLorenz Meier2014-10-095-1/+727
| |\ \ \ \
| | * | | | Got rid of str_scanDec and scanFloat64.Denis Yeldandi2014-10-091-114/+56
| | * | | | Multiple fixes:Denis Yeldandi2014-10-091-22/+17
| | * | | | Non-ascii characters cleanupDenis Yeldandi2014-10-091-3/+3
| | * | | | Removed VTG message parsingDenis Yeldandi2014-10-091-36/+0
| | * | | | More code style fixesDenis Yeldandi2014-10-091-4/+4
| | * | | | Code style fixDenis Yeldandi2014-10-093-515/+605
| | * | | | Merge branch 'master' into ashtech_hi_freqDenis Yeldandi2014-10-089-88/+266
| | |\ \ \ \
| | * | | | | PASHS,POP,20 is needed for 20Hz configurationDenis Yeldandi2014-10-061-1/+2
| | * | | | | Merge branch 'ashtech' into ashtech_hi_freqDenis Yeldandi2014-10-041-1/+1
| | |\ \ \ \ \
| | | * | | | | Fixed km/h -> knots in POSDenis Yeldandi2014-10-041-1/+1
| | * | | | | | Increased ashtech POS frequency and increased baudrateDenis Yeldandi2014-10-021-3/+5
| | |/ / / / /
| | * | | | | Merge branch 'master' into ashtechDenis Yeldandi2014-10-021-2/+8
| | |\ \ \ \ \
| | * | | | | | Ashtech GPS driverDenis Yeldandi2014-09-305-1/+733
* | | | | | | | FMUv2: Add missing declarations.Lorenz Meier2014-10-092-0/+34
* | | | | | | | FMUv1: Add missing declarations.Lorenz Meier2014-10-091-0/+21
* | | | | | | | Aerocore: Add missing declarationsLorenz Meier2014-10-092-0/+32
|/ / / / / / /
* | | | | | | device: initialise device idRandy Mackay2014-10-081-0/+1
* | | | | | | lsm303d: don't use DRDY when not on internal SPI busAndrew Tridgell2014-10-081-2/+4
| |_|/ / / / |/| | | | |