ardupilot/libraries/AP_HAL_PX4
Andrew Tridgell dda35a366c HAL_PX4: prevent rate changes once oneshot is setup
this fixes a problem with small motor outputs at the start of a motor
test.

Thanks to Luis for reporting this.
2016-05-26 12:18:49 +10:00
..
examples/simple waf: ardupilotwaf: prefix build context methods with ap_ 2016-01-22 20:10:29 -02:00
AP_HAL_PX4.h AP_HAL_PX4: replace header guard with pragma once 2016-03-16 18:40:41 +11:00
AP_HAL_PX4_Namespace.h Revert "AP_HAL_PX4: use new I2CDevice interface" 2016-05-11 12:19:00 +10:00
AnalogIn.cpp AP_HAL_PX4: use init() method without arguments 2015-12-02 14:49:11 -02:00
AnalogIn.h AP_HAL_PX4: replace header guard with pragma once 2016-03-16 18:40:41 +11:00
GPIO.cpp HAL_PX4: support FMUv4 2015-11-27 18:54:30 +11:00
GPIO.h AP_HAL_PX4: replace header guard with pragma once 2016-03-16 18:40:41 +11:00
HAL_PX4_Class.cpp Revert "AP_HAL_PX4: use new I2CDevice interface" 2016-05-11 12:19:00 +10:00
HAL_PX4_Class.h AP_HAL_PX4: Remove unused extern declaration for HALs 2015-11-20 16:32:32 +09:00
I2CDriver.cpp AP_HAL_PX4: Fix typos 2016-05-13 19:20:06 -03:00
I2CDriver.h AP_HAL_PX4: Fix typos 2016-05-13 19:20:06 -03:00
NSHShellStream.cpp AP_HAL_PX4: fix passing callback to member function 2015-12-03 07:51:08 +11:00
RCInput.cpp AP_HAL_PX4: use init() method without arguments 2015-12-02 14:49:11 -02:00
RCInput.h AP_HAL_PX4: replace header guard with pragma once 2016-03-16 18:40:41 +11:00
RCOutput.cpp HAL_PX4: prevent rate changes once oneshot is setup 2016-05-26 12:18:49 +10:00
RCOutput.h HAL_PX4: improved oneshot support 2016-04-16 07:30:44 +10:00
Scheduler.cpp HAL_PX4: disable "Overtime in task" msg 2016-05-25 12:35:42 +10:00
Scheduler.h AP_HAL_PX4: replace header guard with pragma once 2016-03-16 18:40:41 +11:00
Semaphores.cpp HAL_PX4: added Semaphore support 2015-12-20 17:55:39 +11:00
Semaphores.h HAL_PX4: added Semaphore support 2015-12-20 17:55:39 +11:00
Storage.cpp HAL_PX4: work around a bus locking issue on Pixracer 2016-02-23 16:34:06 +11:00
Storage.h AP_HAL_PX4: replace header guard with pragma once 2016-03-16 18:40:41 +11:00
UARTDriver.cpp AP_HAL_PX4: use millis/micros/panic functions 2015-11-20 12:31:13 +09:00
UARTDriver.h AP_HAL_PX4: replace header guard with pragma once 2016-03-16 18:40:41 +11:00
Util.cpp AP_HAL_PX4: correct systemid output for PX4v4 2016-04-14 13:40:27 -07:00
Util.h AP_HAL_PX4: replace header guard with pragma once 2016-03-16 18:40:41 +11:00
px4_param.cpp HAL_PX4: fixed build for new px4 param functions 2016-04-14 08:05:04 +10:00
system.cpp AP_HAL_PX4: implement new AP_HAL functions 2015-11-20 12:25:40 +09:00