[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/tkn154 Makefile.include, 1.3, 1.4

Jan-Hinrich Hauer janhauer at users.sourceforge.net
Wed Mar 4 10:32:25 PST 2009


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

Modified Files:
	Makefile.include 
Log Message:
- re-designed the radio driver interfaces, restructured/improved the CC2420 radio driver
- split the main MAC configuration (was TKN154P.nc) in two: one for beacon-enabled mode the other for nonbeacon-enabled mode (this decision has to be made at compile time now)
- added (serial) debugging functions (compile with "TKN154_DEBUG=1 make telosb" and use the java PrintfClient, see tinyos-2.x/apps/tests/TestPrintf/README.txt)
- improved readability, added comments 

Index: Makefile.include
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/tkn154/Makefile.include,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.include	21 Jul 2008 15:18:16 -0000	1.3
--- Makefile.include	4 Mar 2009 18:30:50 -0000	1.4
***************
*** 13,16 ****
--- 13,22 ----
  endif
  
+ ifdef TKN154_DEBUG
+ PFLAGS += -DTKN154_DEBUG
+ CFLAGS += -I$(TOSDIR)/lib/printf
+ PFLAGS += -DPRINTF_BUFFER_SIZE=1000
+ endif
+ 
  # parses the PLATFORM variable
  include $(MAKERULES)



More information about the Tinyos-2-commits mailing list