aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | top: Reduce stack size, but leave some room if it has to print a few more appsLorenz Meier2014-05-151-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | mavlink start tool: Reduce stack size to 1000 - it is really just the command...Lorenz Meier2014-05-151-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | USB startup: Give NuttX enough time to tear down an app and free memory befor...Lorenz Meier2014-05-151-6/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | sdlog2 start tool: Reduce stack, since it just starts the appLorenz Meier2014-05-151-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | reboot command: Reduce stack size to 800 - it really just reboots and does no...Lorenz Meier2014-05-151-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | param command: Reduce stack size to 1800 after careful testingLorenz Meier2014-05-151-1/+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
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | startup: NuttX seems to free memory only AFTER the next command is issued, re...Lorenz Meier2014-05-151-0/+6
| | * | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | | | | | | | | | | | | | | | | | | | | | examples: Adjust start tool and main stack sizes to reasonable defaultsLorenz Meier2014-05-153-2/+6
| | * | | | | | | | | | | | | | | | | | | | | | | | | examples: fixed wing: 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
| | * | | | | | | | | | | | | | | | | | | | | | | | | Increase servo out rate via USBLorenz Meier2014-05-141-3/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | px4io driver: init stack only twice as big as really needed and not four time...Lorenz Meier2014-05-141-0/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | px4fmu: Give the FMU driver only the stack for init it needsLorenz Meier2014-05-141-0/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | use a minimal sdlog2 buffer for FMUv1.xLorenz Meier2014-05-141-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | Reduce stack size of preflight check toolLorenz Meier2014-05-141-0/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | Reduce stack size of perf toolLorenz Meier2014-05-141-0/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | Reduce stack size of PWM toolLorenz Meier2014-05-141-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | 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
| |/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #944 from ultrasystem/patch-1Lorenz Meier2014-05-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | Fix error on some compilerLiio Chen2014-05-141-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf_cleanup'Lorenz Meier2014-05-142-21/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | eeprom driver: Use less excessive perf counters on EEPROMLorenz Meier2014-05-141-21/+15