[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX eyesIFXSerialP.nc, 1.4, 1.5 RadioDataLinkC.nc, 1.4, 1.5

akoepke andreaskoepke at users.sourceforge.net
Wed Apr 4 23:38:47 PDT 2007


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

Modified Files:
	eyesIFXSerialP.nc RadioDataLinkC.nc 
Log Message:
switch to metric MHz for SMCLK, adjust constants, include SmclkManager
reduce baud rate for radio -- it can not handle more than 23kBit/s with a
50kHz frequency shift


Index: eyesIFXSerialP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/eyesIFXSerialP.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** eyesIFXSerialP.nc	12 Dec 2006 18:23:41 -0000	1.4
--- eyesIFXSerialP.nc	5 Apr 2007 06:38:45 -0000	1.5
***************
*** 5,9 ****
  }
  implementation {
!   msp430_uart_union_config_t msp430_uart_eyes_config = { {ubr: UBR_1MHZ_57600, umctl: UMCTL_1MHZ_57600, ssel: 0x02, pena: 0, pev: 0, spb: 0, clen: 1, listen: 0, mm: 0, ckpl: 0, urxse: 0, urxeie: 1, urxwie: 0, urxe: 1, utxe: 1} };
  
    command error_t StdControl.start(){
--- 5,14 ----
  }
  implementation {
!   enum {
!      // true mega hertz
!      UBR_1MHZ_57601=0x0011,  UMCTL_1MHZ_57601=0x52 // 57600 bit/s
!   };			     
! 
!   msp430_uart_union_config_t msp430_uart_eyes_config = { {ubr: UBR_1MHZ_57601, umctl: UMCTL_1MHZ_57601, ssel: 0x02, pena: 0, pev: 0, spb: 0, clen: 1, listen: 0, mm: 0, ckpl: 0, urxse: 0, urxeie: 1, urxwie: 0, urxe: 1, utxe: 1} };
  
    command error_t StdControl.start(){

Index: RadioDataLinkC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/RadioDataLinkC.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** RadioDataLinkC.nc	12 Dec 2006 18:23:41 -0000	1.4
--- RadioDataLinkC.nc	5 Apr 2007 06:38:45 -0000	1.5
***************
*** 88,90 ****
--- 88,92 ----
      
      UartPhy.RadioByteComm -> Radio.RadioByteComm;
+ 
+     components SmclkManagerC;
  }



More information about the Tinyos-2-commits mailing list