ardupilot/libraries/AP_HAL_PX4
Andrew Tridgell 787a2093ec HAL_PX4: fixed motor test for brushed motors
this fixes zero pwm output on a subset of channels. When using
motortest and asking for a single channel, multiple channels fired due
to an incorrect optimisation
2017-02-02 09:27:48 +09:00
..
examples/simple AP_HAL_PX4: Unify from print or println to printf. 2017-01-27 18:20:22 +11: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 HAL_PX4: reformat 2016-11-09 17:07:58 +11:00
AnalogIn.cpp AP_HAL_PX4: Unify from print or println to printf. 2017-01-27 18:20:22 +11:00
AnalogIn.h HAL_PX4: delay peripheral starup 2016-11-09 17:07:59 +11:00
Device.cpp HAL_PX4: set names on all bus threads 2016-11-28 10:18:52 +11:00
Device.h HAL_PX4: set names on all bus threads 2016-11-28 10:18:52 +11:00
GPIO.cpp AP_HAL: define pixracer LED pins 2017-01-27 11:01:17 +09:00
GPIO.h HAL_PX4: delay peripheral starup 2016-11-09 17:07:59 +11:00
HAL_PX4_Class.cpp HAL_PX4: delay peripheral starup 2016-11-09 17:07:59 +11:00
HAL_PX4_Class.h AP_HAL_PX4: Remove unused extern declaration for HALs 2015-11-20 16:32:32 +09:00
I2CDevice.cpp HAL_PX4: report user bus number not system bus number 2016-12-05 16:51:49 -08:00
I2CDevice.h HAL_PX4: fixed bug in instantiation of I2C bus threads 2016-11-28 09:53:19 +11:00
I2CWrapper.h HAL_PX4: implement device IDs for I2C and SPI 2016-11-09 17:08:04 +11:00
NSHShellStream.cpp Global: To nullptr from NULL. 2016-11-02 16:04:47 -02:00
RCInput.cpp HAL_PX4: cleanup whitespace 2017-01-12 17:39:37 +11:00
RCInput.h HAL_PX4: delay peripheral starup 2016-11-09 17:07:59 +11:00
RCOutput.cpp HAL_PX4: fixed motor test for brushed motors 2017-02-02 09:27:48 +09:00
RCOutput.h Global: To nullptr from NULL. 2016-11-02 16:04:47 -02:00
SPIDevice.cpp Revert "HAL_PX4: Add input parameter check." 2016-12-07 12:47:10 +11:00
SPIDevice.h HAL_PX4: avoid bounce buffers for SPI when possible 2016-11-27 11:10:18 +11:00
Scheduler.cpp HAL_PX4: tidy up thread wait code 2016-11-28 10:28:01 +11:00
Scheduler.h HAL_PX4: run SPI priority above boost prioriity 2016-11-09 17:07:56 +11:00
Semaphores.cpp AP_HAL_PX4 / Semaphores: removed AP_HAL_VRBRAIN (for now it's better to have different AP_HAL for PX4 and VRBRAIN) 2016-08-07 20:31:50 +10:00
Semaphores.h Global: To nullptr from NULL. 2016-11-02 16:04:47 -02:00
Storage.cpp HAL_PX4: only include parts needed for build 2016-12-02 09:58:36 +11:00
Storage.h HAL_PX4: only include parts needed for build 2016-12-02 09:58:36 +11:00
UARTDriver.cpp AP_HAL_PX4: UARTDriver: Delete the condition that does not hold. 2016-12-05 16:53:36 -08:00
UARTDriver.h AP_HAL_PX4: UARTDriver: Make use of ByteBuffer class 2016-10-27 14:23:43 +11:00
Util.cpp HAL_PX4: fixed FMUv1 build 2016-11-27 07:45:54 +11:00
Util.h HAL_PX4: implement DMA allocation routines 2016-11-25 17:49:58 +11:00
px4_param.cpp HAL_PX4: reduced noise in PX4 console 2016-11-26 19:06:15 +11:00
system.cpp AP_HAL_PX4: implement new AP_HAL functions 2015-11-20 12:25:40 +09:00