aboutsummaryrefslogtreecommitdiff
path: root/apps/px4io
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'px4io-i2c' into px4io-i2c-nuttxLorenz Meier2013-02-173-8/+19
|\
| * Finished and tested in-air restore of arming state, as long as both boards re...Lorenz Meier2013-02-173-8/+19
* | Merge branch 'px4io-i2c' into px4io-i2c-nuttxLorenz Meier2013-02-171-3/+9
|\|
| * Fixed excessive debug buffer sizeLorenz Meier2013-02-171-3/+9
* | Merge branch 'px4io-i2c' of github.com:PX4/Firmware into px4io-i2c-nuttxLorenz Meier2013-02-172-24/+33
|\|
| * Allow to in-air restore the FMU and IO arming state if only one of the two failsLorenz Meier2013-02-172-24/+33
* | MergedLorenz Meier2013-02-173-5/+6
|\ \ | |/ |/|
| * Assorted compile fixes.px4dev2013-02-062-3/+3
| * lib_lowprintf -> lowsyslogpx4dev2013-02-061-2/+2
| * Strip some debuggingpx4dev2013-01-191-1/+0
* | Merged debuglevel command from TridgeAndrew Tridgell2013-02-173-0/+7
* | More outputAndrew Tridgell2013-02-171-1/+3
* | Slightly adjusted battery voltage measurement after calibration against B&K P...Lorenz Meier2013-02-161-1/+1
* | Merged debug level commits from TridgeAndrew Tridgell2013-02-143-12/+65
* | px4io: added isr_debug()Andrew Tridgell2013-02-141-1/+61
* | Reworked manual override flag, reworked arming slightly. Pending testingLorenz Meier2013-02-133-18/+9
* | Ensured that the mixer output obeys the FMU and IO armed stateLorenz Meier2013-02-121-2/+3
* | Fixed mixer transmission between FMU and IOLorenz Meier2013-02-122-1/+3
* | Fixes to RC config transmission from Simon WilksLorenz Meier2013-02-121-1/+4
* | Fix a misleading comment.px4dev2013-02-091-1/+1
* | Fix a sign errorpx4dev2013-02-091-1/+1
* | Now that we're mostly done with I2C, the old serial interface can be cleaned ...px4dev2013-01-261-329/+0
* | Re-order register page variables to match the order registers are defined in ...px4dev2013-01-262-40/+70
* | A couple of logic fixes from Tridge.px4dev2013-01-261-7/+9
* | px4io: fixed logical vs bitwise typoAndrew Tridgell2013-01-261-1/+1
* | px4io: ensure RC_OK status flag is set on good inputAndrew Tridgell2013-01-261-1/+4
* | In the case of a repeated start, we won't get a STOPF/AF status, but we still...px4dev2013-01-261-2/+2
* | Handle the completion of an in-progress transaction (STOPF/AF bits) before ac...px4dev2013-01-261-21/+24
* | Simplify and tidy the handling of page buffer selection on the readout path.px4dev2013-01-261-16/+46
* | Only update the servo output values when we are armed.px4dev2013-01-261-6/+6
* | Allow readback of the direct PWM outputs (this mirrors the PWM servo outputs)px4dev2013-01-261-0/+1
* | Fixes from/inspired by Tridge; enable all mapped R/C inputs, fix various logi...px4dev2013-01-261-10/+22
* | Implement settable failsafe values for PWM outputs.px4dev2013-01-255-10/+44
* | Move the DMA start to immediately after setting it up; less latency at interr...px4dev2013-01-251-3/+4
* | px4io: fixed cpp errorAndrew Tridgell2013-01-251-1/+1
* | px4io: fixed array reference bugAndrew Tridgell2013-01-251-1/+1
* | Move DMA start for tx/rx into the gap where SCL is still stretched so that th...px4dev2013-01-251-2/+3
* | Safeguard against back-to-back transactions while setting up to handle a regi...px4dev2013-01-232-3/+12
* | Beat the px4io driver into compilable shape. Just missing RC input configurat...px4dev2013-01-151-0/+6
* | Add support for battery current scaling. Add feedback for mixer load operations.px4dev2013-01-153-55/+79
* | Add support for raw PWM passthrough from FMU via IO.px4dev2013-01-154-26/+71
* | Wire the I2C device code into the register handler.px4dev2013-01-151-11/+36
* | Adjust the default deadzone for RC inputs per feedback.px4dev2013-01-151-1/+1
* | Fix up FMU input timeout handling.px4dev2013-01-145-96/+8
* | Start reworking the px4io driver to use the I2C interface instead.px4dev2013-01-141-61/+3
* | Major workover of the PX4IO firmware for I2C operation.px4dev2013-01-1311-308/+549
* | Checkpoint - I2C protocol register decodepx4dev2013-01-133-22/+368
* | Sketch out the protocol as it will be on top of I2Cpx4dev2013-01-131-2/+104
* | Turn off i2c slave debug output for real.px4dev2013-01-131-1/+1
* | We can't have DMA on both I2C1 and USART2. Since we need it more for I2C, and...px4dev2013-01-131-0/+10