aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sdlog2_dump.py: minor fix allowing handling FMT messages in the middle of streamAnton Babushkin2014-07-311-1/+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-2911-170/+271
| |\ \
| * | | 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-3116-1192/+1539
|\ \ \ \ | |_|_|/ |/| | |
| * | | 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-303-133/+208
| |\ \ \
| * | | | 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
| |\ \ \ \
| * | | | | rc.usb: set RC_CHANNELS_RAW rate to 5HzAnton Babushkin2014-07-291-0/+2
| * | | | | 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-2544-43/+1771
| |\ \ \ \ \ \
| * | | | | | | rcS: set rates for parameters and missions on USB connectionAnton Babushkin2014-07-251-0/+4
| * | | | | | | 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
| * | | | | | | Obey radio status in opportunistic transmissions as well. Last missing bit ar...Lorenz Meier2014-07-201-1/+28
| * | | | | | | mavlink: Only send event-based messages if there is space in the bufferLorenz Meier2014-07-193-6/+84
| * | | | | | | Merge branch 'master' into mavlinkratesLorenz Meier2014-07-1910-27/+79
| |\ \ \ \ \ \ \
| * | | | | | | | mavlink: TX/RX rate counters addedAnton Babushkin2014-07-193-0/+54
| * | | | | | | | Update ratesLorenz Meier2014-07-191-1/+1
| * | | | | | | | Fix code style, no actual code editsLorenz Meier2014-07-191-76/+94