From: rincon Date: Fri, 6 Jul 2007 18:10:11 +0000 (+0000) Subject: Updated readme with latest comments X-Git-Tag: release_tools_1_2_4_1~72 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=9003375052b543a7d4836ac94f15065da44a8831;p=tinyos-2.x.git Updated readme with latest comments --- diff --git a/tos/chips/cc2420/README.txt b/tos/chips/cc2420/README.txt index 33d184be..5d0c2bd4 100644 --- a/tos/chips/cc2420/README.txt +++ b/tos/chips/cc2420/README.txt @@ -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 __________________________________________