6746 Commits (e729a8b27773971c21f80b7b46cc51a88239b26b)
 

Author SHA1 Message Date
Andrew Tridgell 8d47a739a1 SITL: fixed a return value in snprintf functions 12 years ago
Andrew Tridgell dc2b11704f Plane: fixed a build warning 12 years ago
Andrew Tridgell feca411943 Plane: added new TRAINING mode 12 years ago
Andrew Tridgell cd430cb6a8 RC_Channel: added no_deadzone version of set_pwm() 12 years ago
Andrew Tridgell f504e2ec67 InertialSensor: removed sample rate in example 12 years ago
Andrew Tridgell 9931009db2 Math: use pythagorous2() in some more places 12 years ago
Andrew Tridgell 78d98023f4 Copter: remove use of 'byte' 12 years ago
Andrew Tridgell 1cb4724b7f Plane: fixes for 1280 build 12 years ago
Andrew Tridgell 13ea0bb5d8 AP_Camera: disable relay on APM2 12 years ago
Andrew Tridgell 4a6b46c661 AP_GPS: fixed multiple GPS detection bug 12 years ago
Andrew Tridgell fb4540a349 DataFlash: disable some debug code 12 years ago
Andrew Tridgell f549950a9c AP_GPS: remove some debug code 12 years ago
Andrew Tridgell 3aa39da6cd AP_Baro: removed some debug code 12 years ago
Andrew Tridgell e282554035 AHRS: removed some debug code 12 years ago
Andrew Tridgell 9a2e77b797 Plane: fully disable relay and mount code on APM1-1280 12 years ago
Andrew Tridgell a180437028 AP_Compass: disable auto-declination on 1280 12 years ago
Andrew Tridgell 60d3df50ae AP_HAL: changed delay() to take a uint16_t 12 years ago
Andrew Tridgell 772f93ea10 Plane: fixed config for 1280 12 years ago
Andrew Tridgell d8bed0c2aa AP_Math: fixed get_distance() function 12 years ago
Pat Hickey 087bf380c0 APMrover2: fixes for AP_InertialSensor_UserInteract 12 years ago
Pat Hickey 5231e5a959 ArduPlane: fixes for AP_InertialSensor_UserInteract 12 years ago
Pat Hickey 1878290510 ArduCopter: fixes for AP_InertialSenor_UserInteract 12 years ago
Pat Hickey 6437bd3a08 AP_InertialSenor MPU6000 test: fixed for user interact changes 12 years ago
Pat Hickey 9055681b3a AP_InertialSensor: use AP_InertialSensor_UserInteract 12 years ago
Pat Hickey a2cf47e769 AP_InertialSensor: start implementing UserInteract 12 years ago
Pat Hickey b2d69e6a8c AP_HAL_Empty: betterstreams get vprintfs 12 years ago
Pat Hickey 823efc4734 AP_HAL_AVR_SITL: implement BetterStream's vprintf methods 12 years ago
Pat Hickey 1ed6a49a7a AP_HAL_AVR: implementation for each BetterStream vprintf 12 years ago
Pat Hickey 7681fef988 AP_HAL: BetterStream gets vprintf and vprintf_P methods 12 years ago
Pat Hickey ec8f08d743 AP_HAL_AVR_SITL: rename vprintf utility to print_vprintf 12 years ago
Pat Hickey 5ab4e57673 AP_HAL_AVR: rename vprintf function to print_vprintf 12 years ago
Pat Hickey 1b0bde2779 AP_HAL_AVR: rename vprintf files to print_vprintf 12 years ago
Andrew Tridgell bada70d871 InertialSensor: fixed example build on 1280 12 years ago
Andrew Tridgell 8a70e173a7 AP_HAL: restrict build to right board type 12 years ago
Andrew Tridgell 3c0440b0b4 Math: use common degrees() and radians() functions 12 years ago
Andrew Tridgell 7277d4934d AP_InertialSensor: move constructor into cpp 12 years ago
Andrew Tridgell c63c4f22e2 Plane: fixed formatting 12 years ago
Andrew Tridgell ceb3f577d8 libraries: use new math functions 12 years ago
Andrew Tridgell cf18534163 Plane: use new functions 12 years ago
Andrew Tridgell 06357c40f2 Copter: use new functions 12 years ago
Andrew Tridgell be39ccf02c Rover: use new constrain_int16 function 12 years ago
Andrew Tridgell a072afa223 AP_Math: expand some macros into functions 12 years ago
Pat Hickey 2ad4fed8cd Rover/Copter/Plane: change from vsnprintf to vsnprintf_P 12 years ago
Pat Hickey edb076a6c5 ArduPlane: use hal's vsnprintf 12 years ago
Pat Hickey 2f1846165b ArduRover: use hal's vsnprintf 12 years ago
Pat Hickey 54b98c0a7c ArduPlane: use hal's vsnprintf 12 years ago
Andrew Tridgell a1187519a8 AP_HAL: use AP_HAL_BOARD_DRIVER in remaining test sketches 12 years ago
Pat Hickey 4c715bfd04 AP_HAL_AVR_SITL: add Util driver, fix deprecated deps on HAL_AVR.h 12 years ago
Pat Hickey 771f2a3acf AP_HAL_Empty: add Util driver 12 years ago
Pat Hickey f9eff068f9 AP_HAL_AVR: UtilityStringTest added 12 years ago