aboutsummaryrefslogtreecommitdiff
path: root/apps/px4io/sbus.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace/formattingpx4dev2012-12-291-23/+27
* Lock out the PPM decoder if the DSM or S.bus decoders have seen a frame recen...px4dev2012-12-041-3/+13
* Fix breakage to the DSM parser introduced with the input prioritisation logic...px4dev2012-12-031-7/+8
* Merge branch 'sbus' of https://github.com/PX4/Firmware into #61-px4io-spektru...px4dev2012-12-011-9/+21
|\
| * Harmonized PPM, S.BUS and DSM input (order: first preference S.Bus, then DSM,...Lorenz Meier2012-11-301-5/+21
* | Avoid processing S.bus channels that cannot be communicated to FMUpx4dev2012-11-301-3/+8
* | save ~200 bytes of RAM by correctly positioning the S.bus decoder table in fl...px4dev2012-11-301-1/+1
|/
* Just for fun, add a (completely untested) S.bus decoder.px4dev2012-11-301-0/+145
* Rework the PX4IO software architecture:px4dev2012-11-301-4/+25
* Another take on Spektrum/DSM frame decoding, based on more careful examinatio...px4dev2012-11-071-0/+58