aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* removed debug statement from mTECSLorenz Meier2014-08-011-1/+0
* Make throttle time constant tunable separately, group TECS params correctly, ...Lorenz Meier2014-08-012-14/+46
* Move the last throttle demand setting to a better positionLorenz Meier2014-08-011-1/+4
* Merge branch 'master' of github.com:philipoe/Firmware into throttle_tuningLorenz Meier2014-08-012-1/+6
|\
| * TECS: Added separate gain / time constant for the throttle loop to allow inde...philipoe2014-07-312-1/+6
* | Tone alarm sound for barometer check failRandy Mackay2014-08-012-0/+3
* | Removed misleading comment from the UAVCAN module makefilePavel Kirienko2014-08-011-4/+0
* | UAVCAN node version infoPavel Kirienko2014-08-012-14/+48
* | mavlink, rc.usb: increase HIL_CONTROLS rate and datarate on USB to allow HIL ...Anton Babushkin2014-07-311-2/+2
|/
* Merge branch 'stable'Lorenz Meier2014-07-311-1/+1
|\
| * Default to TECSLorenz Meier2014-07-311-1/+1
* | Merge pull request #1236 from PX4/real_life_timeoutsLorenz Meier2014-07-312-17/+18
|\ \
| * | Differentiate between EPH and EPV. Do not declare position invalid because o...Lorenz Meier2014-07-291-14/+15
| * | global pos topic docsLorenz Meier2014-07-291-2/+2
| * | Merge branch 'master' into real_life_timeoutsLorenz Meier2014-07-299-37/+64
| |\ \
| * | | Increase GPS position timeout to real-life timeouts. More work needed.Lorenz Meier2014-07-271-2/+2
* | | | Merge pull request #1217 from PX4/mavlinkrates2Lorenz Meier2014-07-3115-1192/+1533
|\ \ \ \ | |_|_|/ |/| | |
| * | | Code style fixesLorenz Meier2014-07-311-7/+10
| * | | Add missing lockLorenz Meier2014-07-311-0/+5
| * | | Improved comment of bridge headerLorenz Meier2014-07-301-1/+6
| * | | Merge branch 'master' into mavlinkrates3Lorenz Meier2014-07-301-0/+1
| |\ \ \
| * | | | make GCC happyLorenz Meier2014-07-301-4/+4
| * | | | Proper locking for message send callsLorenz Meier2014-07-302-6/+17
| * | | | Merge branch 'master' into mavlinkrates2Anton Babushkin2014-07-297-37/+56
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | mavlink: show 'rate mult' in 'mavlink status' outputAnton Babushkin2014-07-291-0/+1
| * | | | Merge branch 'master' into mavlinkrates2Anton Babushkin2014-07-289-32/+56
| |\ \ \ \
| * | | | | mavlink: all streams ported to new APIAnton Babushkin2014-07-282-317/+347
| * | | | | mavlink: log message severity fixedAnton Babushkin2014-07-283-24/+24
| * | | | | mavlink: more streams ported to new APIAnton Babushkin2014-07-281-284/+300
| * | | | | mavlink: more streams ported to new APIAnton Babushkin2014-07-281-254/+268
| * | | | | mavlink: more streams ported to new APIAnton Babushkin2014-07-281-351/+362
| * | | | | mavlink: GPS_RAW_INT stream addedAnton Babushkin2014-07-281-63/+71
| * | | | | Merge commit 'bd808ccf3a825ac1304a72dcede12478fda76857' into mavlinkrates2Anton Babushkin2014-07-2529-41/+1605
| |\ \ \ \ \
| * | | | | | mavlink: message buffer size fixedAnton Babushkin2014-07-251-1/+1
| * | | | | | mavlink: don't scale up rates, debug output removedAnton Babushkin2014-07-251-6/+6
| * | | | | | mavlink: forwarding and FTP fixed, flow control detector fixedAnton Babushkin2014-07-252-39/+77
| * | | | | | mavlink: bug fixed, don't delete mission manages twiceAnton Babushkin2014-07-241-2/+0
| * | | | | | mavlink: tix mission manager to use MavlinkStream APIAnton Babushkin2014-07-245-77/+97
| * | | | | | mavlink: bug fixed, don't delete parameters streamAnton Babushkin2014-07-241-1/+0
| * | | | | | mavlink: strange FIXME comment removedAnton Babushkin2014-07-241-1/+0
| * | | | | | mavlink: STATUSTEXT implemented via streams APIAnton Babushkin2014-07-243-81/+119
| * | | | | | mavlink: MavlinkStream API simplifyedAnton Babushkin2014-07-234-109/+66
| * | | | | | mavlink: ATTITUDE, ATTITUDE_QUATERNION, VFR_HUD streams addedAnton Babushkin2014-07-231-260/+284
| * | | | | | mavlink: HIGHRES_IMU stream addedAnton Babushkin2014-07-232-118/+133
| * | | | | | mavlink: bugs fixedAnton Babushkin2014-07-233-16/+23
| * | | | | | mavlink: move commands stream to mavlink_messages.cpp, bugs fixedAnton Babushkin2014-07-237-149/+78
| * | | | | | mavlink: new message sending API, includes fixedAnton Babushkin2014-07-239-1876/+1715
| * | | | | | mavlink: MavlinkStream API updatedAnton Babushkin2014-07-232-5/+13
| * | | | | | mavlink: parameters handling moved to MavlinkParametersManager classAnton Babushkin2014-07-232-0/+311
| * | | | | | mavlink: use send_message() method of Mavlink class instead of using helpersAnton Babushkin2014-07-205-173/+123