contiki shell example with only platform independent commands
This commit is contained in:
parent
997a5f6983
commit
0d82fcb143
2 changed files with 102 additions and 0 deletions
7
examples/example-shell/Makefile
Normal file
7
examples/example-shell/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
CONTIKI_PROJECT = example-shell
|
||||
all: $(CONTIKI_PROJECT)
|
||||
|
||||
APPS = serial-shell
|
||||
CONTIKI = ../..
|
||||
|
||||
include $(CONTIKI)/Makefile.include
|
Loading…
Add table
Add a link
Reference in a new issue