aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:PX4/Firmware into swissfangLorenz Meier2014-08-272-1/+8
|\
| * Ignore single channels during PWM outputHolger Steinhaus2014-08-262-1/+8
* | Merge branch 'bottle_drop_friday' of github.com:swissfang/Firmware into swiss...Lorenz Meier2014-08-261-1/+2
|\ \ | |/ |/|
| * Merge branch 'master' of github.com:PX4/Firmware into bottle_drop_fridayLorenz Meier2014-08-242-43/+14
| |\
| * \ Merge branch 'master' of github.com:PX4/Firmware into test_bottle_drop_paulLorenz Meier2014-08-218-8/+733
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into test_bottle_drop_paulSimon Wilks2014-08-141-7/+29
| |\ \ \
| * \ \ \ Merged masterLorenz Meier2014-08-09102-1560/+5972
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'px4/paul_estimator_numeric' into test_bottle_dr...Julian Oes2014-03-302-2/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'px4/master' into bottle_dropJulian Oes2014-03-2916-171/+2198
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'px4/master' into bottle_dropJulian Oes2014-03-0747-928/+2101
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'fw_autoland_att_tecs_navigator_termination_controlgroups' into ...Julian Oes2013-12-2723-503/+1655
| |\ \ \ \ \ \ \ \
| * | | | | | | | | HIL: copy correct actuator groupJulian Oes2013-12-021-1/+2
| * | | | | | | | | Merge remote-tracking branch 'juchlid/bottledrop' into bottle_drop_navigatorJulian Oes2013-11-291-1/+5
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/PX4/Firmware into bottledropJuchli D2013-11-154-12/+19
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Hack to always armJuchli D2013-11-051-0/+3
| | * | | | | | | | | | fmu: Also take into account actuator group 1Juchli D2013-11-051-1/+2
* | | | | | | | | | | | px4flow: removed flow report in driver, just use uORB topicJulian Oes2014-08-252-65/+34
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Remove absolute pressure field as its not useful and confusing anywaryLorenz Meier2014-08-242-31/+11
* | | | | | | | | | | meas_airspeed: don't reset the filter below 0Julian Oes2014-08-231-5/+0
* | | | | | | | | | | Revert "airspeed_calibration: stop talking about Pa and and hashtags"Julian Oes2014-08-231-5/+3
* | | | | | | | | | | airspeed_calibration: stop talking about Pa and and hashtagsJulian Oes2014-08-231-3/+5
* | | | | | | | | | | meas_airspeed: don't take the aboslute valueJulian Oes2014-08-231-11/+7
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge pull request #1298 from PX4/adafruiti2cpwmLorenz Meier2014-08-211-11/+15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | pca9685: correct input scalingThomas Gubler2014-08-211-11/+15
* | | | | | | | | | | Merge pull request #1296 from PX4/adafruiti2cpwmLorenz Meier2014-08-203-0/+718
|\| | | | | | | | | |
| * | | | | | | | | | rename adafruiti2cpwm to pca9685Thomas Gubler2014-08-203-77/+78
| * | | | | | | | | | adafruit i2c pwm: listen to uorb for setpointsThomas Gubler2014-08-201-3/+49
| * | | | | | | | | | bring up adafruit i2c pwm driverThomas Gubler2014-08-201-14/+253
| * | | | | | | | | | skeleton for adafruiti2cpwm driverThomas Gubler2014-08-203-0/+432
* | | | | | | | | | | Merge pull request #1283 from PX4/qnhLorenz Meier2014-08-201-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | add param for qnhThomas Gubler2014-08-171-2/+2
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Reset excitement mode for hmc5883 sensor before applying a new one to avoid g...muharred2014-08-201-2/+1
* | | | | | | | | | Merge pull request #1290 from PX4/sf_fixLorenz Meier2014-08-191-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Require a digit ahead of the dot for a valid number for the SF0x outputLorenz Meier2014-08-181-1/+2
* | | | | | | | | | | Do not perform retries in airspeed driver - this is too much load for the HRT...Lorenz Meier2014-08-181-2/+1
* | | | | | | | | | | Airspeed fix attemptLorenz Meier2014-08-181-1/+5
|/ / / / / / / / / /
* / / / / / / / / / px4io driver: fix actuator output formatHolger Steinhaus2014-08-161-1/+1
|/ / / / / / / / /
* | | | | | | | | Fixed missing return value after last change setLorenz Meier2014-08-121-2/+2
* | | | | | | | | Fix NO RC handling (fixes #1263)Lorenz Meier2014-08-111-7/+29
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge pull request #1244 from PX4/asfilter_moreLorenz Meier2014-08-011-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | airspeed: Filter slightly more, just a touch to not induce phase delayLorenz Meier2014-07-311-1/+1
* | | | | | | | | Tone alarm sound for barometer check failRandy Mackay2014-08-012-0/+3
|/ / / / / / / /
* | | | | | | | Merge branch 'master' of github.com:PX4/Firmware into asfilterLorenz Meier2014-07-293-19/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert to original loopJean Cyr2014-07-261-2/+1
| * | | | | | | | Improve update performance and clean up compiler warnings in px4io driverJean Cyr2014-07-253-20/+28
* | | | | | | | | Make airspeed filter a bit smoother, but do not induce a huge phase delayLorenz Meier2014-07-291-1/+1
* | | | | | | | | Increase filter pass-bandLorenz Meier2014-07-281-1/+1
* | | | | | | | | Merge remote-tracking branch 'upstream/master' into asfilterLorenz Meier2014-07-252-0/+3
|\| | | | | | | |
| * | | | | | | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2014-07-2410-0/+20
| |\ \ \ \ \ \ \ \
| * | | | | | | | | tone_alarm: add EKF_WARNING tuneRandy Mackay2014-07-232-0/+3