]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Updated readme with latest comments
authorrincon <rincon>
Fri, 6 Jul 2007 18:10:11 +0000 (18:10 +0000)
committerrincon <rincon>
Fri, 6 Jul 2007 18:10:11 +0000 (18:10 +0000)
tos/chips/cc2420/README.txt

index 33d184be5b10939d4eca7fef94d8a8fc722907a9..5d0c2bd4a6dcd7458d8cf39cf760ee83c81c74b5 100644 (file)
@@ -40,6 +40,19 @@ __________________________________________
   packet's destpan after send().
 
 
+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
 __________________________________________