aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge pull request #876 from PX4/autodeclinationLorenz Meier2014-05-0314-36/+332
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Merge branch 'autodeclination' of github.com:PX4/Firmware into autodeclinationLorenz Meier2014-05-031-10/+9
| | |\ \ \ \ \ \
| | | * | | | | | Fix last data type and casting compiler nuisancesLorenz Meier2014-04-301-8/+7
| | | * | | | | | Fixed typos in declination table lookupLorenz Meier2014-04-301-2/+2
| | * | | | | | | host tests: Fix missing newlinesLorenz Meier2014-05-033-3/+3
| | |/ / / / / /
| | * | | | | | Updated geo lib C/C++ interfacingLorenz Meier2014-04-282-2/+4
| | * | | | | | Updated outo-testLorenz Meier2014-04-282-4/+13
| | * | | | | | Add autodeclination testing - no-op right nowLorenz Meier2014-04-283-3/+29
| | * | | | | | Add autodeclinationLorenz Meier2014-04-281-0/+1
| | * | | | | | Add missing header in mixer load commandLorenz Meier2014-04-281-0/+1
| | * | | | | | Disable sbus2_test for now, just leverage the testing infrastructureLorenz Meier2014-04-281-1/+1
| | * | | | | | Add missing header in HRTLorenz Meier2014-04-281-0/+1
| | * | | | | | Add missing newlineLorenz Meier2014-04-281-1/+1
| | * | | | | | Improve testing infrastructure for mixer and SBUS2Lorenz Meier2014-04-286-36/+108
| | * | | | | | Added automatic declination lookupLorenz Meier2014-04-284-1/+186
| * | | | | | | Merge pull request #890 from PX4/romfs_cleankroimon2014-05-021-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | romfs pruner: fix filename checkThomas Gubler2014-05-021-1/+1
| * | | | | | | | Merge pull request #889 from PX4/romfs_cleanLorenz Meier2014-05-022-16/+19
| |\| | | | | | |
| | * | | | | | | update comment in makefileThomas Gubler2014-05-021-1/+1
| | * | | | | | | do not copy hidden files to ROMFSThomas Gubler2014-05-021-2/+4
| | * | | | | | | romfs pruner: do not try to prune .swp filesThomas Gubler2014-05-021-14/+15
| * | | | | | | | Merge pull request #888 from PX4/ropegitignorekroimon2014-05-021-0/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | add .ropeproject to .gitignoreThomas Gubler2014-05-021-0/+1
| |/ / / / / / /
| * | | | | | | Merge pull request #887 from PX4/mavlink_man_ctl_fixLorenz Meier2014-05-011-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | mavlink: swap x and y when handling MANUAL_CONTROL mavlink messageAnton Babushkin2014-05-011-2/+2
| |/ / / / / / /
| * | | | | | | Merge pull request #885 from PX4/easystar_fixLorenz Meier2014-05-012-1/+32
| |\ \ \ \ \ \ \
| | * | | | | | | Simplify mixer fileLorenz Meier2014-05-011-56/+3
| | * | | | | | | Easystar mixer fixLorenz Meier2014-05-012-1/+85
| |/ / / / / / /
| * | | | | | | Merge pull request #884 from PX4/pwm_stepThomas Gubler2014-05-011-1/+105
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' into pwm_stepLorenz Meier2014-05-011-1/+1
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'cmsis_fix' of github.com:PX4/FirmwareLorenz Meier2014-05-011-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix what is looking like a missing cast in CMSIS - the cast within the line w...Lorenz Meier2014-04-261-1/+1
| | | * | | | | | | Add command to do PWM step inputsLorenz Meier2014-05-011-1/+105
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #882 from PX4/hotfix_esc_calibLorenz Meier2014-04-301-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | esc_calib: corrected name of mc controllerJulian Oes2014-04-301-1/+1
| |/ / / / / / / /
| * | | | | | | | Merge pull request #881 from PX4/led_fixLorenz Meier2014-04-301-13/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | commander: Stop mixing board support and high level code - just accept that n...Lorenz Meier2014-04-301-13/+3
* | | | | | | | | | Catching up with libuavcan - some preprocessor symbols are no longer required...Pavel Kirienko2014-05-071-3/+3
* | | | | | | | | | Removed the placement new workaround. It seems like we can pull <new> from th...Pavel Kirienko2014-05-071-2/+1
* | | | | | | | | | Working UAVCAN node. No application logic is implemented yet; the node just p...Pavel Kirienko2014-05-073-34/+151
* | | | | | | | | | Added workaround for hardware issue on Pixhawk v1Pavel Kirienko2014-05-062-2/+8
* | | | | | | | | | Fixed hardcoded include pathPavel Kirienko2014-05-062-3/+4
* | | | | | | | | | Initial UAVCAN integration. The library compiles successfully, CAN driver app...Pavel Kirienko2014-05-069-1/+283
|/ / / / / / / / /
* | | | | | | | | Merge pull request #880 from PX4/yaw_ff_fixLorenz Meier2014-04-301-1/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | mc_att_control: yaw feed-forward in manual control modes fixedAnton Babushkin2014-04-291-1/+2
|/ / / / / / / /
* | | | | | | | Merge pull request #874 from jean-m-cyr/masterLorenz Meier2014-04-294-18/+64
|\ \ \ \ \ \ \ \
| * | | | | | | | Proper data manager restart handlingJean Cyr2014-04-284-18/+64
* | | | | | | | | Merge pull request #875 from PX4/gpsflagLorenz Meier2014-04-281-2/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | remove whitespaceThomas Gubler2014-04-281-1/+0
| * | | | | | | | | add options do disable or fake gps output in rcSThomas Gubler2014-04-281-2/+15
| | |_|/ / / / / / | |/| | | | | | |