[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/pxa27x
HPLUSBClientGPIO.nc, 1.1, 1.2 PXA27XUSBClientC.nc, 1.2, 1.3
Josh
jsherbach at users.sourceforge.net
Thu Sep 1 11:17:28 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2245
Modified Files:
HPLUSBClientGPIO.nc PXA27XUSBClientC.nc
Log Message:
update
Index: HPLUSBClientGPIO.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x/HPLUSBClientGPIO.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** HPLUSBClientGPIO.nc 18 Aug 2005 20:36:39 -0000 1.1
--- HPLUSBClientGPIO.nc 1 Sep 2005 18:17:26 -0000 1.2
***************
*** 13,20 ****
* @return SUCCESS always.
*/
!
async command result_t init();
/**
* Checks whether the device is connected to a USB host
*
--- 13,28 ----
* @return SUCCESS always.
*/
!
async command result_t init();
/**
+ * Disable
+ *
+ * @return SUCCESS always.
+ */
+
+ async command result_t stop();
+
+ /**
* Checks whether the device is connected to a USB host
*
Index: PXA27XUSBClientC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x/PXA27XUSBClientC.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PXA27XUSBClientC.nc 18 Aug 2005 20:40:58 -0000 1.2
--- PXA27XUSBClientC.nc 1 Sep 2005 18:17:26 -0000 1.3
***************
*** 15,18 ****
--- 15,19 ----
interface ReceiveBData;
interface BareSendMsg;
+ interface StdControl as Control;
}
uses{
***************
*** 33,36 ****
--- 34,38 ----
Main.StdControl -> PXA27XUSBClientM;
+ Control = PXA27XUSBClientM;
PXA27XUSBClientM.USBInterrupt -> PXA27XInterruptM.PXA27XIrq[PPID_USBC];
More information about the Tinyos-beta-commits
mailing list