aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/hil/hil.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved the bulk of sensor drivers to the new worldLorenz Meier2013-04-271-851/+0
* Move PWM rate configuration, etc. into a separate utility and out of the indi...px4dev2013-03-121-22/+3
* Convert HIL and FMU drivers to the new multirate PWM interface.px4dev2013-03-121-43/+54
* Made dtors virtual, tested on IO and FMULorenz Meier2013-03-091-1/+1
* 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
| |\
| | * added PWM_SERVO_SET_UPDATE_RATE ioctlAndrew Tridgell2013-01-061-0/+4
* | | mergedLorenz Meier2012-12-301-12/+19
|\ \ \ | |/ / |/| |
| * | Cleaned up attitude control in HIL, implemented very simple guided / stabiliz...Lorenz Meier2012-12-281-3/+0
| * | Robustified actuator output topic, added number of mixed outputsLorenz Meier2012-12-221-8/+19
| * | Cleaned up HIL on FMU / IO comboLorenz Meier2012-12-191-1/+0
| |/
* | 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-101-0/+829