[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/handhelds/tos/platform/shimmer hardware.h, 1.4, 1.5

steve ayer ayer1 at users.sourceforge.net
Wed Jan 3 12:43:43 PST 2007


Update of /cvsroot/tinyos/tinyos-1.x/contrib/handhelds/tos/platform/shimmer
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17279

Modified Files:
	hardware.h 
Log Message:

set new defaults for radio_reset and radio_csn, as well as
accel_sleep_n, added rosc definition to make it passive (input).


Index: hardware.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/handhelds/tos/platform/shimmer/hardware.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** hardware.h	7 Sep 2006 18:36:07 -0000	1.4
--- hardware.h	3 Jan 2007 20:43:41 -0000	1.5
***************
*** 117,120 ****
--- 117,121 ----
  TOSH_ASSIGN_PIN(SER0_CTS, 1, 4);
  
+ TOSH_ASSIGN_PIN(ROSC, 2, 5);
  
  TOSH_ASSIGN_PIN(GIO0, 2, 0);
***************
*** 175,179 ****
    TOSH_MAKE_BT_RESET_OUTPUT();  
    TOSH_SEL_BT_RESET_IOFUNC();    
!   TOSH_SET_BT_RESET_PIN();
  
    TOSH_MAKE_BT_RTS_INPUT();      
--- 176,180 ----
    TOSH_MAKE_BT_RESET_OUTPUT();  
    TOSH_SEL_BT_RESET_IOFUNC();    
!   TOSH_CLR_BT_RESET_PIN();   // mitsumi module disabled by clr
  
    TOSH_MAKE_BT_RTS_INPUT();      



More information about the Tinyos-contrib-commits mailing list