X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2FUDPEcho%2FMakefile;h=f883f1bd3609a3212f357c8ccc0d6afa849b92c8;hb=3d5c78e867d6fd52e44894e93e4bd0c172071522;hp=f10a20721e9aef6803b2c2e4f32fde89be41b89b;hpb=34dda4f22e2b435b6ddec072706809f158e60c7f;p=tinyos-2.x.git diff --git a/apps/UDPEcho/Makefile b/apps/UDPEcho/Makefile index f10a2072..f883f1bd 100644 --- a/apps/UDPEcho/Makefile +++ b/apps/UDPEcho/Makefile @@ -3,18 +3,23 @@ COMPONENT=UDPEchoC # uncomment this for network programming support # BOOTLOADER=tosboot -# radio opts CFLAGS += -DCC2420_DEF_CHANNEL=15 # CFLAGS += -DCC2420_DEF_RFPOWER=4 +# disables support for the AM stack, which somewhat reduces code size +# and compresses packet formats. If you want to use other tinyos +# protocols which are AM-based, you should not include this. +CFLAGS += -DIEEE154FRAMES_ENABLED + +# lib6lowpan contains inet_ntop6 and inet_pton6 to process ascii +# representations of IPv6 addresses. You can remove them to save some +# code if you don't use them +# 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