aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/nshterm
Commit message (Collapse)AuthorAgeFilesLines
* 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