[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/tkn154/TestPromiscuous Makefile, 1.1, 1.2

Jan-Hinrich Hauer janhauer at users.sourceforge.net
Tue Oct 21 10:29:02 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/tkn154/TestPromiscuous
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11326/apps/tests/tkn154/TestPromiscuous

Modified Files:
	Makefile 
Log Message:
- moved promiscuous mode into separate component
- separated association from disassociation component
- changed ResourceTransfer.tranfer to async
- added placeholders

Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/tkn154/TestPromiscuous/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile	21 Jul 2008 15:18:16 -0000	1.1
--- Makefile	21 Oct 2008 17:29:00 -0000	1.2
***************
*** 3,5 ****
--- 3,6 ----
  PFLAGS += -DPRINTF_BUFFER_SIZE=1000
  CFLAGS += -I$(TOSDIR)/lib/printf
+ CFLAGS += -DIEEE154_SCAN_DISABLED -DIEEE154_BEACON_SYNC_DISABLED -DIEEE154_BEACON_TX_DISABLED -DIEEE154_RXENABLE_DISABLED -DIEEE154_ASSOCIATION_DISABLED -DIEEE154_DISASSOCIATION_DISABLED -DIEEE154_COORD_REALIGNMENT_DISABLED -DIEEE154_COORD_BROADCAST_DISABLED
  include ../Makefile.include



More information about the Tinyos-2-commits mailing list