ardupilot/libraries
Andrew Tridgell ec6a679482 AP_HAL: added ByteBuffer and ObjectBuffer in RingBuffer
much better API than old macros
2015-12-20 07:33:54 +11:00
..
AC_AttitudeControl AC_AttitudeControl: reflect renamed function in AP_AHRS 2015-12-18 18:08:37 +11:00
AC_Fence Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
AC_InputManager AC_InputManager: Initial class creation 2015-11-12 19:37:21 +09:00
AC_PID AC_PID: remove unused AP_ADC_AnalogSource 2015-12-03 13:32:42 +11:00
AC_PrecLand Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
AC_Sprayer Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
AC_WPNav AC_WPNav: call renamed functions in AC_AttitudeControl 2015-12-09 19:58:50 +09:00
APM_Control Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
APM_OBC APM_OBC: use millis/micros/panic functions 2015-11-20 12:28:28 +09:00
APM_PI
AP_ADC waf: add waf support 2015-12-03 07:54:30 +11:00
AP_ADSB AP_ADSB: fix unit conversion 2015-12-18 13:49:47 +09:00
AP_AHRS AP_AHRS: rename get_dcm_matrix to get_rotation_body_to_ned 2015-12-18 18:08:37 +11:00
AP_Airspeed AP_Airspeed: remove unused AP_ADC_AnalogSource 2015-12-03 13:32:42 +11:00
AP_Arming AP_Arming: libraries_Text_revision 2015-11-26 08:08:58 +11:00
AP_Baro AP_Baro: remove unused AP_ADC_AnalogSource 2015-12-03 13:32:42 +11:00
AP_BattMonitor AP_BattMonitor: remove unused AP_ADC_AnalogSource 2015-12-03 13:32:42 +11:00
AP_BoardConfig AP_BoardConfig: use millis/micros/panic functions 2015-11-20 12:29:58 +09:00
AP_Buffer
AP_Camera AP_Camera: Camera options for better camera control 2015-12-18 18:16:11 +11:00
AP_Common AP_Common: remove crazy #define float double 2015-12-07 15:50:07 +09:00
AP_Compass AP_Compass: compiler warnings - float to float compare and bool cast 2015-12-07 15:49:58 +09:00
AP_Curve
AP_Declination waf: add waf support 2015-12-03 07:54:30 +11:00
AP_EPM AP_EPM: use millis/micros/panic functions 2015-11-20 12:30:34 +09:00
AP_Frsky_Telem AP_FrSkyTelem: use millis/micros/panic functions 2015-11-20 12:30:41 +09:00
AP_GPS AP_GPS_SBF: add sd logging by default, improve init 2015-12-07 21:56:44 +09:00
AP_HAL AP_HAL: added ByteBuffer and ObjectBuffer in RingBuffer 2015-12-20 07:33:54 +11:00
AP_HAL_AVR HAL_AVR: fixed branch URL for AVR 2015-12-03 13:28:51 +11:00
AP_HAL_Empty AP_HAL_Empty: follow coding style 2015-12-18 17:56:04 +11:00
AP_HAL_FLYMAPLE AP_HAL_FLYMAPLE: replace tabs with spaces in HAL_FLYMAPLE_Class 2015-12-18 17:56:04 +11:00
AP_HAL_Linux AP_HAL_Linux: add missing casts 2015-12-18 17:56:06 +11:00
AP_HAL_PX4 AP_HAL_PX4: add empty optical flow 2015-12-18 17:56:04 +11:00
AP_HAL_SITL AP_HAL_SITL: add empty optical flow 2015-12-18 17:56:04 +11:00
AP_HAL_VRBRAIN AP_HAL_VRBRAIN: add empty optical flow 2015-12-18 17:56:04 +11:00
AP_IRLock AP_IRLock: use millis/micros/panic functions 2015-11-20 12:31:35 +09:00
AP_InertialNav AP_InertialNav: Typo correction in comment 2015-12-19 10:11:35 +09:00
AP_InertialSensor AP_InertialSensor_MPU6000: Fix FIFO reset 2015-12-16 08:16:10 +11:00
AP_L1_Control Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
AP_LandingGear
AP_Limits
AP_Math AP_Math: Add function to convert frequency to/from microseconds 2015-12-16 08:18:17 +11:00
AP_Menu
AP_Mission AP_Mission: remove unused AP_ADC_AnalogSource 2015-12-03 13:32:43 +11:00
AP_Motors AP_MotorsHeli: Add more parameter checks. 2015-12-07 14:51:42 +09:00
AP_Mount AP_Mount: reflect renamed function in AP_AHRS 2015-12-18 18:08:37 +11:00
AP_NavEKF AP_NavEKF: use MAX() instead of maxf() 2015-12-01 16:28:18 -02:00
AP_NavEKF2 Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
AP_Navigation
AP_Notify AP_Notify: Add a new RGBLed implementation that works over RCOutput 2015-12-16 08:18:17 +11:00
AP_OpticalFlow AP_OpticalFlow: Update test declaration 2015-12-18 17:56:06 +11:00
AP_Parachute waf: add waf support 2015-12-03 07:54:30 +11:00
AP_Param
AP_PerfMon AP_PerfMon: use millis/micros/panic functions 2015-11-20 12:33:33 +09:00
AP_Progmem
AP_RCMapper
AP_RPM AP_RPM: Move timeout check into synthetic quality check. 2015-12-08 08:25:19 +11:00
AP_RSSI
AP_Rally AP_Rally: use millis/micros/panic functions 2015-11-20 12:34:04 +09:00
AP_RangeFinder AP_RangeFinder: remove unused AP_ADC_AnalogSource 2015-12-03 13:32:44 +11:00
AP_Relay AP_Relay: don't default to using two PWMs as relays on FMUv4 2015-11-27 18:54:31 +11:00
AP_Scheduler AP_Scheduler: remove unused AP_ADC_AnalogSource 2015-12-03 13:32:44 +11:00
AP_SerialManager
AP_ServoRelayEvents AP_ServoRelayEvents: use millis/micros/panic functions 2015-11-20 12:34:39 +09:00
AP_SpdHgtControl
AP_TECS AP_TECS: reflect renamed function in AP_AHRS 2015-12-18 18:08:37 +11:00
AP_Terrain AP_Terrain: libraries_Text_revision 2015-11-26 08:10:15 +11:00
AP_Vehicle
DataFlash DataFlash: remove unused functions 2015-12-10 10:45:51 +09:00
Filter ModeFilter: Add get() method and support for Float type 2015-12-08 08:25:18 +11:00
GCS_Console waf: add waf support 2015-12-03 07:54:30 +11:00
GCS_MAVLink GCS_MAVLink: generated files 2015-12-19 14:36:16 +09:00
PID waf: add waf support 2015-12-03 07:54:30 +11:00
RC_Channel RC_Channel: remove unused AP_ADC_AnalogSource 2015-12-03 13:32:44 +11:00
SITL SITL: update units for new adsb mavlink msg 2015-12-09 14:36:30 +11:00
StorageManager StorageManager: remove unused AP_ADC_AnalogSource 2015-12-03 13:32:44 +11:00
doc