From: rincon Date: Fri, 6 Jul 2007 18:34:38 +0000 (+0000) Subject: Updated readme to place the #define's at the top where people will find them. Added... X-Git-Tag: release_tools_1_2_4_1~69 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=a2c209d450c37c129537c17797b41801b20d1f49;p=tinyos-2.x.git Updated readme to place the #define's at the top where people will find them. Added a comment about CC2420_NO_ADDRESS_RECOGNITION --- diff --git a/tos/chips/cc2420/README.txt b/tos/chips/cc2420/README.txt index 5d0c2bd4..e9409be1 100644 --- a/tos/chips/cc2420/README.txt +++ b/tos/chips/cc2420/README.txt @@ -1,4 +1,21 @@ +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 @@ -100,16 +117,3 @@ the Ack LPL version. The radio continuously modulates the channel when delivering its packetized preamble. This is better for fast receive check, 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 - -