[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc2420/receive CC2420ReceiveP.nc, 1.16, 1.17

Razvan Musaloiu-E. razvanm at users.sourceforge.net
Mon Dec 1 15:51:40 PST 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/receive
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17635

Modified Files:
	CC2420ReceiveP.nc 
Log Message:
Add a comment about the polarity of FIFOP.


Index: CC2420ReceiveP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/receive/CC2420ReceiveP.nc,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** CC2420ReceiveP.nc	25 Jul 2008 16:27:52 -0000	1.16
--- CC2420ReceiveP.nc	1 Dec 2008 23:51:38 -0000	1.17
***************
*** 127,130 ****
--- 127,134 ----
        m_state = S_STARTED;
        atomic receivingPacket = FALSE;
+       /* Note:
+          We use the falling edge because the FIFOP polarity is reversed. 
+          This is done in CC2420Power.startOscillator from CC2420ControlP.nc.
+        */
        call InterruptFIFOP.enableFallingEdge();
      }



More information about the Tinyos-2-commits mailing list