aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/hil
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '375d3c14d742248b434c080527886a95ea1d563f'px4dev2013-01-061-0/+4
|\
| * added PWM_SERVO_SET_UPDATE_RATE ioctlAndrew Tridgell2013-01-061-0/+4
* | Make mixer ioctls load from a memory buffer rather than a file. This is prep ...px4dev2012-12-291-10/+8
* | Remove the unused complex-multirotor setup ioctl, since it's not implemented ...px4dev2012-12-281-5/+0
|/
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-11-121-1/+2
|\
| * Fixed HIL compile warningsLorenz Meier2012-11-121-1/+2
* | minor HIL related tweaksLorenz Meier2012-11-121-0/+1
|/
* Increased stack sizes, 1K is not enough when calling printf() from within appLorenz Meier2012-11-101-3/+3
* Operational mixing and outputs in hilLorenz Meier2012-11-101-8/+9
* Correctly handling 8+ outputs, currently only first 8 supportedLorenz Meier2012-11-101-1/+24
* Added hil command to emulate PWM outputsLorenz Meier2012-11-102-0/+871