Commit Graph

8721 Commits

Author SHA1 Message Date
Anton Babushkin 17bfc06e9c Merge branch 'master' into mavlinkrates2 2014-07-29 12:34:29 +02:00
Lorenz Meier c439db421a Merge pull request #1240 from PX4/nshterm_stack
nshterm: increase stack size to fix crash on 'ls -l'
2014-07-29 03:20:56 -07:00
Anton Babushkin c9eea8fbfa nshterm: increase stack size to fix crash on 'ls -l' 2014-07-29 12:01:09 +02:00
Anton Babushkin e3bc557155 rc.usb: set RC_CHANNELS_RAW rate to 5Hz 2014-07-29 11:59:38 +02:00
Anton Babushkin 2cf688312a mavlink: show 'rate mult' in 'mavlink status' output 2014-07-29 11:58:59 +02:00
Lorenz Meier 577e75ab5a Merge pull request #1232 from jean-m-cyr/master
Improve update performance and clean compiler warnings in px4io driver
2014-07-29 02:26:34 -07:00
Lorenz Meier 1ab6eb2fb8 Merge pull request #1228 from PX4/mavlinkonboard
Mavlink onboard
2014-07-29 02:25:42 -07:00
Lorenz Meier e2c96876f2 Merge pull request #1227 from PX4/mission_fb
Improve user feedback on mission load fails
2014-07-29 02:24:44 -07:00
Anton Babushkin 5f0fc4b566 Merge branch 'master' into mavlinkrates2 2014-07-28 20:31:29 +02:00
Anton Babushkin f3ec46369b mavlink: all streams ported to new API 2014-07-28 20:30:58 +02:00
Anton Babushkin 019dc1b526 mavlink: log message severity fixed 2014-07-28 17:46:35 +02:00
Anton Babushkin 241802a71f mavlink: more streams ported to new API 2014-07-28 17:40:53 +02:00
Lorenz Meier 67db8ee4f0 Add missing states, build fix for master 2014-07-28 14:27:10 +02:00
Anton Babushkin e087ec81c3 mavlink: more streams ported to new API 2014-07-28 13:53:45 +02:00
Anton Babushkin f1b55e578f mavlink: more streams ported to new API 2014-07-28 11:02:56 +02:00
Anton Babushkin e1361fdc02 mavlink: GPS_RAW_INT stream added 2014-07-28 00:07:01 +02:00
Lorenz Meier 5d36381dc5 EKF: Fix wind publication, fix commented out flags 2014-07-27 23:38:14 +02:00
Lorenz Meier 17e82c5f7f Merge pull request #1233 from PX4/circuitbrkairspd
circuit_breakers: added param to disable airspeed check
2014-07-27 12:52:02 -07:00
Julian Oes 54b9698d65 circuit_breakers: added param to disable airspeed check 2014-07-26 17:48:45 +02:00
Jean Cyr 3a4da7c5fa Revert to original loop
Original loop was correct, and slightly more efficient. Retain
initialization of ret to handle the case where passed in count is 0.
2014-07-26 09:05:44 -04:00
Jean Cyr 2de38d0628 Improve update performance and clean up compiler warnings in px4io driver
- Fix compiler warnings in px4io_serial.cpp
- Fix compiler warnings in px4io_uploader.cpp
- Rename confusing overloaded send method with nearly identical
parameters in px4io_uploader.cpp
- Improve update performance by using maximum size programming buffer
since we are no longer limited by stack size.
2014-07-25 23:30:37 -04:00
Lorenz Meier 5bf7d5774c Merge pull request #1226 from PX4/filter_mode
Return 0 for a non-reset - tested 40 mins in flight.
2014-07-25 12:50:59 -07:00
Julian Oes 277a16873b Merge pull request #1208 from PX4/sysid_reboot
Fixes #1207
2014-07-25 19:15:55 +02:00
Anton Babushkin a2ac45f4e0 Merge commit 'bd808ccf3a825ac1304a72dcede12478fda76857' into mavlinkrates2 2014-07-25 18:41:25 +02:00
Anton Babushkin c5a623e158 rcS: set rates for parameters and missions on USB connection 2014-07-25 14:30:45 +02:00
Anton Babushkin 07c4144cde mavlink: message buffer size fixed 2014-07-25 14:30:06 +02:00
Anton Babushkin 1938ef16e3 mavlink: don't scale up rates, debug output removed 2014-07-25 14:27:07 +02:00
Julian Oes 80a197f0ff Revert "mavlink: use correct component ID"
This reverts commit 36d8d73aeb.
2014-07-25 09:45:23 +02:00
Lorenz Meier bd808ccf3a Merge pull request #1230 from PX4/posvalidcomment
update comment about condition_global_position_valid
2014-07-24 23:01:19 -07:00
Anton Babushkin 8f0af1c5fe mavlink: forwarding and FTP fixed, flow control detector fixed 2014-07-25 00:16:02 +02:00
Pavel Kirienko e92a0cd10d UAVCAN update for #1229 (windoze) 2014-07-25 02:14:35 +04:00
Thomas Gubler fd52e5561e update comment about condition_global_position_valid 2014-07-24 23:46:39 +02:00
Pavel Kirienko b72e89697c UAVCAN update for #1229 2014-07-25 00:52:42 +04:00
Lorenz Meier 53f1b31902 Do not abort on submodule init feedback 2014-07-24 21:41:09 +02:00
Lorenz Meier 45fe0164a3 Merge branch 'master' of github.com:PX4/Firmware 2014-07-24 21:27:48 +02:00
Anton Babushkin c486aa536f mavlink: bug fixed, don't delete mission manages twice 2014-07-24 19:34:19 +02:00
Anton Babushkin b31ddc193c mavlink: tix mission manager to use MavlinkStream API 2014-07-24 19:31:25 +02:00
Julian Oes 58aa9f28f0 mavlink: when detecting spoof, be more verbose 2014-07-24 17:59:02 +02:00
Julian Oes 36d8d73aeb mavlink: use correct component ID 2014-07-24 17:58:17 +02:00
Julian Oes b4e6f535ea mavlink: onboard links should only pass on messages from the same system ID 2014-07-24 17:57:30 +02:00
Lorenz Meier f03f6ddd74 Improve user feedback on mission load fails 2014-07-24 17:57:15 +02:00
Lorenz Meier 87334a987a Return 0 for a non-reset 2014-07-24 17:42:45 +02:00
Anton Babushkin 897984c4f4 mavlink: bug fixed, don't delete parameters stream 2014-07-24 12:28:02 +02:00
Anton Babushkin eb4015ced1 mavlink: strange FIXME comment removed 2014-07-24 12:10:56 +02:00
Anton Babushkin 9df1da1b7c mavlink: STATUSTEXT implemented via streams API 2014-07-24 12:10:21 +02:00
Anton Babushkin ea2dce3992 mavlink: MavlinkStream API simplifyed 2014-07-23 23:10:10 +02:00
Anton Babushkin a65b7aee0b mavlink: ATTITUDE, ATTITUDE_QUATERNION, VFR_HUD streams added 2014-07-23 22:54:48 +02:00
Anton Babushkin 20698c751c mavlink: HIGHRES_IMU stream added 2014-07-23 22:40:55 +02:00
Anton Babushkin 7ecf66c06d mavlink: bugs fixed 2014-07-23 17:36:10 +02:00
Lorenz Meier 1fdc666bb0 Update NuttX to deal with parity 2014-07-23 16:53:19 +02:00