aboutsummaryrefslogtreecommitdiff
path: root/apps/px4io/registers.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify the PX4IO main loop to cut down on memory consumption.px4dev2013-02-241-4/+0
* px4io: added INAIR_RESTART enable/disable flagsAndrew Tridgell2013-02-181-1/+2
* Merged, removed unneeded lineAndrew Tridgell2013-02-171-2/+6
* Finished and tested in-air restore of arming state, as long as both boards re...Lorenz Meier2013-02-171-0/+10
* Allow to in-air restore the FMU and IO arming state if only one of the two failsLorenz Meier2013-02-171-3/+12
* Merged debuglevel command from TridgeAndrew Tridgell2013-02-171-0/+5
* Slightly adjusted battery voltage measurement after calibration against B&K P...Lorenz Meier2013-02-161-1/+1
* Reworked manual override flag, reworked arming slightly. Pending testingLorenz Meier2013-02-131-5/+3
* Fixes to RC config transmission from Simon WilksLorenz Meier2013-02-121-1/+4
* Fix a sign errorpx4dev2013-02-091-1/+1
* Re-order register page variables to match the order registers are defined in ...px4dev2013-01-261-39/+69
* Simplify and tidy the handling of page buffer selection on the readout path.px4dev2013-01-261-16/+46
* Allow readback of the direct PWM outputs (this mirrors the PWM servo outputs)px4dev2013-01-261-0/+1
* Implement settable failsafe values for PWM outputs.px4dev2013-01-251-4/+25
* px4io: fixed cpp errorAndrew Tridgell2013-01-251-1/+1
* px4io: fixed array reference bugAndrew Tridgell2013-01-251-1/+1
* Safeguard against back-to-back transactions while setting up to handle a regi...px4dev2013-01-231-3/+3
* Add support for battery current scaling. Add feedback for mixer load operations.px4dev2013-01-151-4/+18
* Add support for raw PWM passthrough from FMU via IO.px4dev2013-01-151-1/+21
* Fix up FMU input timeout handling.px4dev2013-01-141-0/+5
* Major workover of the PX4IO firmware for I2C operation.px4dev2013-01-131-49/+136
* Checkpoint - I2C protocol register decodepx4dev2013-01-131-0/+334