aboutsummaryrefslogtreecommitdiff
path: root/apps/px4io
Commit message (Expand)AuthorAgeFilesLines
* Merged latest masterLorenz Meier2013-01-0610-116/+291
|\
| * Merged masterLorenz Meier2013-01-0610-108/+276
| |\
| | * Merge branch 'master' into #111-px4io-integrated-mixingpx4dev2013-01-062-4/+21
| | |\
| | | * Merge pull request #123 from PX4/#106-px4io-relayspx4dev2013-01-061-4/+21
| | | |\
| | | | * Initial implementation of application access to the PX4IO relays.px4dev2012-12-201-4/+21
| | * | | Revert "Removed text reuse, causing crash with stack trace"px4dev2012-12-301-4/+4
| | * | | Removed text reuse, causing crash with stack traceLorenz Meier2012-12-301-4/+4
| | * | | Implement the remaining pieces of mixer upload to PX4IO.px4dev2012-12-302-8/+22
| | * | | Add a receive error counter for debugging purposes.px4dev2012-12-301-3/+6
| | * | | Rename the FMU->IO output controls to reflect the fact that they are controls...px4dev2012-12-294-7/+6
| | * | | whitespace/formattingpx4dev2012-12-299-61/+101
| | * | | Fix some scaling errors in the PWM <-> mixer-internal conversions.px4dev2012-12-291-2/+2
| | * | | Rough in the new mixer path for PX4IO.px4dev2012-12-295-41/+132
| | * | | Fix PX4IO to run C++ static ctorspx4dev2012-12-291-0/+5
| | |/ /
| * / / Fixed connection loss / failsafe detection, added decoding of two switch chan...Lorenz Meier2012-12-311-9/+16
| |/ /
* | | Add ADC measurements and reporting to PX4IO, including calibration for the ba...px4dev2012-12-313-20/+78
* | | Add trivial ADC support to PX4IO.px4dev2012-12-312-0/+169
|/ /
* | Merge branch 'master' into DSM-decoder-fixpx4dev2012-12-191-7/+26
|\|
| * Added more LED state logic and improve code.Simon Wilks2012-12-081-22/+20
| * Add an additional safety switch LED blink sequence when FMU and IO are armedSimon Wilks2012-12-071-2/+23
* | Adjust the control mapping from DSM receivers to correspond to the standard P...px4dev2012-12-043-6/+24
* | Lock out the PPM decoder if the DSM or S.bus decoders have seen a frame recen...px4dev2012-12-044-12/+42
* | Fix breakage to the DSM parser introduced with the input prioritisation logic...px4dev2012-12-037-88/+84
|/
* Prevented unhealthy RC input from propagating through the systemLorenz Meier2012-12-011-1/+7
* Merge branch 'sbus' of https://github.com/PX4/Firmware into #61-px4io-spektru...px4dev2012-12-015-21/+67
|\
| * Harmonized PPM, S.BUS and DSM input (order: first preference S.Bus, then DSM,...Lorenz Meier2012-11-305-17/+67
* | Clean up the FMU communications init.px4dev2012-11-303-9/+14
* | We don't need non-blocking I/O for this context anymore; it's OK for it to bl...px4dev2012-11-301-1/+1
* | Use the right constraint for the output mixer; we might end up wanting more v...px4dev2012-11-301-3/+1
* | 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-302-3/+146
* Rework the PX4IO software architecture:px4dev2012-11-309-251/+261
* Add some more information to comments.px4dev2012-11-291-8/+9
* Fix the DSM (spektrum) protocol decoder, and add some format auto-detection t...px4dev2012-11-293-28/+138
* Don't print the status line so much; we seem to drop a lot of receive charact...px4dev2012-11-291-0/+2
* Fix includes for debug output.px4dev2012-11-291-3/+4
* Lowered arm button prellingJulian Oes2012-11-151-3/+3
* Several fixes, hex flies, failsafe not really tested yetJulian Oes2012-11-112-14/+33
* Reverting commenting, that happened by accidentJulian Oes2012-11-081-4/+4
* Revert "Revert "Another take on Spektrum/DSM frame decoding, based on more ca...Julian Oes2012-11-077-208/+372
* Revert "Another take on Spektrum/DSM frame decoding, based on more careful ex...Julian Oes2012-11-077-372/+208
* Merge branch 'master' of https://github.com/PX4/FirmwareJulian Oes2012-11-077-208/+372
|\
| * Another take on Spektrum/DSM frame decoding, based on more careful examinatio...px4dev2012-11-077-208/+372
* | Again some hacking to make arming/disarming work for nowJulian Oes2012-11-065-13/+20
|/
* Add prototypical support for Spektrum satellite remotes to PX4IO.px4dev2012-11-055-36/+247
* Fix red/blue LED assignment.px4dev2012-11-051-2/+2
* Fix PWM channel zero output; pin configuration was being overwritten by USART...px4dev2012-11-043-9/+18
* Checkpoint; messages from FMU now make it to IO intact; fix HRT init timing, ...px4dev2012-11-034-15/+27
* There are four relay channels (two are power switches)px4dev2012-11-031-1/+1