aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Ensured that the mixer output obeys the FMU and IO armed stateLorenz Meier2013-02-121-2/+3
| * | | | | | | | | Merge branch 'master' of github.com:PX4/Firmware into px4io-i2cLorenz Meier2013-02-122-64/+106
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed scaling of RC calibration in IO driver, fixed interpretation of (odd, b...Lorenz Meier2013-02-121-6/+24
| * | | | | | | | | | 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
| * | | | | | | | | | Merge branch 'px4io-i2c' of github.com:PX4/Firmware into px4io-i2cLorenz Meier2013-02-123-4/+4
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Fix assignment of relay GPIOs.px4dev2013-02-111-2/+2
| | * | | | | | | | | | Fix a misleading comment.px4dev2013-02-091-1/+1
| | * | | | | | | | | | Fix a sign errorpx4dev2013-02-091-1/+1
| * | | | | | | | | | | Merge branch 'px4io-i2c' of github.com:PX4/Firmware into px4io-i2cLorenz Meier2013-02-072-4/+14
| |\| | | | | | | | | |
| | * | | | | | | | | | Fixed altitude jump issue, hunted down and fix by Andrew Tridgell.Lorenz Meier2013-02-051-2/+7
| | * | | | | | | | | | Fixed arm ok flag typoLorenz Meier2013-02-051-2/+7
| * | | | | | | | | | | Merge branch 'master' of github.com:PX4/Firmware into px4io-i2cLorenz Meier2013-02-033-12/+45
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into px4io-i2cpx4dev2013-01-287-0/+807
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into px4io-i2cpx4dev2013-01-268-49/+178
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Now that we're mostly done with I2C, the old serial interface can be cleaned ...px4dev2013-01-261-329/+0
| * | | | | | | | | | | | | It looks like retrying reads from the ms5611 is not safe either.px4dev2013-01-261-8/+1
| * | | | | | | | | | | | | Disarm IO at driver startup time.px4dev2013-01-261-0/+12
| * | | | | | | | | | | | | Re-order register page variables to match the order registers are defined in ...px4dev2013-01-262-40/+70
| * | | | | | | | | | | | | Rename ::start to ::start_cycle to avoid confusion with the other start funct...px4dev2013-01-261-14/+32
| * | | | | | | | | | | | | Increase the number of I2C retries.px4dev2013-01-261-1/+1
| * | | | | | | | | | | | | Defer I2C bus resets for the first couple of retries to avoid transient slave...px4dev2013-01-261-8/+11
| * | | | | | | | | | | | | 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
| * | | | | | | | | | | | | Use multi-part transactions rather than separate transfers to avoid racing be...px4dev2013-01-261-29/+33
| * | | | | | | | | | | | | Implement the retry counter for message-vector based transfers.px4dev2013-01-261-9/+21
| * | | | | | | | | | | | | In the case of a repeated start, we won't get a STOPF/AF status, but we still...px4dev2013-01-261-2/+2
| * | | | | | | | | | | | | Reset the collection state machine on all I2C errors, increase the retry count.px4dev2013-01-261-7/+16
| * | | | | | | | | | | | | Add a bus saturation test for px4io.px4dev2013-01-261-20/+43
| * | | | | | | | | | | | | 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
| * | | | | | | | | | | | | 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
| * | | | | | | | | | | | | Allow readback of the direct PWM outputs (this mirrors the PWM servo outputs)px4dev2013-01-261-0/+1
| * | | | | | | | | | | | | Add an ioctl for fetching the number of PWM outputspx4dev2013-01-262-0/+7
| * | | | | | | | | | | | | Fix two protocol-related typos; get the right status flag name for raw PWM; r...px4dev2013-01-261-2/+2
| * | | | | | | | | | | | | Fixes from/inspired by Tridge; enable all mapped R/C inputs, fix various logi...px4dev2013-01-261-10/+22
| * | | | | | | | | | | | | Correctness fixes from Tridge.; increased the minimum poll rate to 50Hz, don'...px4dev2013-01-261-44/+48
| * | | | | | | | | | | | | Implement settable failsafe values for PWM outputs.px4dev2013-01-255-10/+44
| * | | | | | | | | | | | | Less debug output.px4dev2013-01-251-3/+1
| * | | | | | | | | | | | | Move the DMA start to immediately after setting it up; less latency at interr...px4dev2013-01-251-3/+4
| * | | | | | | | | | | | | 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
| * | | | | | | | | | | | | 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