From a2c209d450c37c129537c17797b41801b20d1f49 Mon Sep 17 00:00:00 2001 From: rincon Date: Fri, 6 Jul 2007 18:34:38 +0000 Subject: [PATCH] Updated readme to place the #define's at the top where people will find them. Added a comment about CC2420_NO_ADDRESS_RECOGNITION --- tos/chips/cc2420/README.txt | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) 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 - - -- 2.39.2