aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* mavlink start tool: Reduce stack size to 1000 - it is really just the command...Lorenz Meier2014-05-151-1/+1
* sdlog2 start tool: Reduce stack, since it just starts the appLorenz Meier2014-05-151-0/+2
* commander: Reduce calibration count, minimally reduce stack sizes after caref...Lorenz Meier2014-05-152-3/+3
* Merge branch 'master' of github.com:PX4/Firmware into stack_sweepLorenz Meier2014-05-151-6/+23
|\
| * Merge pull request #938 from jean-m-cyr/masterLorenz Meier2014-05-141-6/+23
| |\
| | * Free data manager work items the same way they were allocatedJean Cyr2014-05-131-4/+8
| | * Reduce potential dataman memory fragmentationJean Cyr2014-05-131-3/+16
* | | commander: Cleanup properly after out-of-mem errorLorenz Meier2014-05-151-0/+14
* | | attitude_estimator_so3: Reduce start tool stack sizeLorenz Meier2014-05-151-0/+2
* | | attitude_estimator_ekf: Reduce start tool stack sizeLorenz Meier2014-05-151-0/+2
* | | Merge branch 'master' of github.com:PX4/Firmware into stack_sweepLorenz Meier2014-05-152-9/+11
|\| |
| * | attitude_estimator_so3: Code style fixesLorenz Meier2014-05-151-4/+5
| * | attitude_estimator_ekf: Code style fixesLorenz Meier2014-05-151-5/+6
* | | sensors: Reduce stack mildly by 50 bytesLorenz Meier2014-05-151-1/+1
* | | mc_pos_control: Reduce stack mildly by 50 bytesLorenz Meier2014-05-151-1/+1
* | | mc_att_control: Reduce stack mildly by 50 bytesLorenz Meier2014-05-151-1/+1
* | | Merge branch 'master' of github.com:PX4/Firmware into stack_sweepLorenz Meier2014-05-153-7/+11
|\| |
| * | 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: Reduce stack size by 50 bytesLorenz Meier2014-05-151-1/+1
* | | mavlink app: Fix use of message bufferLorenz Meier2014-05-152-1/+2
* | | Merge branch 'master' of github.com:PX4/Firmware into stack_sweepLorenz Meier2014-05-1510-23/+56
|\| |
| * | navigator: comment only changes / code style fixesLorenz Meier2014-05-1510-23/+56
* | | Merge branch 'master' of github.com:PX4/Firmware into stack_sweepLorenz Meier2014-05-152-21/+22
|\| |
| * | dataman: Fix doxygen, no functional changesLorenz Meier2014-05-152-21/+22
* | | mavlink, commander: Get back close to original stack sizes. Although tests ca...Lorenz Meier2014-05-152-2/+2
* | | mavlink app: Use only the stack it needs to startLorenz Meier2014-05-141-0/+2
* | | Reduce stack size of sensors module start handlerLorenz Meier2014-05-141-0/+2
* | | Reduce stack size of navigator startup handlerLorenz Meier2014-05-141-0/+2
* | | reduce stack size of dataman start handlerLorenz Meier2014-05-141-0/+2
* | | Reduce mavlink stack size slightlyLorenz Meier2014-05-141-1/+1
* | | Reduce commander stack size mildlyLorenz Meier2014-05-141-1/+1
|/ /
* | 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