[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/imote/zeevo1.2/ChipBase/Common Config.h, 1.1, 1.2 ZvDynamicScript.sp, 1.1, 1.2

Lama Nachman lnachman at users.sourceforge.net
Tue Sep 6 01:26:03 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/imote/zeevo1.2/ChipBase/Common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27607

Modified Files:
	Config.h ZvDynamicScript.sp 
Log Message:
New Imote revision, v2.0


Index: Config.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/imote/zeevo1.2/ChipBase/Common/Config.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Config.h	29 Jun 2004 14:47:41 -0000	1.1
--- Config.h	6 Sep 2005 08:26:01 -0000	1.2
***************
*** 83,92 ****
  #ifdef  BBD_DEBUG_LEDS   // ----------  DEBUG_LEDS  ON  ------------
  
  #define DEEPSLEEP_LED_ON         	TM_SetPio(1)  		
  #define DEEPSLEEP_LED_OFF  			TM_ResetPio(1)		
!        
  #define INTERRUPT_LED_ON		TM_SetPio(0)  
  #define INTERRUPT_LED_OFF       TM_ResetPio(0)   	   
  
  #else  //---------------   BBD_DEBUG_LEDS  are OFF
  
--- 83,103 ----
  #ifdef  BBD_DEBUG_LEDS   // ----------  DEBUG_LEDS  ON  ------------
  
+ #ifndef TINY_OS
  #define DEEPSLEEP_LED_ON         	TM_SetPio(1)  		
  #define DEEPSLEEP_LED_OFF  			TM_ResetPio(1)		
! 
  #define INTERRUPT_LED_ON		TM_SetPio(0)  
  #define INTERRUPT_LED_OFF       TM_ResetPio(0)   	   
  
+ #else
+ #define DEEPSLEEP_LED_ON        
+ #define DEEPSLEEP_LED_OFF  		
+ 
+ #define INTERRUPT_LED_ON		
+ #define INTERRUPT_LED_OFF       
+ 
+ #endif
+ 
+ 
  #else  //---------------   BBD_DEBUG_LEDS  are OFF
  
***************
*** 96,102 ****
                                    
  #else   //------- platform is not FPGA
  #define DEEPSLEEP_LED_ON          TM_SetPio(1)
  #define DEEPSLEEP_LED_OFF         TM_ResetPio(1)
!                                   
  #endif      //---------  platform choice                            
                                    
--- 107,119 ----
                                    
  #else   //------- platform is not FPGA
+ 
+ #ifndef TINY_OS
  #define DEEPSLEEP_LED_ON          TM_SetPio(1)
  #define DEEPSLEEP_LED_OFF         TM_ResetPio(1)
! #else
! #define DEEPSLEEP_LED_ON          
! #define DEEPSLEEP_LED_OFF         
! #endif               
!                    
  #endif      //---------  platform choice                            
                                    
***************
*** 424,428 ****
  #define TM_FLASH_MODEM_DB_INIT           (TMFM_1ST_USER_ID+0)
  #define TM_FLASH_BOND_STATUS             (TMFM_1ST_USER_ID+1)
! #define TM_FLASH_LAST_USER_ID            (TMFM_1ST_USER_ID+2)
  
  // If Modem application is not used, substitute flash IDs
--- 441,447 ----
  #define TM_FLASH_MODEM_DB_INIT           (TMFM_1ST_USER_ID+0)
  #define TM_FLASH_BOND_STATUS             (TMFM_1ST_USER_ID+1)
! #define TM_FLASH_TOS                     (TMFM_1ST_USER_ID+2)
! //#define TM_FLASH_LAST_USER_ID            (TM_FLASH_TOS + 64)
! #define TM_FLASH_LAST_USER_ID            (TM_FLASH_TOS + 512)
  
  // If Modem application is not used, substitute flash IDs

Index: ZvDynamicScript.sp
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/imote/zeevo1.2/ChipBase/Common/ZvDynamicScript.sp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ZvDynamicScript.sp	29 Jun 2004 14:47:41 -0000	1.1
--- ZvDynamicScript.sp	6 Sep 2005 08:26:01 -0000	1.2
***************
*** 1,575 ****
! % ------------------------------------------------------------------------------
! %   Zeevo Dynamic Configuration Script
! %
! %   Copyright (c) 2002 Zeevo Inc. All rights reserved.
! %
! % ------------------------------------------------------------------------------
! % ------------------------------------------------------------------------------
! %  Version Number
! % ------------------------------------------------------------------------------
! Version                                 uint32 , 0      ;
[...1121 lines suppressed...]
! % Applications
! 
! % Mouse app
! HIDAPP_MouseEnabled                           bool   ,  true ;
! HIDAPP_MouseReconnectInit                     bool   ,  true ;
! 
! % Keyboard app
! HIDAPP_KeyboardEnabled                        bool   ,  false ;
! HIDAPP_KeyboardReconnectInit                     bool   ,  true ;
! 
! % ------------------------------------------------------------------------------
! % Temp Test  => Should be removed later
! % ------------------------------------------------------------------------------
! %Temp test defines
! Temp_UlsTest_00                         bool    , false ;
! Temp_UlsTest_01                         bool    , false ;
! Temp_UlsTest_02                         bool    , false ;
! Temp_UlsTest_03                         bool    , false ;
! Temp_UlsTest_04                         bool    , false ;
! Temp_UlsTest_05                         bool    , false ;



More information about the Tinyos-beta-commits mailing list