]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/TCPEcho/Makefile
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / apps / TCPEcho / Makefile
diff --git a/apps/TCPEcho/Makefile b/apps/TCPEcho/Makefile
new file mode 100644 (file)
index 0000000..a8a9101
--- /dev/null
@@ -0,0 +1,26 @@
+COMPONENT=TCPEchoC
+
+# uncomment this for network programming support
+# BOOTLOADER=tosboot
+
+# radio opts
+CFLAGS += -DCC2420_DEF_CHANNEL=15
+# CFLAGS += -DCC2420_DEF_RFPOWER=4
+
+
+# CFLAGS += -DNO_LIB6LOWPAN_ASCII
+
+# if this is set, motes will send debugging information to the address
+# listed.
+# CFLAGS += -DREPORT_DEST=\"2001:470:1f04:56d::64\"
+
+# sim/test harness
+# CFLAGS += -I../IPBaseStation
+# CFLAGS += -DDBG_TRACK_FLOWS -DDBG_FLOWS_REPORT
+
+# printf debugs.  works only on telosb/tmote sky
+# CFLAGS += -DPRINTFUART_ENABLED
+
+
+include $(MAKERULES)
+