aboutsummaryrefslogtreecommitdiff
path: root/apps/px4io/px4io.h
Commit message (Expand)AuthorAgeFilesLines
* Moved all drivers to new world, PX4IO completely in new worldLorenz Meier2013-04-281-188/+0
* Changes for multi-rate PWM output; default and alternate rates. ioctl protoco...px4dev2013-03-121-2/+2
* Use hrt_elapsed_time() in cases where we can't be sure the timestamp won't ch...px4dev2013-02-241-2/+2
* Simplify the PX4IO main loop to cut down on memory consumption.px4dev2013-02-241-6/+2
* Merged, removed unneeded lineAndrew Tridgell2013-02-171-7/+11
* MergedLorenz Meier2013-02-171-1/+1
|\
| * Assorted compile fixes.px4dev2013-02-061-1/+1
* | Merged debuglevel command from TridgeAndrew Tridgell2013-02-171-0/+1
* | Merged debug level commits from TridgeAndrew Tridgell2013-02-141-0/+9
* | Implement settable failsafe values for PWM outputs.px4dev2013-01-251-0/+1
* | Fix up FMU input timeout handling.px4dev2013-01-141-91/+0
* | Major workover of the PX4IO firmware for I2C operation.px4dev2013-01-131-33/+44
* | Checkpoint - I2C protocol register decodepx4dev2013-01-131-13/+23
* | Checkpoint I2C slave work on IOpx4dev2013-01-131-0/+1
|/
* px4io code styleLorenz Meier2013-01-111-1/+1
* Fixed RC mapping transmission, tested. Fixed RC scaling in manual modeLorenz Meier2013-01-061-2/+2
* MergedLorenz Meier2013-01-061-0/+14
|\
| * Moved the channel mappings and attributes to the config sectionSimon Wilks2013-01-061-2/+2
| * Send rc channel ordering and channel attributes from FMU to IOSimon Wilks2013-01-051-0/+14
* | Merged, compilingLorenz Meier2013-01-061-5/+29
|\ \
| * | Add ADC measurements and reporting to PX4IO, including calibration for the ba...px4dev2012-12-311-8/+20
| * | Add trivial ADC support to PX4IO.px4dev2012-12-311-0/+6
* | | Fixed header for sbus inputLorenz Meier2013-01-061-2/+1
| |/ |/|
* | Merged IO mixing branchLorenz Meier2012-12-301-1/+1
|\ \
| * | Rename the FMU->IO output controls to reflect the fact that they are controls...px4dev2012-12-291-1/+1
* | | mergedLorenz Meier2012-12-301-15/+42
|\ \ \ | |/ / |/| |
| * | Fixed some typosLorenz Meier2012-12-281-2/+2
| * | Fixed signal loss detection on S.Bus parsing, stripped PX4IO code parts from ...Lorenz Meier2012-12-161-1/+2
| * | Made PX4IO FMU timeout based on IOs HRT, updating mixers now on every FMU upd...Lorenz Meier2012-12-151-2/+2
| * | Merged IO feature branchLorenz Meier2012-12-131-1/+12
| |\ \
| | * | Added required additional fields: If system is ok to launch (required for LED...Lorenz Meier2012-12-131-1/+30
| * | | Merged DSM fixesLorenz Meier2012-12-051-9/+5
| |\ \ \ | | | |/ | | |/|
| * | | Enabled manual override switch, work in progress. Added initial demix testing...Lorenz Meier2012-12-011-8/+23
| | |/ | |/|
* | | whitespace/formattingpx4dev2012-12-291-7/+6
* | | Rough in the new mixer path for PX4IO.px4dev2012-12-291-0/+6
| |/ |/|
* | Adjust the control mapping from DSM receivers to correspond to the standard P...px4dev2012-12-041-1/+1
* | Lock out the PPM decoder if the DSM or S.bus decoders have seen a frame recen...px4dev2012-12-041-2/+2
* | Fix breakage to the DSM parser introduced with the input prioritisation logic...px4dev2012-12-031-6/+2
|/
* Merge branch 'sbus' of https://github.com/PX4/Firmware into #61-px4io-spektru...px4dev2012-12-011-0/+5
|\
| * Harmonized PPM, S.BUS and DSM input (order: first preference S.Bus, then DSM,...Lorenz Meier2012-11-301-0/+5
* | Clean up the FMU communications init.px4dev2012-11-301-1/+0
|/
* Rework the PX4IO software architecture:px4dev2012-11-301-7/+8
* Fix includes for debug output.px4dev2012-11-291-3/+4
* Revert "Revert "Another take on Spektrum/DSM frame decoding, based on more ca...Julian Oes2012-11-071-1/+8
* Revert "Another take on Spektrum/DSM frame decoding, based on more careful ex...Julian Oes2012-11-071-8/+1
* Merge branch 'master' of https://github.com/PX4/FirmwareJulian Oes2012-11-071-1/+8
|\
| * Another take on Spektrum/DSM frame decoding, based on more careful examinatio...px4dev2012-11-071-1/+8
* | Again some hacking to make arming/disarming work for nowJulian Oes2012-11-061-1/+1
|/
* Add prototypical support for Spektrum satellite remotes to PX4IO.px4dev2012-11-051-0/+7
* Fix red/blue LED assignment.px4dev2012-11-051-2/+2