[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX/chips/tda5250 tda5250BusResourceSettings.h, 1.9, 1.10

akoepke andreaskoepke at users.sourceforge.net
Mon Mar 10 07:00:01 PDT 2008


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

Modified Files:
	tda5250BusResourceSettings.h 
Log Message:
40kBit were a bit too much


Index: tda5250BusResourceSettings.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/chips/tda5250/tda5250BusResourceSettings.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** tda5250BusResourceSettings.h	5 Mar 2008 11:14:00 -0000	1.9
--- tda5250BusResourceSettings.h	10 Mar 2008 13:59:58 -0000	1.10
***************
*** 45,49 ****
  
  #ifndef TDA5250_UART_BAUDRATE
! #define TDA5250_UART_BAUDRATE 40960U
  #endif
  
--- 45,49 ----
  
  #ifndef TDA5250_UART_BAUDRATE
! #define TDA5250_UART_BAUDRATE 32768U
  #endif
  
***************
*** 65,69 ****
--- 65,71 ----
      UBR_1MHZ_27306=0x0024,  UMCTL_1MHZ_27306=0x7B, // 27306 bit/s
      UBR_1MHZ_32768=0x001E,  UMCTL_1MHZ_32768=0x5B, // 32768 bit/s
+ /** too much for only 50kHz frequency hub
      UBR_1MHZ_40960=0x0018,  UMCTL_1MHZ_40960=0x55, // 40960 bit/s
+ */
  };
  



More information about the Tinyos-2-commits mailing list