aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/px4io/px4io.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved position_estimator_mc, px4io driver and sdlog app to new style buildLorenz Meier2013-04-271-1793/+0
* Fixed typoLorenz Meier2013-03-151-1/+1
* Make communication rate between IO and FMU configurableLorenz Meier2013-03-151-1/+45
* Move PWM rate configuration, etc. into a separate utility and out of the indi...px4dev2013-03-121-28/+22
* Changes for multi-rate PWM output; default and alternate rates. ioctl protoco...px4dev2013-03-121-34/+64
* Fixed commentfixedwing_stableLorenz Meier2013-03-101-1/+1
* Hotfix: Correctly publish servo outputsLorenz Meier2013-03-101-1/+1
* Made dtors virtual, tested on IO and FMULorenz Meier2013-03-091-1/+1
* Added minimum set of IO MAVLink text messages, report critical errors such as...Lorenz Meier2013-03-071-2/+17
* Working on restart resilience, hunting down multi-load mixer issue (still pre...Lorenz Meier2013-03-071-11/+27
* Fix how we check for rc config init statusSimon Wilks2013-03-071-4/+4
* Request result of rc config upload from IOSimon Wilks2013-03-061-1/+10
* Fixed input indexing, stupid 1-based indices on the GCS side (MP/QGC) caused ...Lorenz Meier2013-02-251-4/+9
* Print mapped R/C inputs as signed values (since they are zero-relative)px4dev2013-02-241-1/+1
* Report the control values from the FMU in the status output. Count them separ...px4dev2013-02-241-5/+12
* Fix reporting of R/C input configpx4dev2013-02-241-1/+15
* && -> &px4dev2013-02-241-1/+1
* Fix a wrong register read for the mapped channel maskpx4dev2013-02-241-9/+10
* Extended PX4IO status dumppx4dev2013-02-241-8/+93
* Fixed formatting of status printingLorenz Meier2013-02-241-1/+3
* working on better status reporting, removed unneeded fake PWM generation from...Lorenz Meier2013-02-241-9/+23
* px4io: added INAIR_RESTART enable/disable flagsAndrew Tridgell2013-02-181-1/+17
* Finished and tested in-air restore of arming state, as long as both boards re...Lorenz Meier2013-02-171-8/+19
* Allow to in-air restore the FMU and IO arming state if only one of the two failsLorenz Meier2013-02-171-15/+162
* Merged debuglevel command from TridgeAndrew Tridgell2013-02-171-1/+27
* Reworked manual override flag, reworked arming slightly. Pending testingLorenz Meier2013-02-131-3/+3
* Fixed scaling of RC calibration in IO driver, fixed interpretation of (odd, b...Lorenz Meier2013-02-121-6/+24
* Fixed arm ok flag typoLorenz Meier2013-02-051-2/+7
* Disarm IO at driver startup time.px4dev2013-01-261-0/+12
* Use multi-part transactions rather than separate transfers to avoid racing be...px4dev2013-01-261-29/+33
* Add a bus saturation test for px4io.px4dev2013-01-261-20/+43
* Correct the length calculation for register write transfers so that we send a...px4dev2013-01-261-4/+11
* Tidy up the write path.px4dev2013-01-261-7/+5
* Fix cut and paste so that we send direct PWM and read back servo values from ...px4dev2013-01-261-2/+2
* Add an ioctl for fetching the number of PWM outputspx4dev2013-01-261-0/+4
* Fix two protocol-related typos; get the right status flag name for raw PWM; r...px4dev2013-01-261-2/+2
* Correctness fixes from Tridge.; increased the minimum poll rate to 50Hz, don'...px4dev2013-01-261-44/+48
* Less debug output.px4dev2013-01-251-3/+1
* Fix the handling of max transfer size to leave room for the page/offset bytes.px4dev2013-01-251-5/+9
* Dump a couple of unused member variables.px4dev2013-01-251-3/+0
* px4io: fixed mixer loadAndrew Tridgell2013-01-251-2/+4
* Implement fetching raw RC input values via the ioctl interface.px4dev2013-01-231-0/+32
* Rework the way that we handle the address phase for reads. Drop the _connecte...px4dev2013-01-231-46/+26
* Better sanity checking and error handling.px4dev2013-01-231-12/+20
* Drop some commented code now the functionality is implemented.px4dev2013-01-191-58/+0
* Add RC input configuration, update at startup and on parameter change (max 2 ...px4dev2013-01-161-4/+115
* Beat the px4io driver into compilable shape. Just missing RC input configurat...px4dev2013-01-151-276/+320
* Checkpoint: more work on the px4io driver. Add raw PWM passthrough ioctl.px4dev2013-01-151-41/+109
* Don't advertise things we don't have anymore.px4dev2013-01-141-18/+14
* Factoring and comments.px4dev2013-01-141-11/+45