aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds
Commit message (Collapse)AuthorAgeFilesLines
...
* | | tests, drive by: Fix double comparison, use reasonable margin based on ↵Lorenz Meier2014-07-121-1/+2
| |/ |/| | | | | context of test
* | 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 ↵Lorenz Meier2014-07-011-0/+28
| | | | auto-config
* 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
|\ | | | | Aerocore
| * Add Gumstix AeroCore deviceAsh Charles2014-05-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | Based on the work of Andrew Smith [1], add board configuration and device drivers to support the Gumstix AeroCore (previously Aerodroid) board [2]. The AeroCore is an autopilot board based on a STM32F427 similar to the FMUv2. [1] https://github.com/smithandrewc/Firmware [2] https://store.gumstix.com/index.php/products/585/ Signed-off-by: Ash Charles <ashcharles@gmail.com>
* | 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 ↵Lorenz Meier2014-05-151-0/+2
| | | | | | | | not need stack
* | 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
| | | | | | | | in the script default init not a reason to give up on the complete boot
* | 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 ↵Lorenz Meier2014-05-081-0/+18
| | | | from being saved (identified and fixed by ultrasystem)
* Merge pull request #868 from ufoncz/versioncmdLorenz Meier2014-05-033-78/+129
|\ | | | | Versioncmd
| * simplified code, which is now less robust but smaller and easier to read ↵ufoncz2014-05-011-59/+29
| | | | | | | | | | | | | | (comment Babushkin) formated source code with fix_code_style.sh (comment Babushkin) fixed Copyright (comment Babushkin)
| * ver command ready including hwcmp which replaces hw_ver, removed hw_verufoncz2014-04-274-223/+21
| | | | | | | | | | updated all scripts to use new ver hwcmp command q
| * changed dir from version to ver to keep it shorterufoncz2014-04-274-147/+243
| | | | | | | | added "hw_ver compare" as command option so we can replace hw_ver in future
| * corrections before xmergeufoncz2014-04-251-6/+12
| |
| * added version nsh command, it can replace hw_verufoncz2014-04-252-0/+181
| | | | | | | | sss
* | 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 ↵Lorenz Meier2014-03-171-2/+2
| | | | (including reference / temperature) are used / available right now
* 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 ↵Anton Babushkin2014-03-082-0/+157
| | | | console on USB
* tests: added "tests file2" filesystem testAndrew Tridgell2014-03-044-0/+199
| | | | | this is useful for testing for filesystem corruption on cluster boundaries
* Merge remote-tracking branch 'px4/master' into betaJulian Oes2014-02-272-23/+19
|\
| * top: CPU % indication bug fixedAnton Babushkin2014-02-271-2/+2
| |
| * Fixed a number of compile warnings in mount tests.Lorenz Meier2014-02-231-21/+17
| |
* | Merged master into betaLorenz Meier2014-02-111-7/+49
|\|
| * Merged origin/master into pubsub_cleanupLorenz Meier2014-02-0917-611/+852
| |\
| * | Improved config tool to also do device IOCTLsLorenz Meier2014-01-141-7/+49
| | |