[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/tkn154/TestData app_profile.h, 1.1, 1.2

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


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

Modified Files:
	app_profile.h 
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: app_profile.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/tkn154/TestData/app_profile.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** app_profile.h	21 Jul 2008 15:18:16 -0000	1.1
--- app_profile.h	4 Mar 2009 18:31:00 -0000	1.2
***************
*** 44,47 ****
--- 44,48 ----
    SUPERFRAME_ORDER = 5,
  };
+ //#define IEEE154_DEFAULT_TRANSMITPOWER_dBm -25
  
  #endif



More information about the Tinyos-2-commits mailing list