44 Commits (c784ee717b42e672c3c1a4e45d3255906459131a)

Author SHA1 Message Date
Randy Mackay cf36fd55bd GCS_MAVlink: correct sending of 2nd battery's voltage 10 years ago
Andrew Tridgell b5a5b71512 GCS_MAVLink: reverse sense of check_and_forward() 10 years ago
Andrew Tridgell 079158d4b8 GCS_MAVLink: strip out the old GCS_Class class 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 aa88ba4158 GCS_MAVLink: only call message handler for our own messages 10 years ago
Andrew Tridgell c750cbebfb GCS_MAVLink: prevent asan errors in send_text_all 10 years ago
Andrew Tridgell 60aa017e11 GCS_MAVLink: added handle_set_mode() function 11 years ago
Randy Mackay 47c135c4e1 GCS_MAVLink: add comments around checking target 11 years ago
Andrew Tridgell 6b893a5865 GCS_MAVLink: slow down parameter send a lot with no flow control 11 years ago
Randy Mackay de747d215a Revert "GCS_MAVLink: send radio_in using rcmap" 11 years ago
Randy Mackay 0881ccbee0 GCS_MAVLink: send radio_in using rcmap 11 years ago
Andrew Tridgell 9a1bac06d4 GCS_MAVLink: added send_battery2() 11 years ago
Andrew Tridgell f49258eb31 GCS_MAVLink: added send_statustext_all() method 11 years ago
Andrew Tridgell 786661ca2b GCS_MAVLink: better handling of high severity STATUSTEXT messages 11 years ago
Andrew Tridgell a21998aece GCS_MAVLink: prevent integer underflow with comm_get_txspace() 11 years ago
Andrew Tridgell 3020d91dcd GCS_MAVLink: keep a bitmap of what mavlink channels are active 11 years ago
Andrew Tridgell ddb030088d GCS_Mavlink: moved some more mavlink functions to GCS_Common.cpp 11 years ago
Randy Mackay 9103899048 GCS_Common: minor typo in comments 11 years ago
Andrew Tridgell 544d872d65 GCS_MAVLink: fixed a shadowed variable 11 years ago
Andrew Tridgell bcb3d1af14 GCS_MAVLink: fixed flymaple build 11 years ago
Niels Joubert baf0697f48 GCS_MAVLink: Add support for GPS_RTK messages 11 years ago
Andrew Tridgell 0b6407256c GCS_MAVLink: moved 3 more send_*() functions to GCS_Common.cpp 11 years ago
Andrew Tridgell 63da53c842 GCS_MAVLink: moved main update() routine into GCS_Common.cpp 11 years ago
Andrew Tridgell 49e7ee9ba7 GCS_MAVLink: added setup_uart() method 11 years ago
Andrew Tridgell cf9b67d8fc GCS_MAVLink: prevent uninitialised bytes being written to a serial port 11 years ago
Andrew Tridgell f05b90bfd2 GCS_MAVLink: fixed some compiler warnings 11 years ago
Randy Mackay 3efad982c0 GCS_Mavlink: return MISSION_INVALID when conversion fails 11 years ago
Andrew Tridgell 8af9573806 GCS_MAVLink: allow logging of RADIO_STATUS, very useful for link analysis 11 years ago
Andrew Tridgell 0832aba6bc GCS_MAVLINK: moved deferred message handling into common code 11 years ago
Andrew Tridgell 8d89a64312 GCS_MAVLink: moved handling of MISSION_ITEM into common code 11 years ago
Andrew Tridgell 965f6bd3bd GCS_MAVLink: make DataFlash a pointer 11 years ago
Andrew Tridgell b85c5123b2 GCS_MAVLink: added save parameter to handle_request_data_stream() 11 years ago
Andrew Tridgell 79bb14b8c1 GCS_MAVLink: moved RADIO_STATUS handling into common code 11 years ago
Andrew Tridgell 144217ac74 GCS_MAVLink: moved parameter and stream handling into common code 11 years ago
Andrew Tridgell 0b811ba6a9 GCS_MAVLink: added have_flow_control() method 11 years ago
Randy Mackay c462adf2ee GCS_MAVLink: added five handle_mission methods 11 years ago
Randy Mackay 3938fb7255 GCS_MAVLink: loiter direction removed 11 years ago
Andrew Tridgell add2416dbe GCS_MAVLink: added handle_mission_request() common function 11 years ago
Andrew Tridgell 9aea781248 GCS_MAVLink: moved send_ahrs2 to common code 11 years ago
Andrew Tridgell 87355127ca GCS_MAVLink: added send_power_status() 11 years ago
Andrew Tridgell af124a8a45 GCS_MAVLink: moved send_meminfo() to GCS_Common.cpp 11 years ago
Andrew Tridgell 6d356efa22 GCS_MAVLink: moved some more functions into GCS_Common.cpp 11 years ago
Andrew Tridgell d034a4108b GCS_MAVLink: started adding MAVLink log download 11 years ago
Andrew Tridgell d67ad2c7ee AP_Notify: added missing files 12 years ago
Andrew Tridgell 495c4bbbbe AP_Notify: simplify interface to avoid timers and external calls 12 years ago
Randy Mackay 2658cda4bc Toshiba_LED_PX4: local #defines for led brightness 12 years ago
Randy Mackay 0c1db12538 AP_Notify: add ToshibaLED_PX4 12 years ago
Randy Mackay a52b1831ca AP_Notify: make flags static variable 12 years ago
Randy Mackay 54007854a9 Notify: add ToshibaLED 12 years ago