ardupilot/libraries
Peter Barker e4ff937c96 RC_Channel: remove min-max-configured pre-arm checks
These are really, really expensive to run while your RC isn't
configured.

We now have a split between inputs (RC) and servos (SRV), so these
aren't as critical as they were.  We also have range checks to ensure
they're roughly good enough to fly with.
2018-08-07 09:45:09 +10:00
..
AC_AttitudeControl
AC_Avoidance
AC_Fence
AC_InputManager
AC_PID AC_PID: update example for new rc() method 2018-08-01 12:11:30 +09:00
AC_PrecLand
AC_Sprayer AC_Sprayer: move Copter CHn_OPT to RC_Channel RCn_OPTION 2018-08-01 12:11:30 +09:00
AC_WPNav
AP_AccelCal
AP_ADC
AP_ADSB
AP_AdvancedFailsafe
AP_AHRS
AP_Airspeed AP_Airspeed: Remove APM doc references 2018-08-01 09:24:26 +10:00
AP_Arming AP_Arming: remove min-max-configured pre-arm checks 2018-08-07 09:45:09 +10:00
AP_Avoidance
AP_Baro AP_Baro: added register checking on BMP280 2018-08-04 16:44:08 +10:00
AP_BattMonitor AP_BattMonitor: Remove APM doc references 2018-08-01 09:24:26 +10:00
AP_Beacon
AP_BLHeli AP_BLHeli: pass motor mask to serial_setup_output() 2018-08-04 19:29:13 +10:00
AP_BoardConfig AP_BoardConfig: kill AP_FEATURE_SAFETY_BUTTON 2018-08-02 13:15:02 -07:00
AP_Buffer
AP_Button
AP_Camera AP_Camera: populate camera singleton 2018-08-04 11:34:41 +10:00
AP_Common AP_Common: remove ARRAY_SIZE_SIMPLE 2018-08-04 15:31:55 +10:00
AP_Compass Compass: remove accumulate from example sketch 2018-08-06 11:05:34 +10:00
AP_Declination
AP_Devo_Telem
AP_FlashStorage
AP_Follow AP_Follow: fixup offset initialisation 2018-08-01 20:18:23 +09:00
AP_Frsky_Telem
AP_GPS AP_GPS: Remove unneeded field limitations 2018-08-01 09:19:20 +10:00
AP_Gripper
AP_HAL AP_HAL: added chanmask to serial_setup_output() 2018-08-04 19:29:13 +10:00
AP_HAL_AVR
AP_HAL_ChibiOS Chibios add bootloader for mini-pix 2018-08-07 07:09:39 +10:00
AP_HAL_Empty
AP_HAL_F4Light
AP_HAL_FLYMAPLE
AP_HAL_Linux HAL_Linux: added duration to toneAlarm_set_buzzer_tone 2018-07-30 14:02:12 +10:00
AP_HAL_PX4 AP_HAL_PX4: RCOutput: honour HAL_HAVE_SAFETY_SWITCH 2018-08-02 13:15:02 -07:00
AP_HAL_SITL AP_HAL_SITL: rearrange Grippers and Sprayers in SITL 2018-07-31 23:34:43 +10:00
AP_HAL_VRBRAIN
AP_ICEngine AP_ICEngine: use rc() method to get rc singleton 2018-08-01 12:11:30 +09:00
AP_InertialNav
AP_InertialSensor
AP_IOMCU Global: use new version of ARRAY_SIZE 2018-08-04 15:31:55 +10:00
AP_IRLock
AP_JSButton
AP_L1_Control
AP_Landing AP_Landing: Fix misspelling in deepstall docs 2018-08-01 09:24:26 +10:00
AP_LandingGear AP_LANDING_GEAR: Remove deploy lock 2018-08-03 10:59:15 +09:00
AP_LeakDetector
AP_Math
AP_Menu
AP_Mission
AP_Module
AP_Motors
AP_Mount AP_Mount: use rc() method to get rc singleton 2018-08-01 12:11:30 +09:00
AP_NavEKF
AP_NavEKF2
AP_NavEKF3
AP_Navigation
AP_Notify AP_Notify: Reduce flash consumption, fix some drivers, always allow 2018-08-01 09:22:09 +10:00
AP_OpticalFlow
AP_OSD
AP_Parachute
AP_Param
AP_Param_Helper
AP_Proximity
AP_Radio AP_Radio: move to using updated time conv API 2018-08-03 13:44:59 +10:00
AP_Rally
AP_RAMTRON
AP_RangeFinder AP_Rangefinder: Remove APM doc references 2018-08-01 09:24:26 +10:00
AP_RCMapper
AP_RCProtocol
AP_Relay AP_Relay: Remove APM doc references 2018-08-01 09:24:26 +10:00
AP_ROMFS Global: use new version of ARRAY_SIZE 2018-08-04 15:31:55 +10:00
AP_RPM
AP_RSSI AP_RSSI: use rc() method to get rc singleton 2018-08-01 12:11:30 +09:00
AP_RTC
AP_SBusOut
AP_Scheduler
AP_SerialManager
AP_ServoRelayEvents
AP_SmartRTL
AP_Soaring
AP_SpdHgtControl
AP_Stats AP_Stats: use set_and_save_ifchanged() 2018-08-06 21:46:06 +10:00
AP_TECS
AP_TempCalibration
AP_TemperatureSensor
AP_Terrain
AP_Tuning AP_Tuning: use rc() method to get rc singleton 2018-08-01 12:11:30 +09:00
AP_UAVCAN Global: use new version of ARRAY_SIZE 2018-08-04 15:31:55 +10:00
AP_Vehicle
AP_VisualOdom
AP_Volz_Protocol
AP_WheelEncoder
AP_Winch
APM_Control AR_AttitudeControl: move unnecessary else 2018-08-06 11:30:22 +09:00
DataFlash DataFlash: use rc() method to get rc singleton 2018-08-01 12:11:30 +09:00
doc
Filter
GCS_MAVLink GCS_MAVLink: allow uninstall of alt protocol handler 2018-08-04 19:29:13 +10:00
PID
RC_Channel RC_Channel: remove min-max-configured pre-arm checks 2018-08-07 09:45:09 +10:00
SITL SITL: rearrange Grippers and Sprayers in SITL 2018-07-31 23:34:43 +10:00
SRV_Channel SRV_Channel: use method to get rc channels 2018-08-03 13:07:50 +10:00
StorageManager