contiki shell example with only platform independent commands

This commit is contained in:
fros4943 2009-04-23 08:42:07 +00:00
parent 997a5f6983
commit 0d82fcb143
2 changed files with 102 additions and 0 deletions

View file

@ -0,0 +1,7 @@
CONTIKI_PROJECT = example-shell
all: $(CONTIKI_PROJECT)
APPS = serial-shell
CONTIKI = ../..
include $(CONTIKI)/Makefile.include