[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX/byte_radio UartManchPhyP.nc, 1.7, 1.8 Uart4b6bPhyP.nc, 1.6, 1.7

akoepke andreaskoepke at users.sourceforge.net
Wed Mar 5 03:20:46 PST 2008


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

Modified Files:
	UartManchPhyP.nc Uart4b6bPhyP.nc 
Log Message:
solve dependencies on baudrate automagically


Index: UartManchPhyP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/byte_radio/UartManchPhyP.nc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** UartManchPhyP.nc	5 Mar 2008 11:14:00 -0000	1.7
--- UartManchPhyP.nc	5 Mar 2008 11:20:43 -0000	1.8
***************
*** 76,80 ****
  
  #define PREAMBLE_LENGTH   2
! #define BYTE_TIME         TDA5250_32KHZ_BYTE_TIME
  #define PREAMBLE_BYTE     0x55
  #define SYNC_BYTE         0xFF
--- 76,80 ----
  
  #define PREAMBLE_LENGTH   2
! #define BYTE_TIME         TDA5250_32KHZ_BYTE_TIME+3
  #define PREAMBLE_BYTE     0x55
  #define SYNC_BYTE         0xFF

Index: Uart4b6bPhyP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/byte_radio/Uart4b6bPhyP.nc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Uart4b6bPhyP.nc	5 Mar 2008 11:14:00 -0000	1.6
--- Uart4b6bPhyP.nc	5 Mar 2008 11:20:43 -0000	1.7
***************
*** 84,88 ****
      enum {
          PREAMBLE_LENGTH=2,
!         BYTE_TIME=ENCODED_32KHZ_BYTE_TIME+3,
          PREAMBLE_BYTE=0x55,
          SYNC_BYTE=0xFF,
--- 84,88 ----
      enum {
          PREAMBLE_LENGTH=2,
!         BYTE_TIME=TDA5250_32KHZ_BYTE_TIME+3,
          PREAMBLE_BYTE=0x55,
          SYNC_BYTE=0xFF,



More information about the Tinyos-2-commits mailing list