4025 Commits (6438be74e091d072c2aa11e9d141a5ea5d87f0ba)

Author SHA1 Message Date
Andrew Tridgell 6438be74e0 HAL_SITL: get the ublox GPS timestamps right in SITL 11 years ago
Andrew Tridgell f34b1c280d AP_BattMonitor: added set_monitoring() API 11 years ago
Andrew Tridgell d305dd5946 AP_AHRS: debounce the GPS/compass consistency test 11 years ago
texlan 78acea820f Copter: fix symmetry in stability patch for Tricopters 11 years ago
Randy Mackay 8f4665c4c7 ToshibaLED: ignore I2C errors during init 11 years ago
Randy Mackay 443023bbbf AP_HAL: add ignore_errors to I2C driver 11 years ago
Randy Mackay 943d7374f6 Copter: slow start motors from 0 to min throttle 11 years ago
texlan 53553751d1 Copter: Correctly set limit.lower flags for Tricopters 11 years ago
Andrew Tridgell 1c091cbca5 HAL_PX4: fixed a scheduler bug that affects UART IO 11 years ago
Randy Mackay e0c4785b2a Copter: OctaQuad H-frame support 11 years ago
Andrew Tridgell 3393a5c99e AP_Baro: prevent a race condition in the SITL baro driver 11 years ago
Andrew Tridgell 86afc26609 HAL_SITL: decrease wind with altitude 11 years ago
Andrew Tridgell 98d391efa0 AP_Camera: added note on DO_SET_CAM_TRIGG_DIST in docs 11 years ago
Andrew Tridgell ede927f68a HAL_SITL: added airspeed noise control 11 years ago
Mike McCauley c524a7c717 AP_HAL_FLYMAPLE: remove obsolete debugging code from RCInput 11 years ago
Mike McCauley 6f04e5f2e7 AP_HAL_FLYMAPLE: RCInput now more robust in the face of connect/disconnect of 11 years ago
Mike McCauley ce1a8fb831 AP_HAL_FLYMAPLE: Added new example test sketch RCInput.pde 11 years ago
Mike McCauley 3226a81611 AP_HAL_FLYMAPLE: Improvements to RCInput 11 years ago
Mike McCauley fe6cacf081 AP_InertialSensor: Minor correction to comments in AP_InertialSensor_Flymaple.cpp 11 years ago
Mike McCauley 0920d9ac49 AP_HAL_FLYMAPLE: UARTDriver Use new libmaple TX buffers. 11 years ago
Mike McCauley 38512e3756 AP_HAL_FLYMAPLE: I2CDriver improvements to interrupt hygiene 11 years ago
Mike McCauley 8e5a9b06fb AP_HAL_FLYMAPLE: Fix example Scheduler.pde fo recent changes to API 11 years ago
Mike McCauley bc55a2844c AP_HAL_FLYMAPLE: Fix example Scheduler.pde to compile with recent changes to 11 years ago
Andrew Tridgell 72b97168c9 AP_RangeFinder: improved SONAR_PIN docs 11 years ago
Andrew Tridgell 7831113f84 AP_InertialSensor: yield the CPU for the right time in wait_for_sample() 11 years ago
Andrew Tridgell d973730b88 HAL_PX4: use hrt timer and semaphores to improve timing 11 years ago
Andrew Tridgell 8532e2bff8 AP_InertialSensor: fixed timing of PX4 sensor samples 11 years ago
Andrew Tridgell c4d62f6b92 AP_Scheduler: fixed SCHED_DEBUG docs 11 years ago
Andrew Tridgell 0f4da25e68 AP_Scheduler: make sure we run remaining tasks on overrun 11 years ago
Andrew Tridgell a5788dde8f HAL_AVR: added Scheduler.set_timer_speed() support 11 years ago
Andrew Tridgell 7ef187fcfd AP_HAL: added optional set_timer_speed() scheduler API 11 years ago
Andrew Tridgell 4de2a654ab AP_Mount: changed ahrs to be a const reference 11 years ago
Andrew Tridgell 34770fe6bf HAL_AVR: fixed SPI bus speed switching 11 years ago
Randy Mackay f2f61af125 HAL_AVR: scheduler interrupt 500hz for APM2 11 years ago
Andrew Tridgell 9833900f91 AP_InertialSensor: run MPU6000 sensor register reads at 8MHz 11 years ago
Andrew Tridgell 04836ea763 HAL_AVR: set initial bus speed on MPU6k to 500kHz, then change to 8MHz 11 years ago
Andrew Tridgell 5ccf8409b4 AP_HAL: added an optional spi.set_bus_speed() API 11 years ago
Andrew Tridgell 4dc2f4bd58 HAL_AVR: spi3 at 8mhz for mpu6k and ms5611 11 years ago
John Arne Birkeland f6038f36bf HAL_AVR: Improved AVRTimer micros() and millis() 11 years ago
Andrew Tridgell 5ba34b38c1 HAL_AVR: added specialised transfer functions for MPU6k and APM1 ADC 11 years ago
Andrew Tridgell d60a68fd9c AP_Baro: check baro at exactly 100Hz 11 years ago
Randy Mackay 499bc52c5b Perfmon: fixes to work with HAL 11 years ago
Andrew Tridgell e34cc6dd9a HAL_PX4: added some UART debugging 11 years ago
Andrew Tridgell 55ba536331 HAL_SITL: fixed a warning 11 years ago
Andrew Tridgell 84336bc74e AP_TECS: added initial flight_stage handling 11 years ago
Andrew Tridgell 2b80df6319 AP_SpdHgtControl: added FightStage parameter to update_pitch_throttle() 11 years ago
Andrew Tridgell 0f0b040891 AP_Camera: added set_trigger_distance() call 12 years ago
Andrew Tridgell 1c7a44a595 GCS_MAVLink: regenerate mavlink headers 12 years ago
Andrew Tridgell 8198bfe756 MAVLink: added MAV_CMD_DO_SET_CAM_TRIGG_DIST 12 years ago
Andrew Tridgell 63bee0b2d8 HAL_PX4: disable checks for in_timerprocess 12 years ago