From: scipio Date: Mon, 16 Jun 2008 22:43:53 +0000 (+0000) Subject: TFrame support. X-Git-Tag: release_tinyos_2_1_0_0~280 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=1cb8c697a8a86875ca8f9661c013d7df952b6711 TFrame support. --- diff --git a/support/make/tframe.extra b/support/make/tframe.extra new file mode 100644 index 00000000..f6927788 --- /dev/null +++ b/support/make/tframe.extra @@ -0,0 +1,9 @@ +# Makefile extra for compiling 802.15.4 TinyOS apps with t-frames. +# T-frames are not interoperable with 6lowpan networks. +# Please see TEP 125 for details. +# Philip Levis, June 15 2008. + +#Include directory where T-Frame implementation lies. +CFLAGS += -DTFRAMES_ENABLED + +