[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc2420 README.txt, 1.4, 1.5

dmm rincon at users.sourceforge.net
Fri Jul 6 11:10:16 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27691

Modified Files:
	README.txt 
Log Message:
Updated readme with latest comments

Index: README.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/README.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** README.txt	4 Jul 2007 00:37:14 -0000	1.4
--- README.txt	6 Jul 2007 18:10:11 -0000	1.5
***************
*** 41,44 ****
--- 41,57 ----
  
  
+ 7/5/07:
+ * Added two methods to enable/disable automatic address recognition:
+   - Preprocessor CC2420_NO_ADDRESS_RECOGNITION to disable address recognition at
+     compile time
+   - CC2420Config.setAddressRecognition(bool on) through CC2420ControlC
+ 
+ * Allowed the CC2420ReceiveP to perform software address checks to support
+   the case where a base station type application must sniff packets from other 
+   address, but also SACK packets destined for its address
+   
+ * Updated CC2420Config interface to provide an async getShortAddr() and getPanAddr()
+ 
+ 
  Known issues
  __________________________________________



More information about the Tinyos-2-commits mailing list