aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | Fixed few minor bugHyon Lim (Retina)2013-05-232-2/+8
| | | * | | I missed to add build commandHyon Lim (Retina)2013-05-231-0/+1
| | | * | | Initial work of so3 nonlinear complementary filterHyon Lim (Retina)2013-05-234-0/+694
| | * | | | Merge pull request #287 from DrTon/sdlog2Lorenz Meier2013-06-068-0/+1909
| | |\ \ \ \
| * | | | | | Saved a few string bytes, cleaned up task names and outputLorenz Meier2013-06-062-15/+17
| |/ / / / /
| * | | | | HOTFIX: Added start / stop syntax to GPIO led commandLorenz Meier2013-06-051-22/+48
| * | | | | Merge pull request #296 from sjwilks/hott-init-fixLorenz Meier2013-06-041-4/+10
| |\ \ \ \ \
| | * | | | | Fix syncing issue with receiver on startup.Simon Wilks2013-06-041-4/+10
| | | | | | * sdlog2: STAT (vehicle state) log message added, minor optimizationsAnton Babushkin2013-06-072-6/+43
| | | | | | * sdlog2: ATTC - vehicle attitude control logging addedAnton Babushkin2013-06-062-1/+17
| | | | |_|/ | | | |/| |
| | | * | | Merge branch 'master' into sdlog2Anton Babushkin2013-06-0412-135/+469
| | | |\ \ \ | | |_|/ / / | |/| | | |
| * | | | | HOTFIX: Allow PWM command to correctly set ARM_OK flagLorenz Meier2013-06-041-0/+6
| * | | | | Merge pull request #288 from PX4/failsafe_iosjwilks2013-06-044-16/+135
| |\ \ \ \ \
| | * | | | | Better error handling for too large argumentsLorenz Meier2013-06-041-3/+8
| | * | | | | Merge branch 'master' of github.com:PX4/Firmware into failsafe_ioLorenz Meier2013-06-047-119/+328
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #294 from sjwilks/hott_v2Lorenz Meier2013-06-046-118/+327
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Removed some debugging codeSimon Wilks2013-06-041-2/+1
| | * | | | | Formatting and commentsSimon Wilks2013-06-041-5/+3
| | * | | | | Fix whitespaceSimon Wilks2013-06-041-9/+9
| | * | | | | Completed main implementation and debuggingSimon Wilks2013-06-046-93/+133
| | * | | | | Merged new repository layout from PX4/FirmwareSimon Wilks2013-05-15804-3935/+23984
| | |\ \ \ \ \
| | * | | | | | GPS support - mostly working.Simon Wilks2013-05-143-6/+87
| | * | | | | | Add some GPS data to telemetry message.Simon Wilks2013-05-013-16/+41
| | * | | | | | Merge remote-tracking branch 'upstream/master' into hott_v2Simon Wilks2013-05-0136-53/+1621
| | |\ \ \ \ \ \
| | * | | | | | | More changes.Simon Wilks2013-04-262-4/+26
| | * | | | | | | First steps to supporting GPSSimon Wilks2013-04-251-17/+82
| | * | | | | | | Reformatting.Simon Wilks2013-04-251-1/+10
| | * | | | | | | General cleanup based on the pull request from muggenhorSimon Wilks2013-04-233-86/+68
| * | | | | | | | Merge pull request #292 from DrTon/ubx_msg_rate_fixLorenz Meier2013-06-011-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fixed bug in UBX::configure_message_rate()Anton Babushkin2013-06-011-1/+1
| |/ / / / / / / /
| | | | | * | | | More safety added by disabling pulsesLorenz Meier2013-05-291-1/+3
| | | | | * | | | Set unknown channels to zero, since centering them is a slightly dangerous guessLorenz Meier2013-05-291-1/+2
| | | | | * | | | Set default failsafe value to 0 of mixerLorenz Meier2013-05-293-9/+62
| | | | | * | | | Merge branch 'master' of github.com:PX4/Firmware into failsafe_ioLorenz Meier2013-05-281-3/+1
| | | | | |\ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | | | | * | | | Slightly reworked IO internal failsafe, added command to activate it (px4io f...Lorenz Meier2013-05-284-15/+73
| | | | | | |_|/ | | | | | |/| |
| | | | | | * | Minor sdlog2/logbuffer cleanupAnton Babushkin2013-06-042-15/+2
| | | | | | * | sdlog2_dump.py comments and version updatedAnton Babushkin2013-06-021-2/+4
| | | | | | * | sdlog2_dump.py: "recover from errors" optionAnton Babushkin2013-06-021-2/+17
| | | | | | * | sdlog2 GPS message changesAnton Babushkin2013-06-012-6/+6
| | | | | | * | sdlog2 mavlink msg fixAnton Babushkin2013-06-011-1/+1
| | | | | | * | sdlog2 messages cleanup, fixesAnton Babushkin2013-06-011-81/+83
| | | | | | * | Merge branch 'master' into sdlog2Anton Babushkin2013-06-017-240/+531
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Hotfix: Completely silencing HMC5883 probing to not confuse usersLorenz Meier2013-05-281-3/+1
| | |_|_|/ / / | |/| | | | |
| * | | | | | Hotfix: Made HMC driver more verbose to prevent false alarmLorenz Meier2013-05-271-0/+2
| * | | | | | Hotfix: Generate map files for modules as well for more in-depth memory-use d...px4dev2013-05-261-1/+1
| * | | | | | Merge pull request #267 from DrTon/gpio_ledLorenz Meier2013-05-263-0/+231
| |\ \ \ \ \ \
| | * | | | | | Code style fixedAnton Babushkin2013-05-221-3/+19
| | * | | | | | Added GPIO_EXT1/GPIO_EXT2 selection.Anton Babushkin2013-05-221-7/+23
| | * | | | | | Merge branch 'master' into gpio_ledAnton Babushkin2013-05-1731-106/+932
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' into gpio_ledAnton Babushkin2013-05-09800-3718/+5873
| | |\ \ \ \ \ \ \