aboutsummaryrefslogtreecommitdiff
path: root/apps/px4io
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Turn off the I2C register dump at startup.px4dev2013-01-131-2/+6
* | Configure the DMA channels in circular mode so that we don't have to deal wit...px4dev2013-01-131-18/+43
* | Implement a simple byte loopback server on I2C for more testing.px4dev2013-01-131-5/+4
* | I2C slave RX DMA works.px4dev2013-01-131-50/+34
* | Implement I2C slave DMA. Not working yet.px4dev2013-01-131-14/+118
* | Don't waste time printing when we have errors - that causes the master to tim...px4dev2013-01-131-2/+2
* | Checkpoint I2C slave work on IOpx4dev2013-01-133-0/+163
|/
* px4io code styleLorenz Meier2013-01-116-34/+51
* Working on override channel mapping, allowed trim cal only with RC onLorenz Meier2013-01-111-0/+2
* Fixed RC mapping transmission, tested. Fixed RC scaling in manual modeLorenz Meier2013-01-063-11/+26
* MergedLorenz Meier2013-01-065-6/+70
|\
| * Moved the channel mappings and attributes to the config sectionSimon Wilks2013-01-065-28/+31
| * Send rc channel ordering and channel attributes from FMU to IOSimon Wilks2013-01-054-15/+54
| * Manually remap the channel assignements for testing.Simon Wilks2013-01-051-3/+27
* | Merged, compilingLorenz Meier2013-01-064-17/+250
|\ \
| * | Add ADC measurements and reporting to PX4IO, including calibration for the ba...px4dev2012-12-313-20/+78