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

dmm rincon at users.sourceforge.net
Fri Jul 6 11:34:43 PDT 2007


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

Modified Files:
	README.txt 
Log Message:
Updated readme to place the #define's at the top where people will find them.  Added a comment about CC2420_NO_ADDRESS_RECOGNITION

Index: README.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/README.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** README.txt	6 Jul 2007 18:10:11 -0000	1.5
--- README.txt	6 Jul 2007 18:34:38 -0000	1.6
***************
*** 1,3 ****
--- 1,20 ----
  
+ To compile in the default Ack LPL version, #define the preprocessor variable:
+   LOW_POWER_LISTENING
+   
+ To compile in the PacketLink (auto-retransmission) layer, #define:
+   PACKET_LINK
+   
+ To remove all acknowledgements, #define (or use CC2420Config in 2.0.2)
+   CC2420_NO_ACKNOWLEDGEMENTS
+   
+ To use hardware auto-acks instead of software acks, #define:
+   CC2420_HW_ACKNOWLEDGEMENTS
+ 
+ To stop using address recognition on the radio hardware, #define:
+   CC2420_NO_ADDRESS_RECOGNITION
+ 
+ 
+ 
  ============================================================
  CC2420 2.0.2 Release Notes 7/2/07
***************
*** 101,115 ****
  low transmission rate networks.
  
- To compile in the default Ack LPL version, #define the preprocessor variable:
-   LOW_POWER_LISTENING
-   
- To compile in the PacketLink (auto-retransmission) layer, #define:
-   PACKET_LINK
-   
- To remove all acknowledgements, #define (or use CC2420Config in 2.0.2)
-   CC2420_NO_ACKNOWLEDGEMENTS
-   
- To use hardware auto-acks instead of software acks, #define:
-   CC2420_HW_ACKNOWLEDGEMENTS
- 
- 
--- 118,119 ----



More information about the Tinyos-2-commits mailing list