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
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
|
Loading…
Add table
Add a link
Reference in a new issue