aboutsummaryrefslogtreecommitdiff
path: root/apps/px4io
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* Let's use poll. It's more friendlier.px4dev2012-11-031-4/+14
* Cleanup and refactor of the PX4IO firmware and board support. Builds, not te...px4dev2012-11-036-80/+54
* Checkpoint - moving things out of the NuttX configs/*/src directoriespx4dev2012-10-234-4/+4
* Make it possible to run fmu and px4io simultaneously with full control over b...px4dev2012-10-201-0/+2
* Share the PX4IO protocol header, such as it is, between the two apps.px4dev2012-08-182-2/+17
* Faster sensor bus resets on timeouts, massively reworked fixed wing app, testedLorenz Meier2012-08-051-22/+2
* Fresh import of the PX4 firmware sources.px4dev2012-08-047-0/+917