aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2014-11-2847-412/+1831
| | |\ \ \ \
| | | * | | | Disable the BlinkM driver, code style fixes for other disabled driversLorenz Meier2014-11-271-3/+3
| | * | | | | Updating NuttX versionLorenz Meier2014-11-281-0/+0
| * | | | | | Fix RGB led stop commandLorenz Meier2014-12-011-7/+7
| | |/ / / / | |/| | | |
| * | | | | HMC5883: Better status reportingLorenz Meier2014-11-261-10/+29
| * | | | | Make boot less verbose to not hide the important status messagesLorenz Meier2014-11-261-5/+0
| * | | | | Remove uncommon modules from FMU-v2 buildLorenz Meier2014-11-261-2/+2
| * | | | | Added TeraRanger one sensorLorenz Meier2014-11-26336-4736/+17956
| |\ \ \ \ \
| | * \ \ \ \ Merged PX4Flow driver changesLorenz Meier2014-11-26155-749/+2136
| | |\ \ \ \ \
| | | * | | | | airspeed: use _retries=2 for I2C retries once initialisedAndrew Tridgell2014-11-261-4/+6
| | | * | | | | systemcmds: added reflect command for USB testingAndrew Tridgell2014-11-262-0/+152
| | | * | | | | Merge branch 'pullrequest-px4io' of github.com:tridge/FirmwareLorenz Meier2014-11-262-52/+47
| | | |\ \ \ \ \
| | | | * | | | | px4io: prevent use of uninitialised memory in io_set_arming_state()Andrew Tridgell2014-11-261-36/+38
| | | | * | | | | px4io: only check SAFETY_OFF for allowing RC config changes and rebootAndrew Tridgell2014-11-261-10/+3
| | | | * | | | | px4io: fixed error returns to be negativeAndrew Tridgell2014-11-261-5/+5
| | | | * | | | | px4io: fixed RC_CONFIG channel limit checkAndrew Tridgell2014-11-261-1/+1
| | | * | | | | | uavcan: added add_poll_fd() helper functionAndrew Tridgell2014-11-262-16/+27
| | | * | | | | | uavcan: show ESC output values in uavcan status, and add arm/disarmAndrew Tridgell2014-11-261-1/+19
| | | * | | | | | uavcan: handle all ESC output in one placeAndrew Tridgell2014-11-262-35/+47
| | | * | | | | | uavcan: prevent crash in ESC driverAndrew Tridgell2014-11-261-1/+3
| | | * | | | | | uavcan: don't force motors to keep spinning at zero throttleAndrew Tridgell2014-11-261-4/+9
| | | * | | | | | motor_test: prevent use of uninitialised test_motor orb handleAndrew Tridgell2014-11-261-1/+2
| | | * | | | | | uavcan: added support for actuator_direct ORB topicAndrew Tridgell2014-11-262-0/+28
| | | * | | | | | uORB: added actuator_direct topicAndrew Tridgell2014-11-263-0/+74
| | | * | | | | | uavcan: break the link between poll fd indexes and controlsAndrew Tridgell2014-11-262-3/+5
| | | |/ / / / /
| | | * | | | | Merge pull request #1398 from philipoe/masterLorenz Meier2014-11-232-2/+4
| | | |\ \ \ \ \
| | | | * | | | | commander: Decrease RC-signal-regained message length to stay within 50 chara...philipoe2014-11-231-1/+1
| | | | * | | | | Merge remote-tracking branch 'upstream/master' into PR_RCLossDur2philipoe2014-11-20142-754/+2240
| | | | |\| | | |
| | | | * | | | | commander: Change printing in RC-loss message to integersphilipoe2014-11-201-2/+2
| | | | * | | | | commander: Added duration of rc-loss to mavlink_log_critical messagephilipoe2014-10-202-1/+3
| | | | * | | | | commander: Added time of RC-loss/gain to the mavlink_log_critical message to ...philipoe2014-10-201-2/+2
| | | * | | | | | Added performance counter for SD log performance of write() callLorenz Meier2014-11-231-0/+7
| | | * | | | | | Merge pull request #1399 from PX4/safetyLorenz Meier2014-11-234-19/+29
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Merge branch 'master' into safetyLorenz Meier2014-11-220-0/+0
| | | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ \ Merge branch 'master' into safetyLorenz Meier2014-11-220-0/+0
| | | | |\ \ \ \ \ \ \
| | | | * | | | | | | | Allow IO safety off system handling as long as the total system is not liveLorenz Meier2014-11-221-8/+13
| | | | * | | | | | | | Update mixing handling to allow IO safety off updatesLorenz Meier2014-11-221-10/+10
| | | | * | | | | | | | INAV: use int for outputsLorenz Meier2014-11-222-7/+8
| | | | * | | | | | | | dataman: less verbose, fix code styleLorenz Meier2014-11-221-9/+5
| | | | * | | | | | | | INAV: Less verboseLorenz Meier2014-11-221-5/+3
| | | | * | | | | | | | position controller main: Less verboseLorenz Meier2014-11-221-2/+0
| | | | * | | | | | | | mc attitude controller: Less verboseLorenz Meier2014-11-221-2/+0
| | | | * | | | | | | | EKF: less verboseLorenz Meier2014-11-221-4/+0
| | | | * | | | | | | | GPS: be less verboseLorenz Meier2014-11-221-1/+0
| | | | * | | | | | | | ROMFS: Do only output necessary information on bootLorenz Meier2014-11-222-6/+1
| | | | * | | | | | | | Fix FD for commander arm operationLorenz Meier2014-11-221-2/+6
| | | | * | | | | | | | Airspeed calibration feedback: Improve wordingLorenz Meier2014-11-221-1/+1
| | | | * | | | | | | | Merge branch 'master' of github.com:PX4/Firmware into safetyLorenz Meier2014-11-22150-783/+2323
| | | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | | Enable IO safety parameterLorenz Meier2014-10-221-0/+5
| | | | | |_|_|/ / / / / | | | | |/| | | | | | |
| | | * | | | | | | | | Update NuttX version, MD5 fixLorenz Meier2014-11-231-0/+0
| | | | |_|_|/ / / / / | | | |/| | | | | | |