[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX RadioDataLinkC.nc, 1.1.2.8, 1.1.2.9

Philipp Huppertz phihup at users.sourceforge.net
Wed Oct 11 04:52:31 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24080/tos/platforms/eyesIFX

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	RadioDataLinkC.nc 
Log Message:
- additional UartPhy with 4b6b code (now default on eyes)

Index: RadioDataLinkC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/RadioDataLinkC.nc,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -C2 -d -r1.1.2.8 -r1.1.2.9
*** RadioDataLinkC.nc	12 Sep 2006 12:16:32 -0000	1.1.2.8
--- RadioDataLinkC.nc	11 Oct 2006 11:52:29 -0000	1.1.2.9
***************
*** 50,54 ****
          //Change components below as desired
          Tda5250RadioC as Radio,                  //The actual Tda5250 radio over which data is receives/transmitted
!         UartManchPhyC as UartPhy,                 //The UartPhy turns Bits into Bytes
          PacketSerializerP  as PacketSerializer,  //The PacketSerializer turns Bytes into Packets
          CsmaMacC as Mac,                         //The MAC protocol to use
--- 50,54 ----
          //Change components below as desired
          Tda5250RadioC as Radio,                  //The actual Tda5250 radio over which data is receives/transmitted
!         Uart4b6bPhyC as UartPhy,                 //The UartPhy turns Bits into Bytes
          PacketSerializerP  as PacketSerializer,  //The PacketSerializer turns Bytes into Packets
          CsmaMacC as Mac,                         //The MAC protocol to use



More information about the Tinyos-2-commits mailing list