Added rt-leds and sky-treeroute ass default compile targets, removed tcprudolph0 as it currently does not compile due to memory exhaustion
This commit is contained in:
parent
efe0306687
commit
85c75d18fb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ endif
|
||||||
|
|
||||||
#APPS=rudolph
|
#APPS=rudolph
|
||||||
|
|
||||||
all: blink test-button test-cfs tcprudolph0
|
all: blink rt-leds sky-treeroute #test-button test-cfs tcprudolph0
|
||||||
|
|
||||||
serialdump:
|
serialdump:
|
||||||
$(SERIALDUMP) -b115200 /dev/com$(firstword $(CMOTES)) | $(CONTIKI)/tools/timestamp | tee serialdump-`date +%Y%m%d-%H%M`
|
$(SERIALDUMP) -b115200 /dev/com$(firstword $(CMOTES)) | $(CONTIKI)/tools/timestamp | tee serialdump-`date +%Y%m%d-%H%M`
|
||||||
|
|
Loading…
Reference in a new issue