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
apps/serial-shell/Makefile.serial-shell
Normal file
4
apps/serial-shell/Makefile.serial-shell
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
serial_shell_src = serial-shell.c
|
||||||
|
|
||||||
|
APPS += shell
|
||||||
|
include $(CONTIKI)/apps/shell/Makefile.shell
|
|
@ -28,7 +28,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: serial-shell.c,v 1.1 2008/02/04 23:42:17 adamdunkels Exp $
|
* $Id: serial-shell.c,v 1.1 2008/07/09 20:53:30 adamdunkels Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
|
@ -28,7 +28,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: serial-shell.h,v 1.1 2008/02/04 23:42:17 adamdunkels Exp $
|
* $Id: serial-shell.h,v 1.1 2008/07/09 20:53:30 adamdunkels Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
|
@ -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-vars.c shell-ps.c shell-rime.c shell-sendtest.c \
|
||||||
shell-blink.c shell-text.c shell-time.c \
|
shell-blink.c shell-text.c shell-time.c \
|
||||||
shell-file.c shell-netfile.c shell-run.c \
|
shell-file.c shell-netfile.c shell-run.c \
|
||||||
|
|
Loading…
Reference in a new issue