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:
adamdunkels 2008-07-09 20:53:30 +00:00
parent 0d87322a18
commit 304a4cfa0b
4 changed files with 7 additions and 3 deletions

View file

@ -0,0 +1,4 @@
serial_shell_src = serial-shell.c
APPS += shell
include $(CONTIKI)/apps/shell/Makefile.shell