aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* mc_pos_control: Code style fixes in commentsLorenz Meier2014-05-151-0/+2
* mc_att_control: Code style fixes in commentsLorenz Meier2014-05-152-7/+9
* navigator: comment only changes / code style fixesLorenz Meier2014-05-1510-23/+56
* dataman: Fix doxygen, no functional changesLorenz Meier2014-05-152-21/+22
* Fix error on some compilerLiio Chen2014-05-141-1/+1
* Save code size on commander, reduce stack size of starting tool (NOT OF THE A...Lorenz Meier2014-05-141-0/+4
* Set an RC status flag so that we can read out the RC status in parallel to th...Lorenz Meier2014-05-142-1/+7
* Merge pull request #927 from PX4/ram_cleanupLorenz Meier2014-05-132-6/+6
|\
| * mavlink: Removed static buffers where no static buffers where necessaryLorenz Meier2014-05-121-2/+2
| * navigator: Removed static where no static should have been usedLorenz Meier2014-05-121-4/+4
* | Merge remote-tracking branch 'upstream/master' into manualcontrolrenameThomas Gubler2014-05-138-40/+176
|\ \
| * \ Merge pull request #931 from PX4/fwtrimLorenz Meier2014-05-131-6/+7
| |\ \
| | * | fw att control: manual setpoint: fix comment and trim signThomas Gubler2014-05-131-6/+7
| | |/
| * | Merge pull request #926 from ultrasystem/patch-2Lorenz Meier2014-05-121-1/+1
| |\ \ | | |/ | |/|
| | * Update paramters for warnx()ultrasystem2014-05-121-1/+1
| | * Output a debug string is Invalid @ parameter #1ultrasystem2014-05-121-1/+1
| * | Merge pull request #894 from PX4/yawrate_limitLorenz Meier2014-05-122-6/+29
| |\ \ | | |/ | |/|
| | * mc_att_control: MC_YAWRATE_MAX parameter addedAnton Babushkin2014-05-032-6/+29
| * | Merge pull request #744 from thomasgubler/fw_landing_rangefinderThomas Gubler2014-05-124-27/+139
| |\ \
| | * | fix comment for FW_LND_RFRALTThomas Gubler2014-03-151-3/+4
| | * | fw landing: do not use relative altitudes in TECSThomas Gubler2014-03-151-2/+2
| | * | set range finder to disabled as defaultThomas Gubler2014-03-151-1/+1
| | * | integrate range finder into fw landingThomas Gubler2014-03-154-27/+138
* | | | manual control setpoint: add comment about signThomas Gubler2014-05-121-4/+11
* | | | Merge remote-tracking branch 'upstream/master' into manualcontrolrenameThomas Gubler2014-05-1226-441/+644
|\| | |
| * | | manual_control_setpoint: comments fixedAnton Babushkin2014-05-111-4/+4
| * | | Reporting cleanup, use different variables for different state switching resu...Lorenz Meier2014-05-111-41/+23
| * | | sensors: commented "offboard" switch removedAnton Babushkin2014-05-112-14/+0
| * | | sensors, commander: code style fixedAnton Babushkin2014-05-118-211/+345
| * | | ALTCTRL/POSCTRL renamed to ALTCTL/POSCTLAnton Babushkin2014-05-119-45/+45
| * | | Use "POSCTL" switch name consistentlyAnton Babushkin2014-05-113-17/+17
| * | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2014-05-091-2/+2
| |\ \ \
| | * \ \ Merge pull request #720 from thomasgubler/navigator_rtl_waypointtypeLorenz Meier2014-05-081-2/+2
| | |\ \ \
| | | * | | navigator: RTL: set normal waypoint instead of takeoff waypoint in RTL_STATE_...Thomas Gubler2014-03-111-1/+1
| | | * | | navigator: RTL: set loiter wp instead of normal waypoint in RTL_STATE_DESCENDThomas Gubler2014-03-111-1/+1
| * | | | | Remove noreturn attribute from all apps that actually can returnLorenz Meier2014-05-096-7/+7
| |/ / / /
| * | | | Merge pull request #858 from TickTock-/rc_mergedLorenz Meier2014-05-0814-110/+267
| |\ \ \ \
| | * | | | shortened rc_assisted_th to rc_assist_th in case we add a dedicated switch ma...TickTock-2014-04-293-13/+13
| | * | | | Updated flight modes diagrams & comments.TickTock-2014-04-281-1/+1
| | * | | | Replaces poshold/althold with posctrl/altctrlTickTock-2014-04-2814-93/+93
| | * | | | renamed EASY to POSHOLD and SEATBELT to ALTHOLDTickTock-2014-04-2714-94/+94
| | * | | | compilesTickTock-2014-04-274-45/+2
| | * | | | Merged in upstream masterTickTock-2014-04-2728-422/+689
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'mpc_rc' of https://github.com/TickTock-/Firmware into rc_mergedTickTock-2014-04-2516-288/+473
| | |\ \ \ \ \
| | * | | | | | Made failsafe more intuitive. Default (0) maps to whatever channel is thrott...TickTock-2014-04-222-21/+9
| | * | | | | | Added ASSISTED, AUTO, EASY, RETURN, & LOITER programmable thresholds to enabl...TickTock-2014-04-222-23/+138
| | * | | | | | Added RC_MAP_FAILSAFE parameter for customizing failsafe channel. Default to...TickTock-2014-04-222-14/+39
| | * | | | | | renamed mission_switch to loiter_switch and assisted_switch to easy_switchTickTock-2014-04-225-23/+23
| | * | | | | | Merge branch 'rc_timeout' of https://github.com/TickTock-/Firmware into rc_me...TickTock-2014-04-2216-471/+343
| | |\ \ \ \ \ \
| | * | | | | | | Added rc_map_failsafe to enable use of channels other than throttle for fails...TickTock-2014-04-192-8/+40