61 Commits (master)

Author SHA1 Message Date
Peter Barker 38119e17c7 GCS_MAVLink: correct gcs_out_of_space_to_send methodname 3 years ago
Stephen Dade 1344a0f41a GCS_MAVLink: Add support for High Latency MAVLink protocol 3 years ago
Peter Barker 2d96842490 GCS_MAVLink: correct out-of-space-to-send count 3 years ago
Andrew Tridgell 44d9d410a1 GCS_MAVLink: fixed mavlink packet corruption with multiple threads 3 years ago
Andrew Tridgell dc252aa8f5 GCS_MAVLink: check for null comm_port before writing 3 years ago
Peter Barker f158533fe9 GCS_MAVLink: allow private channels to also be active 5 years ago
Peter Barker 7d2557b316 GCS_MAVLink: correct txspace return value issues 5 years ago
Peter Barker 66d460c19b GCS_MAVLink: correct format in short-write panic message 5 years ago
Michael du Breuil 5000891a76 GCS_MAVLink: remove some unused includes 5 years ago
Peter Barker 8fc55b9678 GCS_MAVLink: remove comm_get_available 5 years ago
Peter Barker 210c2070a1 GCS_MAVLink: remove include of AP_Param.h in GCS_MAVLink.h 6 years ago
Peter Barker 45fab82345 GCS_MAVLink: eliminate redundant static pointer to serialmanager 6 years ago
Rajat Singhal bc22aeb4da GCS_Mavlink: Correct format specifier in UART panic message 6 years ago
Peter Barker 4d46c801f2 GCS_MAVLink: panic in SITL if we fail to write to uart 6 years ago
Peter Barker 49493676ea GCS_MAVLink: use MAV_PARAM_TYPE for sending parameter messages 6 years ago
Andrew Tridgell 1e354d53c9 GCS_MAVLink: added private channel mask 6 years ago
Andrew Tridgell 048a52ebc0 GCS_MAVLink: make mavlink send from multiple threads safe 7 years ago
Peter Barker 1aaf7e96af GCS_MAVLink: remove intermediate functions 7 years ago
Andrew Tridgell fd3037bbb7 GCS_MAVLink: add support for alternative protocol 7 years ago
Peter Barker ac1a00739c GCS_MAVLink: remove msg_snoop functionality 7 years ago
Peter Barker cc28ff49e9 GCS_MAVLink: support for a singleton 8 years ago
Lucas De Marchi 4e7b65260d GCS_MAVLink: shut up mavlink warnings 8 years ago
floaledm 9f8d2f0506 GCS_MAVLink: send status_text messages to Frsky lib queue 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Andrew Tridgell 018b1143d2 GCS_MAVLink: handle difference between SERIALn_PROTOCOL=1 and 2 9 years ago
Andrew Tridgell b3f94184f2 GCS_MAVLink: always build with MAVLink2 headers 9 years ago
Andrew Tridgell 0ead0ab978 GCS_MAVLink: support mavlink2 build 9 years ago
Francisco Ferreira d3e149e5d7 GCS_MAVLink: ignore Clang out-of-range warning 9 years ago
Andrew Tridgell 5080201be6 GCS_MAVLINK: added set_dataflash() method 9 years ago
Lucas De Marchi 5f26c951d8 GCS_MAVLink: stop using Progmem.h 9 years ago
Lucas De Marchi 5244559010 Minimize AP_Progmem.h includes 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Gustavo Jose de Sousa d7a2ef3e35 GCS_MAVLink: standardize inclusion of libaries headers 10 years ago
Randy Mackay 85eeba93c0 GCS_MAVLink: mavlink_comm_port to array 10 years ago
Randy Mackay 62e7e8cc7d GCS_MAVLink: add support for 4th mavlink chan on PX4 10 years ago
Randy Mackay 1157c13eb6 GCS_MAVLink: mavlink_comm_x become UARTDrivers 10 years ago
Andrew Tridgell f198cdcf20 GCS_MAVLink: added support for a MAVLink snoop function 10 years ago
Andrew Tridgell f1edd1bafb GCS_MAVLink: removed use of mavlink_check_target() 10 years ago
Andrew Tridgell 11f88f0f5d GCS_MAVLink: added routing object to GCS_MAVLink 10 years ago
Andrew Tridgell de294277e9 GCS_MAVLink: cope with new mavlink repo change in mavlink_system_t 10 years ago
Andrew Tridgell b8675b9abc GCS_MAVLink: implement SERIAL_CONTROL MAVLink message 11 years ago
Andrew Tridgell 013aaf4d3e GCS_MAVLink: moved comms functions to not be inline 11 years ago
Andrew Tridgell ac24ff0b1e GCS_MAVLink: added support for 3 UARTs 11 years ago
Andrew Tridgell 97b7130bb9 libraries: update license header to GPLv3 12 years ago
Andrew Tridgell 91a60be758 GCS_MAVLink: fixed indent-tabs-mode 12 years ago
Andrew Tridgell 7e58bde826 GCS_MAVLink: added comm_is_idle() function 12 years ago
Andrew Tridgell ea3b405959 MAVLink: moved CRC table into program 12 years ago
Andrew Tridgell feeebae03f GCS_MAVLink: added comm_send_buffer() 12 years ago
Pat Hickey 6661f827fa GCS_MAVLink: port to work with AP_HAL class rather than FastSerial 12 years ago