aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enabled manual override switch, work in progress. Added initial demix testing...Lorenz Meier2012-12-018-40/+113
* Cleaned up mode indicationLorenz Meier2012-12-011-4/+3
* Allowed mode switching via commandLorenz Meier2012-12-011-13/+22
* Merged with masterLorenz Meier2012-12-0116-25/+6016
|\
| * Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-12-011-1/+1
| |\
| * | Hotfix: general MAVLink update, including file transferLorenz Meier2012-12-0117-24/+6633
| * | Hotfix: Made uploader more verbose on errorsLorenz Meier2012-12-011-1/+1
* | | Merge branch '#61-px4io-spektrum-decoder' into fixedwing_outdoorLorenz Meier2012-12-0119-518/+1088
|\ \ \
| * | | Prevented unhealthy RC input from propagating through the systemLorenz Meier2012-12-012-9/+17
| * | | Merge branch 'sbus' of https://github.com/PX4/Firmware into #61-px4io-spektru...px4dev2012-12-0113-173/+469
| |\ \ \
| | * | | Harmonized PPM, S.BUS and DSM input (order: first preference S.Bus, then DSM,...Lorenz Meier2012-11-305-17/+67
| | * | | Merge remote-tracking branch 'origin/#61-px4io-spektrum-decoder' into sbusLorenz Meier2012-11-3011-327/+453
| | |\ \ \
| | * | | | Enabled UART3, added JTAG make target for IO, removed potentially problematic...Lorenz Meier2012-11-303-4/+14
| | * | | | Merge branch '#69-stm32-termios' of github.com:PX4/Firmware into sbusLorenz Meier2012-11-295-147/+385
| | |\ \ \ \
| | | * | | | Improved termios support for the STM32 UART driver. Also add a little more t...px4dev2012-11-245-147/+385
| | * | | | | Merge branch '#78-px4io-firmware-updater' of github.com:PX4/Firmware into sbusLorenz Meier2012-11-291-2/+4
| | |\ \ \ \ \
| | | * | | | | Possible fix for #78 - increase the wait timeout for discard when flashing PX...px4dev2012-11-281-2/+4
| | | | |_|_|/ | | | |/| | |
| * | | | | | Clean up the FMU communications init.px4dev2012-11-303-9/+14
| * | | | | | Disable the flow control signals for USART2/3, since we use them for other th...px4dev2012-11-301-0/+12
| * | | | | | 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
| * | | | | | Fix <termios.h> for c++ use (cannot mark speed const)px4dev2012-11-301-1/+1
| * | | | | | Build fix - need <termios.h>px4dev2012-11-301-0/+1
| * | | | | | 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-3010-314/+294
| * | | | | Config changes for PX4IO:px4dev2012-11-301-5/+7
| * | | | | 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-294-40/+156
| * | | | 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
| * | | | Better sizing for PX4IO serial buffers.px4dev2012-11-291-5/+5
| |/ / /
* | | | minor code cleanup, not changing functionalityLorenz Meier2012-11-282-12/+5
* | | | Merge branch 'master' of github.com:PX4/Firmware into fixedwing_outdoorLorenz Meier2012-11-281-1/+1
|\| | |
| * | | Merge pull request #77 from julianoes/hotfix_windows_uploadLorenz Meier2012-11-271-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | Raised COM port number for windows from 18 to 32Julian Oes2012-11-271-1/+1
| |/ /
* | | fix for ground speed minimum, untestedLorenz Meier2012-11-281-29/+37
* | | Added feedforward throttle to pitch compensation, heading from position contr...Lorenz Meier2012-11-274-61/+62
* | | Removed old fixed wing control processLorenz Meier2012-11-273-611/+0
* | | Merge branch 'master' into fixedwing_outdoorLorenz Meier2012-11-272-7/+48
|\| |
| * | Hotfix: Number of files pre process was causing uorb topics not to be publish...Lorenz Meier2012-11-271-1/+1
| * | Hotfix: calibration status returns sanity checks with better granularityLorenz Meier2012-11-271-6/+47
* | | MergedLorenz Meier2012-11-276-5/+8
|\ \ \
| * | | Cleaned up different uorb topics, cleaned up excessive stack sizesLorenz Meier2012-11-276-8/+12
| |/ /
* | | Merge branch 'delay_test' into fixedwing_outdoorLorenz Meier2012-11-273-1/+203
|\ \ \
| * | | Added delay test to measure comm delays with a led / scopeLorenz Meier2012-11-273-1/+203
| |/ /
* | | Ported all mixers to actuator_controls_effective topic, mixers do not output ...Lorenz Meier2012-11-274-9/+42
* | | Changed to actuators effective in mavlink appLorenz Meier2012-11-273-8/+9
* | | Merge branch 'rates_setpoint' into fixedwing_outdoorLorenz Meier2012-11-2616-98/+663
|\ \ \