aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/px4fmu
Commit message (Expand)AuthorAgeFilesLines
* Made dtors virtual, tested on IO and FMULorenz Meier2013-03-091-1/+1
* px4fmu: add support for write() interface for PWM outputAndrew Tridgell2013-02-181-0/+25
* px4fmu: added publication of input_rc ORB valuesAndrew Tridgell2013-02-181-2/+32
* Merge branch 'master' of github.com:PX4/Firmware into fixedwing_io_mixing_adcLorenz Meier2013-01-061-0/+4
|\
| * Merge commit '375d3c14d742248b434c080527886a95ea1d563f'px4dev2013-01-061-0/+4
| |\
| | * fixed PWM_SERVO_GETAndrew Tridgell2013-01-061-1/+1
| | * added PWM_SERVO_SET_UPDATE_RATE ioctlAndrew Tridgell2013-01-061-0/+4
| * | Merge branch 'master' into #111-px4io-integrated-mixingpx4dev2013-01-061-1/+1
| |\ \
* | \ \ Merge branch 'master' of github.com:PX4/Firmware into fixedwing_io_mixingLorenz Meier2013-01-061-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Fix a typo that caused PWM_SERVO_GET ioctls to fail on the FMU PWM outputs.px4dev2013-01-041-1/+1
| | |/ | |/|
* | | mergedLorenz Meier2012-12-301-5/+44
|\ \ \ | |_|/ |/| |
| * | Robustified actuator output topic, added number of mixed outputsLorenz Meier2012-12-221-3/+18
| * | Merged PWM fixesLorenz Meier2012-12-181-30/+57
| |\|
| * | Merged IO feature branchLorenz Meier2012-12-131-1/+9
| |\ \
| | * | Added required additional fields: If system is ok to launch (required for LED...Lorenz Meier2012-12-131-1/+9
| * | | Ported all mixers to actuator_controls_effective topic, mixers do not output ...Lorenz Meier2012-11-271-1/+17
| |/ /
* | | Make mixer ioctls load from a memory buffer rather than a file. This is prep ...px4dev2012-12-291-11/+6
* | | Remove the unused complex-multirotor setup ioctl, since it's not implemented ...px4dev2012-12-281-5/+0
| |/ |/|
* | Teach 'fake' to set the arming state as well.px4dev2012-12-181-13/+42
* | use <err.h> more consistently in the fmu driver.px4dev2012-12-181-17/+15
|/
* Not arming FMU in HIL modeLorenz Meier2012-11-261-2/+2
* Increased stack sizes, 1K is not enough when calling printf() from within appLorenz Meier2012-11-101-1/+1
* Removed debug ioctl outputLorenz Meier2012-11-101-1/+2
* Remove reboot() API, replace with a prototype for up_systemreset() which is p...px4dev2012-10-271-1/+1
* Hoist the GPIO driver out and integrate it with the px4fmu driver. Move thes...px4dev2012-10-272-0/+962