20377 Commits (a037920de4778192a3ff3999649aedcc6ff2c40b)

Author SHA1 Message Date
Michael du Breuil 7a03b8faac AP_InertialNav: Remove undeeded includes 6 years ago
Michael du Breuil 9b162563d6 AP_Advanced_Failsafe: Reduce scope of AP_Baro.h 6 years ago
Michael du Breuil b624f6f008 AP_NavEKF3: Reduce scope of AP_Baro.h 6 years ago
Michael du Breuil f04e47fc17 AP_NavEKF2: Reduce scope of AP_Baro.h 6 years ago
Michael du Breuil 6385e3ceac AP_TempCalibration: Include needed AP_Baro.h 6 years ago
Michael du Breuil 9ed3242c06 AP_Tuning: Reduce header scope 6 years ago
Michael du Breuil 18e979fd4f GCS_MAVLink: Include needed AP_Baro.h 6 years ago
Michael du Breuil 631b4380e1 AP_OSD: Include needed AP_Baro.h 6 years ago
Michael du Breuil 6480786ab2 AP_Mount: Cleanup SoloGimalEKF headers further 6 years ago
Michael du Breuil eeca59d1ef AP_Arming: Include needed AP_Baro.h 6 years ago
Michael du Breuil 2dcbe5a49b AP_ADSB: Include needed AP_Baro.h 6 years ago
Peter Barker 61e261caf5 AP_Soaring: remove definition of 'N' macro in favour of scoped variable 6 years ago
Peter Barker 54ba686855 AP_InternalError: add bit for asking for a non-existant gcs backend 6 years ago
Michael du Breuil 67898d7320 AP_FrSky_Telem: Don't statically allocate the statustext_queue 6 years ago
Michael du Breuil f955a4e4d5 GCS_MAVLink: Don't retain a FrSky instance if we aren't using it 6 years ago
Michael du Breuil 59e62ca2fc AP_FrSky_Telem: Make init return false if we failed to init 6 years ago
Peter Barker 278ac5e6ed GCS_MAVLink: correct deferred body timing debug 6 years ago
Peter Barker feddaabc42 GCS_MAVLink: handle out-of-time to send messages in parent class 6 years ago
Andrew Tridgell 88111ef81a AP_BattMonitor: reset failsafe flags when we reset battery remaining 6 years ago
Andrew Tridgell f28df4dff1 GCS_MAVLink: support MAV_CMD_BATTERY_RESET command 6 years ago
Andrew Tridgell 11518857b6 AP_BattMonitor: added reset_remaining() API 6 years ago
Peter Barker a55c40949b GCS_MAVLink: remove pointless protocol parameter to setup_uart 6 years ago
Peter Barker ca449cd979 GCS_MAVLink: stop pointlessly passing serial manager around 6 years ago
Peter Barker 45fab82345 GCS_MAVLink: eliminate redundant static pointer to serialmanager 6 years ago
Randy Mackay 0b62641a46 AC_Avoidance: fix Dijkstra's iteration through polygon fence points 6 years ago
Peter Barker afd63c05ec AP_Tuning: ignore tuning selector switch unless valid RC input 6 years ago
Peter Barker 288b13868b AP_Tuning: debounce RC input 6 years ago
Andrew Tridgell b6dbb8f464 GCS_MAVLink: always show AHRS healthy with EKF type 10 6 years ago
Andrew Tridgell 5ac2aad2f8 AP_Mission: fixed valgrind error on writing mission items 6 years ago
Andrew Tridgell 0ca71ba725 AP_HAL: added get_last_armed_change() Util function 6 years ago
Andrew Tridgell 8fc8bc4d84 AP_Arming: notify logging system of an arming failure 6 years ago
Andrew Tridgell dd3eec2a38 AP_Logger: persist logging for 15s after disarm or arming failure 6 years ago
Randy Mackay df6c666740 AP_Common: add AP_ExpandingGeneric to reduce code size 6 years ago
Randy Mackay 4ef3005d2c AP_Common: add AP_ExpandingArray delete 6 years ago
Randy Mackay 578023483c AC_Avoidance: Dijkstra's expanding arrays use 32 elements per chunk 6 years ago
Randy Mackay 2cb89d9a02 AP_Common: expanding array uses realloc 6 years ago
Randy Mackay da645c32ff AC_Avoidance: Dijkstra's specifies expanding array chunk sizes 6 years ago
Randy Mackay 073ce8c3db AP_ExpandingArray: add class description and remove default constructor 6 years ago
Randy Mackay 48a7f468bf AC_Avoidance: AP_OADijkstra and OAVisGraph use AP_ExpandingArray 6 years ago
Randy Mackay 528e7c60b0 AP_Common: add AP_ExpandingArray class 6 years ago
Peter Barker 1ff3cd442d AP_Mission: fix example by instantiating a GCS object 6 years ago
Peter Barker c11da6a85d GCS_MAVLink: routing example: use GCS_Dummy in place of custom GCS 6 years ago
Jaaaky 061b4b7e70 AP_Airspeed: convert to unix style end-of-line 6 years ago
Andrew Tridgell 767968026a AP_AdvancedFailsafe: added docs for AFS output pins 6 years ago
Michael du Breuil 75c62154b5 AP_HAL_SITL: Add missing override declarations 6 years ago
Michael du Breuil a34ac14ec5 AP_HAL_ChibiOS: Make BOARD_FLASH_SIZE available at configure time 6 years ago
Michael du Breuil 0a7cf77de4 AP_AHRS: Update function descriptions in header 6 years ago
Michael du Breuil 0ed3c547fd AP_Scripting: Disable by default, fix a nullable type, update README 6 years ago
Peter Barker ccbf3234f7 AP_HAL_SITL: return RC protocol being decoded 6 years ago
Peter Barker a9c4f1d0d5 AP_HAL_Linux: return RC protocol being decoded 6 years ago