[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/pxa27x PXA27XUSBClient.h, 1.1, 1.2 PXA27XUSBClientC.nc, 1.3, 1.4 PXA27XUSBClientM.nc, 1.6, 1.7 PXA27XUSBdata.c, 1.1, 1.2

Josh jsherbach at users.sourceforge.net
Fri Sep 2 16:25:55 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23190

Modified Files:
	PXA27XUSBClient.h PXA27XUSBClientC.nc PXA27XUSBClientM.nc 
	PXA27XUSBdata.c 
Log Message:
Allows use of a PXA27X processor as a USB client

Index: PXA27XUSBClient.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x/PXA27XUSBClient.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PXA27XUSBClient.h	18 Aug 2005 20:36:39 -0000	1.1
--- PXA27XUSBClient.h	2 Sep 2005 23:25:52 -0000	1.2
***************
*** 1,2 ****
--- 1,7 ----
+ /* 
+   * Author:		Josh Herbach
+   * Revision:	1.0
+   * Date:		09/02/2005
+   */
  #ifndef __PXA27XUSBCLIENT_H__
  #define __PXA27XUSBCLIENT_H__

Index: PXA27XUSBClientC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x/PXA27XUSBClientC.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** PXA27XUSBClientC.nc	1 Sep 2005 18:17:26 -0000	1.3
--- PXA27XUSBClientC.nc	2 Sep 2005 23:25:52 -0000	1.4
***************
*** 1,2 ****
--- 1,8 ----
+ /* 
+   * Author:		Josh Herbach
+   * Revision:	1.0
+   * Date:		09/02/2005
+   */
+ 
  #include "PXA27XUSBClient.h"
  

Index: PXA27XUSBClientM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x/PXA27XUSBClientM.nc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** PXA27XUSBClientM.nc	2 Sep 2005 23:07:47 -0000	1.6
--- PXA27XUSBClientM.nc	2 Sep 2005 23:25:52 -0000	1.7
***************
*** 1,2 ****
--- 1,8 ----
+ /* 
+  * Author:		Josh Herbach
+  * Revision:	1.0
+  * Date:		09/02/2005
+  */
+ 
  #include "PXA27XUSBClient.h"
  #include "PXA27XUDCRegAddrs.h"

Index: PXA27XUSBdata.c
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x/PXA27XUSBdata.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PXA27XUSBdata.c	18 Aug 2005 20:36:39 -0000	1.1
--- PXA27XUSBdata.c	2 Sep 2005 23:25:52 -0000	1.2
***************
*** 1,2 ****
--- 1,8 ----
+ /* 
+   * Author:		Josh Herbach
+   * Revision:	1.0
+   * Date:		09/02/2005
+   */
+ 
  #ifndef __USBDATA_C
  #define __USBDATA_C



More information about the Tinyos-beta-commits mailing list