aboutsummaryrefslogtreecommitdiff
path: root/apps/px4io/registers.c
Commit message (Expand)AuthorAgeFilesLines
* Moved all drivers to new world, PX4IO completely in new worldLorenz Meier2013-04-281-644/+0
* Convert HIL and FMU drivers to the new multirate PWM interface.px4dev2013-03-121-4/+4
* Changes for multi-rate PWM output; default and alternate rates. ioctl protoco...px4dev2013-03-121-16/+65
* Refactored debug level into proper register, px4io status now correctly reads...Lorenz Meier2013-03-091-3/+5
* Working on restart resilience, hunting down multi-load mixer issue (still pre...Lorenz Meier2013-03-071-0/+7
* Let's just init the status flag every time we send a config updateSimon Wilks2013-03-071-6/+1
* Correct RC config sanity checking and report back when RC config errors occur.Simon Wilks2013-03-061-17/+40
* Don't mask out the enable bit when accepting R/C input config updates.px4dev2013-02-241-2/+2
* 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