Broke out serial-shell from the shell app into its own app. Project can use the serial-shell to get a shell running over the serial line, just like a project can use the telnetd to get a shell running over Telnet/TCP/IP.
This commit is contained in:
parent
0d87322a18
commit
304a4cfa0b
4 changed files with 7 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
shell_src = shell.c serial-shell.c shell-reboot.c \
|
||||
shell_src = shell.c shell-reboot.c \
|
||||
shell-vars.c shell-ps.c shell-rime.c shell-sendtest.c \
|
||||
shell-blink.c shell-text.c shell-time.c \
|
||||
shell-file.c shell-netfile.c shell-run.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue