[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/intelmote2 hardware.h, 1.1.2.7, 1.1.2.8

Philip Buonadonna philipb at users.sourceforge.net
Wed Aug 16 09:54:01 PDT 2006


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

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	hardware.h 
Log Message:
Added SSP3 to IRQ priority table

Index: hardware.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/intelmote2/hardware.h,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -d -r1.1.2.7 -r1.1.2.8
*** hardware.h	11 Aug 2006 01:29:40 -0000	1.1.2.7
--- hardware.h	16 Aug 2006 16:53:59 -0000	1.1.2.8
***************
*** 120,124 ****
   *    where 0 is the highest.  Priorities MUST be unique. 0XFF = invalid/unassigned
   */
! const uint8_t TOSH_IRP_TABLE[] = { 0xFF, // PPID  0 SSP_3 Service Req
  				   0xFF, // PPID  1 MSL
  				   0xFF, // PPID  2 USBH2
--- 120,124 ----
   *    where 0 is the highest.  Priorities MUST be unique. 0XFF = invalid/unassigned
   */
! const uint8_t TOSH_IRP_TABLE[] = { 0x05, // PPID  0 SSP_3 Service Req
  				   0xFF, // PPID  1 MSL
  				   0xFF, // PPID  2 USBH2
***************
*** 144,148 ****
  				   0x06, // PPID 22 TX/RX ERROR FFUART
  				   0xFF, // PPID 23 Flash Card status/Error Detect
! 				   0x05, // PPID 24 SSP_1 Service Req
  				   0x00, // PPID 25 DMA Channel Service Req
  				   0xFF, // PPID 26 OST equals Match Register 0
--- 144,148 ----
  				   0x06, // PPID 22 TX/RX ERROR FFUART
  				   0xFF, // PPID 23 Flash Card status/Error Detect
! 				   0xFF, // PPID 24 SSP_1 Service Req
  				   0x00, // PPID 25 DMA Channel Service Req
  				   0xFF, // PPID 26 OST equals Match Register 0



More information about the Tinyos-2-commits mailing list