aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'px4io-i2c' into new_state_machineJulian Oes2013-02-188-464/+1062
|\
| * Merge branch 'px4io-i2c' into px4io-i2c-nuttxLorenz Meier2013-02-171-8/+19
| |\
| | * Finished and tested in-air restore of arming state, as long as both boards re...Lorenz Meier2013-02-171-8/+19
| * | Merge branch 'px4io-i2c' of github.com:PX4/Firmware into px4io-i2c-nuttxLorenz Meier2013-02-171-15/+162
| |\|
| | * Allow to in-air restore the FMU and IO arming state if only one of the two failsLorenz Meier2013-02-171-15/+162
| * | MergedLorenz Meier2013-02-171-2/+2
| |\ \ | | |/ | |/|
| * | Merged debuglevel command from TridgeAndrew Tridgell2013-02-172-1/+30
| * | Merge branch 'master' of github.com:PX4/Firmware into px4io-i2cLorenz Meier2013-02-1610-5/+2374
| |\ \
| * | | Reworked manual override flag, reworked arming slightly. Pending testingLorenz Meier2013-02-131-3/+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
| * | | | Merge branch 'px4io-i2c' of github.com:PX4/Firmware into px4io-i2cLorenz Meier2013-02-121-2/+2
| |\ \ \ \
| | * | | | Fix assignment of relay GPIOs.px4dev2013-02-111-2/+2
| * | | | | 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-031-7/+39
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'master' into px4io-i2cpx4dev2013-01-261-6/+9
| |\ \ \ \ \
| * | | | | | 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
| * | | | | | 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
| * | | | | | 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
| * | | | | | 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
| * | | | | | 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
| * | | | | | 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
| * | | | | | Correctness fixes from Tridge.; increased the minimum poll rate to 50Hz, don'...px4dev2013-01-261-44/+48
| * | | | | | Less debug output.px4dev2013-01-251-3/+1
| * | | | | | 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
| * | | | | | Merge branch 'master' into px4io-i2cpx4dev2013-01-251-17/+43
| |\ \ \ \ \ \
| * | | | | | | Implement fetching raw RC input values via the ioctl interface.px4dev2013-01-232-0/+39
| * | | | | | | Rework the way that we handle the address phase for reads. Drop the _connecte...px4dev2013-01-231-46/+26
| * | | | | | | Better sanity checking and error handling.px4dev2013-01-231-12/+20
| * | | | | | | Merge branch 'master' into px4io-i2cpx4dev2013-01-221-24/+419
| |\ \ \ \ \ \ \
| * | | | | | | | Drop some commented code now the functionality is implemented.px4dev2013-01-191-58/+0
| * | | | | | | | Add RC input configuration, update at startup and on parameter change (max 2 ...px4dev2013-01-161-4/+115
| * | | | | | | | Beat the px4io driver into compilable shape. Just missing RC input configurat...px4dev2013-01-151-276/+320
| * | | | | | | | compile fixpx4dev2013-01-151-1/+1
| * | | | | | | | Checkpoint: more work on the px4io driver. Add raw PWM passthrough ioctl.px4dev2013-01-152-44/+109
| * | | | | | | | Don't advertise things we don't have anymore.px4dev2013-01-141-18/+14
| * | | | | | | | Factoring and comments.px4dev2013-01-141-11/+45
| * | | | | | | | Start reworking the px4io driver to use the I2C interface instead.px4dev2013-01-141-190/+233