aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gps: Comment-only fixLorenz Meier2014-07-021-1/+1
* Merged master to gnss_reworkLorenz Meier2014-07-0271-345/+718
|\
| * Fix sdlog2 GPS time copy for log_on_start situationLorenz Meier2014-07-021-1/+1
| * Merge pull request #1074 from t0ni0/reset_xy_vLorenz Meier2014-07-013-0/+12
| |\
| | * Adjusted default reset param value to reset quickerAntonio Sanniravong2014-06-241-1/+1
| | * Shorten the reset param name to INAV_W_XY_RES_VAntonio Sanniravong2014-06-243-7/+7
| | * Resets XY velocities when we can't estimate themAntonio Sanniravong2014-06-243-0/+12
| * | Merge pull request #1106 from PX4/reconfig_fixLorenz Meier2014-07-011-0/+28
| |\ \
| | * | Add param command which does not reset the autostart params to not hamper aut...Lorenz Meier2014-07-011-0/+28
| * | | Add vital comment to circuit breakerLorenz Meier2014-07-011-0/+9
| |/ /
| * | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2014-07-011-1/+1
| |\ \
| | * | TECS: Small fix to throttle feed-forwardphilipoe2014-07-011-1/+1
| * | | Warning fixes in commanderLorenz Meier2014-07-011-2/+2
| * | | Hotfix: Fix use of circuit breaker paramLorenz Meier2014-07-011-1/+1
| |/ /
| * | Hotfix, non-code change: Raise RC config error warnings to audioLorenz Meier2014-06-301-6/+6
| * | Merge branch 'master' of github.com:PX4/Firmware into prearm_checksLorenz Meier2014-06-305-63/+43
| |\ \
| | * \ Merge pull request #984 from PX4/rc_channelsLorenz Meier2014-06-304-58/+41
| | |\ \
| | | * | rc_channels topic cleanupAnton Babushkin2014-05-204-58/+41
| | * | | Merged master into mpc_in_flight_lockLorenz Meier2014-06-30148-4338/+10606
| | |\ \ \
| | | * \ \ Merge pull request #1100 from PX4/warning_fixes_v3Lorenz Meier2014-06-3022-44/+83
| | | |\ \ \
| | * | \ \ \ Merge branch 'master' into mpc_in_flight_lockAnton Babushkin2014-06-1330-314/+1263
| | |\ \ \ \ \
| | * | | | | | position_estimator_inav: don't change local z on first time ref initializationAnton Babushkin2014-05-271-5/+2
| * | | | | | | commander: Notify negative on manual arming failsLorenz Meier2014-06-301-0/+1
| * | | | | | | Merge branch 'warning_fixes_v3' into prearm_checksLorenz Meier2014-06-3022-44/+83
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Fix line endings for patchLorenz Meier2014-06-301-1/+5
| | * | | | | | Merge branch 'master' into warning_fixes_v3Lorenz Meier2014-06-302-2/+2
| | |\ \ \ \ \ \
| | * | | | | | | INAV: Warning fixesLorenz Meier2014-06-301-6/+7
| | * | | | | | | sensors: Warning fixesLorenz Meier2014-06-301-1/+1
| | * | | | | | | IO firmware: Warning / bug fixesLorenz Meier2014-06-302-2/+6
| | * | | | | | | systemlib: Warning fixesLorenz Meier2014-06-302-0/+4
| | * | | | | | | Navigator: Warning fixesLorenz Meier2014-06-302-2/+4
| | * | | | | | | drivers: Warning fixesLorenz Meier2014-06-302-3/+3
| | * | | | | | | systemcmds: Warning fixesLorenz Meier2014-06-306-11/+17
| | * | | | | | | Re-send the RC config warnings once the GCS is connected, fixed compile warningsLorenz Meier2014-06-303-9/+27
| | * | | | | | | mavlink: Warning fixesLorenz Meier2014-06-303-10/+10
| * | | | | | | | Merged master into prearm_checksLorenz Meier2014-06-30133-3792/+9761
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | commander: Minor checks / improvements to power enforce patchLorenz Meier2014-06-302-12/+8
| | * | | | | | | Merge branch 'master' of github.com:PX4/Firmware into power_enforceLorenz Meier2014-06-302-2/+2
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | * | | | | | nshterm: Hotfix for retries counterLorenz Meier2014-06-301-1/+1
| | | * | | | | | mc_pos_control: compiler warning fixAnton Babushkin2014-06-301-1/+1
| | | |/ / / / /
| | * | | | | | Merge branch 'master' of github.com:PX4/Firmware into power_enforceLorenz Meier2014-06-3045-206/+162
| | |\| | | | |
| | | * | | | | Fix compiler warningsDon Gagne2014-06-2945-206/+162
| | * | | | | | Merged master into power_enforceLorenz Meier2014-06-3092-3570/+9324
| | |\| | | | |
| | * | | | | | Merge branch 'master' into power_enforceLorenz Meier2014-06-2645-844/+2080
| | |\ \ \ \ \ \
| | * | | | | | | px4io driver: Add support for circuit breakersLorenz Meier2014-05-251-0/+14
| | * | | | | | | mc_att_control: Support circuit breakersLorenz Meier2014-05-251-4/+13
| | * | | | | | | system status topic: Add support for circuit breakerLorenz Meier2014-05-251-0/+2
| | * | | | | | | commander: put circuit breaker into effectLorenz Meier2014-05-252-14/+25
| | * | | | | | | systemlib: Add circuit breakersLorenz Meier2014-05-253-2/+151
| | * | | | | | | commander: Enforce (in presence of power sensing) that a) system is not purel...Lorenz Meier2014-05-253-0/+51
| | | |_|/ / / / | | |/| | | | |