[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/harvard/spaulding/src/driver DriverM.nc, 1.1.1.1, 1.2 Makefile.common.in, 1.1.1.1, 1.2

Konrad Lorincz konradlorincz at users.sourceforge.net
Wed Dec 12 12:44:13 PST 2007


Update of /cvsroot/tinyos/tinyos-1.x/contrib/harvard/spaulding/src/driver
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28220/src/driver

Modified Files:
	DriverM.nc Makefile.common.in 
Log Message:
Added readSD code

Index: DriverM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/harvard/spaulding/src/driver/DriverM.nc,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** DriverM.nc	22 Aug 2007 00:43:53 -0000	1.1.1.1
--- DriverM.nc	12 Dec 2007 20:44:08 -0000	1.2
***************
*** 43,47 ****
  #include "DriverMsgs.h"
  #include "ErrorToLeds.h"
! 
  module DriverM                                        
  {
--- 43,47 ----
  #include "DriverMsgs.h"
  #include "ErrorToLeds.h"
!  
  module DriverM                                        
  {
***************
*** 86,93 ****
--- 86,96 ----
      {
          printfUART_init();
+ 
          atomic {
              tosSendMsgBusy = FALSE;
          }
  #ifdef PLATFORM_SHIMMER
+         // Puts the Bluetooth radio in low power mode (essentially off)
+         TOSH_CLR_BT_RESET_PIN();
          call GyroIDG300.init();
  #endif

Index: Makefile.common.in
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/harvard/spaulding/src/driver/Makefile.common.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Makefile.common.in	22 Aug 2007 00:43:53 -0000	1.1.1.1
--- Makefile.common.in	12 Dec 2007 20:44:08 -0000	1.2
***************
*** 28,30 ****
  
  #PFLAGS += -DPRINTFUART_ENABLED
! PFLAGS += -DPRINTFRADIO_ENABLED
--- 28,30 ----
  
  #PFLAGS += -DPRINTFUART_ENABLED
! #PFLAGS += -DPRINTFRADIO_ENABLED



More information about the Tinyos-contrib-commits mailing list