ardupilot/libraries/GCS_MAVLink
Peter Barker 09f4961a63 GCS_MAVLink: increase statustext queue size to 7 on low-mem boards
... and SITL....

Copter currently spits out so many messages on a banner-send (e.g what
we do when parameters are fetched) that it puses the first sent message
straight out of the queue before it gets a chance to be sent from the
queue.
2021-05-27 12:39:04 +10:00
..
examples/routing GCS_MAVLink: move initialisation of serial and gcs to AP_Vehicle 2020-02-25 11:50:55 +11:00
.gitignore
GCS.cpp GCS_MAVLink: increase statustext queue size to 7 on low-mem boards 2021-05-27 12:39:04 +10:00
GCS.h GCS_MAVLink: increase statustext queue size to 7 on low-mem boards 2021-05-27 12:39:04 +10:00
GCS_Common.cpp GCS_MAVLink: Fix build for builds with GPS_MAX_RECEIVERS = 1 2021-05-18 10:26:55 +10:00
GCS_DeviceOp.cpp GCS_MAVLink: add support for bank selection on SPI DEVICE_OPs 2020-08-06 12:41:35 +10:00
GCS_Dummy.cpp GCS_MAVLink: allow replay to use GCS_Dummy 2020-11-10 16:15:45 +11:00
GCS_Dummy.h GCS_MAVLink: allow replay to use GCS_Dummy 2020-11-10 16:15:45 +11:00
GCS_FTP.cpp GCS_MAVLink: send message when MAVFTP init fails 2021-02-10 23:06:36 +11:00
GCS_Fence.cpp GCS_MAVLink: Add reporting of fence floor breaches to GCS_MAVLink 2021-03-05 14:52:46 +11:00
GCS_MAVLink.cpp GCS_MAVLink: allow private channels to also be active 2020-06-09 10:37:32 +10:00
GCS_MAVLink.h GCS_MAVLink: reserve another mavlink channel 2020-07-10 13:28:38 +10:00
GCS_Param.cpp GCS_MAVLink: fixed valgrind errors with AP_Param::ParamToken 2021-01-26 10:43:09 +11:00
GCS_Rally.cpp GCS_MAVLINK: Add missing const in member functions 2021-02-03 18:45:14 +11:00
GCS_ServoRelay.cpp GCS_Common: handle command_long in GCS base class 2018-07-06 09:43:09 +10:00
GCS_Signing.cpp GCS_MAVLINK: Add missing const in member functions 2021-02-03 18:45:14 +11:00
GCS_serial_control.cpp GCS_MAVLink: convert to using hal.serial() instead of hal.uartX 2020-12-15 10:32:46 +11:00
MAVLink_routing.cpp GCS_MAVLink: process messages sent to broadcast system 2020-10-21 18:22:48 +11:00
MAVLink_routing.h GCS_MAVLink: correct encoding used for send_to_components 2019-11-26 12:10:12 +11:00
MissionItemProtocol.cpp GCS_MAVLink: Notify the maximum number of missions 2021-02-03 20:31:50 +11:00
MissionItemProtocol.h GCS_MAVLink: allow upload of fence using mission item protocol 2019-09-28 07:58:48 +09:00
MissionItemProtocol_Fence.cpp GCS_MAVLink: expose functions to convert fence and rally to mavlink 2021-04-21 07:12:55 +10:00
MissionItemProtocol_Fence.h GCS_MAVLink: expose functions to convert fence and rally to mavlink 2021-04-21 07:12:55 +10:00
MissionItemProtocol_Rally.cpp GCS_MAVLink: expose functions to convert fence and rally to mavlink 2021-04-21 07:12:55 +10:00
MissionItemProtocol_Rally.h GCS_MAVLink: expose functions to convert fence and rally to mavlink 2021-04-21 07:12:55 +10:00
MissionItemProtocol_Waypoints.cpp GCS_MAVLink: Remove redundant assignment to the command 2020-03-31 10:35:49 +11:00
MissionItemProtocol_Waypoints.h GCS_MAVLink: allow complete() call on subclasses to fail 2019-08-07 12:07:59 +10:00
ap_message.h GCS_MAVLink: add support for ATTITUDE_QUATERNION 2021-03-13 09:44:12 +11:00