You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Robert Lefebvre f39ac7c900 AC_AttitudeControl_Heli: Add initialization of _flags_heli members 9 years ago
..
AC_AttitudeControl AC_AttitudeControl_Heli: Add initialization of _flags_heli members 9 years ago
AC_Fence Remove use of PROGMEM 9 years ago
AC_PID Remove use of PROGMEM 9 years ago
AC_PrecLand AC_PrecLand: init members to resolve compile warning 9 years ago
AC_Sprayer Remove use of PROGMEM 9 years ago
AC_WPNav Remove use of PROGMEM 9 years ago
APM_Control Minimize AP_Progmem.h includes 9 years ago
APM_OBC APM_OBC: status text severity to INFO or ERROR 9 years ago
APM_PI Remove use of PROGMEM 9 years ago
AP_ADC AP_ADC: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
AP_ADC_AnalogSource AP_ADC_AnalogSource: standardize inclusion of libaries headers 10 years ago
AP_AHRS AP_AHRS: Support changes to EKF2 interfaces that specify the instance 9 years ago
AP_Airspeed AP_Airspeed: show health status in examples 9 years ago
AP_Arming AP_Arming: status text severity to INFO 9 years ago
AP_Baro AP_Baro: MS5611: remove empty statement 9 years ago
AP_BattMonitor AP_BattMonitor: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
AP_BoardConfig AP_BoardConfig: fixed PX4v1 build 9 years ago
AP_Buffer AP_Buffer: change pop_front to return a bool if successful 10 years ago
AP_Camera AP_Camera: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
AP_Common AP_Common: rename is_bounded() to is_bounded_int32() and make inclusive 9 years ago
AP_Compass AP_InertialSensor: Add HAL_COMPASS_AK8963_MPU9250_I2C to _detect_backends() 9 years ago
AP_Curve AP_Curve: remove wrong comment about PSTR 9 years ago
AP_Declination Minimize AP_Progmem.h includes 9 years ago
AP_EPM Remove use of PROGMEM 9 years ago
AP_Frsky_Telem AP_Frsky_Telem: standardize inclusion of libaries headers 10 years ago
AP_GPS AP_GPS:UBLOX: send save cfg msg once per 5s and 5 times only 9 years ago
AP_HAL AP_HAL: HAL_COMPASS_AK8963_MPU9250_I2C to the supported list 9 years ago
AP_HAL_AVR Remove AP_HAL_AVR 9 years ago
AP_HAL_Empty Replace prog_char and prog_char_t with char 9 years ago
AP_HAL_FLYMAPLE AP_HAL_FLYMAPLE: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
AP_HAL_Linux AP_HAL_Linux: move Util instantiation 9 years ago
AP_HAL_PX4 HAL_PX4: make available_memory() uint32_t 9 years ago
AP_HAL_SITL HAL_SITL: make available_memory() uint32_t 9 years ago
AP_HAL_VRBRAIN AP_HAL_VRBRAIN: fix typo using comma operator 9 years ago
AP_IRLock IRLock: replace tabs with spaces 10 years ago
AP_InertialNav AP_InertialNav: Address peer review comments 9 years ago
AP_InertialSensor AP_InertialSensor: Make detect_backends() public 9 years ago
AP_L1_Control AP_L1_Control: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
AP_LandingGear Remove use of PROGMEM 9 years ago
AP_Limits Replace prog_char and prog_char_t with char 9 years ago
AP_Math AP_Math: Add functions to convert microseconds to/from nanoseconds 9 years ago
AP_Menu AP_Menu: fix wrong printf format for printf 9 years ago
AP_Mission AP_Mission: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
AP_Motors AP_Motors: remove check for AVR CPUs 9 years ago
AP_Mount AP_Mount: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
AP_NavEKF AP_NavEKF: Prevent front-end from returning uninitialised data (garbage) 9 years ago
AP_NavEKF2 AP_NavEKF2: Allow user to relax pre-flight GPS checks 9 years ago
AP_Navigation AP_Navigation: standardize inclusion of libaries headers 10 years ago
AP_Notify AP_Notify: Add support for Erle-Brain 2 9 years ago
AP_OpticalFlow AP_OpticalFlow: reduce lock region 9 years ago
AP_Parachute AP_Parachute: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
AP_Param AP_Param: copter with vectors when sending parameters 9 years ago
AP_PerfMon Minimize AP_Progmem.h includes 9 years ago
AP_Progmem AP_Progmem: remove dead code 9 years ago
AP_RCMapper Remove use of PROGMEM 9 years ago
AP_RPM Remove use of PROGMEM 9 years ago
AP_RSSI Remove use of PROGMEM 9 years ago
AP_Rally Remove use of PROGMEM 9 years ago
AP_RangeFinder AP_RangeFinder: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
AP_Relay AP_Relay: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
AP_Scheduler Minimize AP_Progmem.h includes 9 years ago
AP_SerialManager AP_SerialManager: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
AP_ServoRelayEvents AP_ServoRelayEvents: standardize inclusion of libaries headers 10 years ago
AP_SpdHgtControl AP_SpdHgtControl: added flight stage FLIGHT_LAND_ABORT 10 years ago
AP_TECS Remove use of PROGMEM 9 years ago
AP_Terrain AP_Terrain: cache status 9 years ago
AP_Vehicle AP_Vehicle: standardize inclusion of libaries headers 10 years ago
DataFlash DataFlash_File: cache oldest log to avoid directory scans when downloading 9 years ago
Filter Filter: remove filter with double type 9 years ago
GCS_Console GCS_Console: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
GCS_MAVLink GCS_MAVLink: handle_mission_item text severity to info 9 years ago
PID Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
RC_Channel RC_Channel: use is_bounded_int32() 9 years ago
SITL Remove use of PROGMEM 9 years ago
StorageManager StorageManager: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
doc