aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1326 from hsteinhaus/drive_testingLorenz Meier2014-10-302-0/+169
|\
| * cmd line utility for controlling drive testsHolger Steinhaus2014-08-262-0/+169
* | Add define to cull flash-intense mathlib testsLorenz Meier2014-10-291-0/+2
* | EEPROM driver: Do not issue warnings that result from our special case handli...Lorenz Meier2014-10-091-3/+12
* | Add command to run termination failsafeLorenz Meier2014-08-271-1/+20
|/
* Mag scale check: only test if the scale roughly makes sense, do not judge the...Lorenz Meier2014-08-181-1/+1
* Hotfix: Optimize shell commands for size - we do not need massive performance...Lorenz Meier2014-08-134-0/+8
* nshterm: increase stack size to fix crash on 'ls -l'Anton Babushkin2014-07-291-1/+1
* report error in pwm command if anyLorenz Meier2014-07-191-0/+4
* add missing hint to pwm usageLorenz Meier2014-07-191-1/+1
* pwm: add missing exitThomas Gubler2014-07-191-2/+2
* pwm system command: Allow to force failsave (forcefail command)Lorenz Meier2014-07-181-0/+16
* Merge pull request #1152 from PX4/sensor_driversLorenz Meier2014-07-122-2/+3
|\
| * Merged masterLorenz Meier2014-07-121-1/+36
| |\
| * | AT24C: Fix warning due to missing function prototype.Lorenz Meier2014-07-081-0/+1
| * | param command: fix warningsLorenz Meier2014-07-081-2/+2
* | | tests, drive by: Fix double comparison, use reasonable margin based on contex...Lorenz Meier2014-07-121-1/+2
| |/ |/|
* | Update sensors testsLorenz Meier2014-07-081-1/+36
|/
* Fix compiler warningsDon Gagne2014-07-072-1/+2
* Fix unused variable warningsDon Gagne2014-07-061-0/+3
* Compiler warning fixesDon Gagne2014-07-051-2/+3
* Add param command which does not reset the autostart params to not hamper aut...Lorenz Meier2014-07-011-0/+28
* Merge branch 'master' into warning_fixes_v3Lorenz Meier2014-06-301-1/+1
|\
| * nshterm: Hotfix for retries counterLorenz Meier2014-06-301-1/+1
* | systemcmds: Warning fixesLorenz Meier2014-06-306-11/+17
|/
* Fix compiler warningsDon Gagne2014-06-2911-60/+43
* More tab fixesDon Gagne2014-06-292-7/+7
* Fix bugs found through compiler warningsDon Gagne2014-06-292-2/+7
* Make error reporting consistentLorenz Meier2014-05-241-3/+4
* mtd cmd: Warnings eleminatedLorenz Meier2014-05-241-6/+11
* config cmd: Eleminate warningsLorenz Meier2014-05-241-13/+29
* perf: Allow printing to arbritrary fdsLorenz Meier2014-05-212-2/+2
* nshterm: Reduce stack size further after more thorough inspectionLorenz Meier2014-05-161-1/+1
* Merge pull request #937 from gumstix/aerocoreLorenz Meier2014-05-151-0/+4
|\
| * Add Gumstix AeroCore deviceAsh Charles2014-05-131-0/+4
* | top: Reduce stack size, but leave some room if it has to print a few more appsLorenz Meier2014-05-151-1/+1
* | 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
* | 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
* | Merge branch 'perf_cleanup'Lorenz Meier2014-05-141-21/+15
|\ \
| * | eeprom driver: Use less excessive perf counters on EEPROMLorenz Meier2014-05-141-21/+15
| |/
* | Let the param set command default to non-failing, because unknown params are ...Lorenz Meier2014-05-141-7/+14
* | Reduce top stack usageLorenz Meier2014-05-141-1/+1
* | nshterm: Use only the stack we really needLorenz Meier2014-05-141-1/+1
|/
* Fix a param save issue where a state variable might preven the parameters fro...Lorenz Meier2014-05-081-0/+18
* Merge pull request #868 from ufoncz/versioncmdLorenz Meier2014-05-033-78/+129
|\
| * simplified code, which is now less robust but smaller and easier to read (com...ufoncz2014-05-011-59/+29
| * ver command ready including hwcmp which replaces hw_ver, removed hw_verufoncz2014-04-274-223/+21