aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/nshterm
Commit message (Collapse)AuthorAgeFilesLines
* USB startup: Ensure that we are not talking to the peripheral too soon. ↵Lorenz Meier2015-01-262-1/+7
| | | | Startup does not take longer due to smart rearrangement of launch calls
* NSH term fixLorenz Meier2015-01-041-2/+3
|
* Fix NSH timeout logicLorenz Meier2015-01-041-6/+4
|
* Merge pull request #1419 from PX4/nshtermLorenz Meier2014-11-171-2/+25
|\ | | | | NSH term: Only time out if no arming information is available, if arming...
| * NSH term: Only time out if no arming information is available, if arming ↵Lorenz Meier2014-11-011-2/+25
| | | | | | | | information is available abort if unconnected on arming
* | Drop NSH priority to keep system responsiveLorenz Meier2014-11-031-0/+2
|/
* Simplify error messages for NSH termLorenz Meier2014-11-011-2/+2
|
* Leave NSH terminal enough stack spaceLorenz Meier2014-10-301-1/+1
|
* Hotfix: Optimize shell commands for size - we do not need massive ↵Lorenz Meier2014-08-131-0/+2
| | | | performance there
* nshterm: increase stack size to fix crash on 'ls -l'Anton Babushkin2014-07-291-1/+1
|
* nshterm: Hotfix for retries counterLorenz Meier2014-06-301-1/+1
|
* nshterm: Reduce stack size further after more thorough inspectionLorenz Meier2014-05-161-1/+1
|
* nshterm: Use only the stack we really needLorenz Meier2014-05-141-1/+1
|
* Check 30 seconds for USB portLorenz Meier2014-01-071-1/+3
|
* Fixed NSH terminal initLorenz Meier2013-08-201-1/+1
|
* Minimized nshterm flags, fixed some pretty stupid non-standard coding in ↵Lorenz Meier2013-08-191-1/+1
| | | | top, now behaving with two shell instances as expected
* Put console and syslog on UART8, added support to nshterm for proper serial ↵Lorenz Meier2013-08-181-3/+28
| | | | port config
* nshterm: start a nsh console on any deviceAndrew Tridgell2013-08-032-0/+131
this is used in APM startup to fallback to a console on ttyACM0 if startup fails for any reason