[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/telosb MotePlatformC.nc, 1.3, 1.4

Vlado Handziski vlahan at users.sourceforge.net
Mon Jul 9 17:42:38 PDT 2007


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

Modified Files:
	MotePlatformC.nc 
Log Message:
- keep flash clock pin in output to improve stability when the flash is in deep sleep and the pin is floating, reported by Razvan ME

Index: MotePlatformC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** MotePlatformC.nc	21 Mar 2007 15:11:00 -0000	1.3
--- MotePlatformC.nc	10 Jul 2007 00:42:36 -0000	1.4
***************
*** 50,58 ****
  
      TOSH_SET_FLASH_CS_PIN();
! 
      TOSH_SET_SIMO0_PIN();
-     TOSH_MAKE_SIMO0_INPUT();
-     TOSH_MAKE_UCLK0_INPUT();
-     TOSH_CLR_FLASH_HOLD_PIN();
    }
  
--- 50,55 ----
  
      TOSH_SET_FLASH_CS_PIN();
!     TOSH_SET_UCLK0_PIN();
      TOSH_SET_SIMO0_PIN();
    }
  



More information about the Tinyos-2-commits mailing list