aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds
Commit message (Expand)AuthorAgeFilesLines
* 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
| * changed dir from version to ver to keep it shorterufoncz2014-04-274-147/+243
| * corrections before xmergeufoncz2014-04-251-6/+12
| * added version nsh command, it can replace hw_verufoncz2014-04-252-0/+181
* | Add command to do PWM step inputsLorenz Meier2014-05-011-1/+105
* | esc_calib: corrected name of mc controllerJulian Oes2014-04-301-1/+1
* | Fix of errors triggered by more pedantic compile optionsLorenz Meier2014-04-211-1/+1
|/
* Consistently making space for a maximum of 12 channels, 10 channels (includin...Lorenz Meier2014-03-171-2/+2
* Fix up ADC tests command to read all channels at onceLorenz Meier2014-03-171-2/+2
* dumpfile command and fetch_log.py tool implemented to fetch logs via nsh cons...Anton Babushkin2014-03-082-0/+157
* tests: added "tests file2" filesystem testAndrew Tridgell2014-03-044-0/+199
* Merge remote-tracking branch 'px4/master' into betaJulian Oes2014-02-272-23/+19
|\
| * top: CPU % indication bug fixedAnton Babushkin2014-02-271-2/+2