[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/at45db
HplAt45dbByteC.nc, 1.1.2.7, 1.1.2.8
David Gay
idgay at users.sourceforge.net
Fri Sep 22 12:14:44 PDT 2006
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/atm128/adc
HplAtm128AdcP.nc, NONE, 1.1.2.2 Atm128AdcC.nc, 1.1.2.12,
1.1.2.13 Atm128AdcP.nc, 1.1.2.6, 1.1.2.7 HplAtm128AdcC.nc,
1.1.2.3, 1.1.2.4
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/mica2 hardware.h,
1.1.2.12, 1.1.2.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/at45db
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13268
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
HplAt45dbByteC.nc
Log Message:
merge head
Index: HplAt45dbByteC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/at45db/HplAt45dbByteC.nc,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -d -r1.1.2.7 -r1.1.2.8
*** HplAt45dbByteC.nc 25 May 2006 22:31:28 -0000 1.1.2.7
--- HplAt45dbByteC.nc 22 Sep 2006 19:14:41 -0000 1.1.2.8
***************
*** 205,208 ****
--- 205,209 ----
bool cstatus = call HplAt45dbByte.getCompareStatus();
call HplAt45dbByte.deselect();
+ call Resource.release();
signal HplAt45db.waitCompareDone(cstatus);
}
***************
*** 210,213 ****
--- 211,215 ----
{
call HplAt45dbByte.deselect();
+ call Resource.release();
signal HplAt45db.waitIdleDone();
}
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/atm128/adc
HplAtm128AdcP.nc, NONE, 1.1.2.2 Atm128AdcC.nc, 1.1.2.12,
1.1.2.13 Atm128AdcP.nc, 1.1.2.6, 1.1.2.7 HplAtm128AdcC.nc,
1.1.2.3, 1.1.2.4
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/mica2 hardware.h,
1.1.2.12, 1.1.2.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list