[Tinyos-beta-commits] CVS: tinyos-1.x/beta/chips/AD524X AD524XM.nc,
1.3, 1.4
Joe Polastre
jpolastre at users.sourceforge.net
Mon Feb 7 03:44:39 PST 2005
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/chips/AD524X AD5241C.nc,
1.1, 1.2 AD5242C.nc, 1.1, 1.2 AD524XM.nc, 1.2, 1.3
- Next message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/STM25P HALSTM25P.h, NONE,
1.1 HALSTM25P.nc, NONE, 1.1 HALSTM25PC.nc, NONE,
1.1 HALSTM25PM.nc, NONE, 1.1 Mount.nc, NONE, 1.1 Storage.h,
NONE, 1.1 StorageManager.h, NONE, 1.1 StorageManagerC.nc, NONE,
1.1 StorageManagerM.nc, NONE, 1.1 StorageRemap.nc, NONE,
1.1 BlockRead.nc, 1.2, 1.3 BlockStorage.h, 1.1,
1.2 BlockStorageC.nc, 1.1, 1.2 BlockStorageM.nc, 1.4,
1.5 BlockWrite.nc, 1.1, 1.2 FlashWPC.nc, 1.1, 1.2 FlashWPM.nc,
1.2, 1.3 FlashVolume.h, 1.1, NONE FlashVolume.nc, 1.2,
NONE FlashVolumeC.nc, 1.1, NONE FlashVolumeM.nc, 1.3,
NONE STM25P.h, 1.2, NONE STM25P.nc, 1.3, NONE STM25PC.nc, 1.2,
NONE STM25PM.nc, 1.4, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/beta/chips/AD524X
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24861
Modified Files:
AD524XM.nc
Log Message:
typo: clear pin on stop
Index: AD524XM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/chips/AD524X/AD524XM.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AD524XM.nc 7 Feb 2005 11:36:01 -0000 1.3
--- AD524XM.nc 7 Feb 2005 11:44:36 -0000 1.4
***************
*** 151,156 ****
usercount--;
if (usercount <= 0) {
! TOSH_MAKE_AD524X_SD_OUTPUT();
! TOSH_SET_AD524X_SD_PIN();
usercount = 0;
}
--- 151,156 ----
usercount--;
if (usercount <= 0) {
! TOSH_CLR_AD524X_SD_PIN();
! TOSH_MAKE_AD524X_SD_INPUT();
usercount = 0;
}
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/chips/AD524X AD5241C.nc,
1.1, 1.2 AD5242C.nc, 1.1, 1.2 AD524XM.nc, 1.2, 1.3
- Next message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/STM25P HALSTM25P.h, NONE,
1.1 HALSTM25P.nc, NONE, 1.1 HALSTM25PC.nc, NONE,
1.1 HALSTM25PM.nc, NONE, 1.1 Mount.nc, NONE, 1.1 Storage.h,
NONE, 1.1 StorageManager.h, NONE, 1.1 StorageManagerC.nc, NONE,
1.1 StorageManagerM.nc, NONE, 1.1 StorageRemap.nc, NONE,
1.1 BlockRead.nc, 1.2, 1.3 BlockStorage.h, 1.1,
1.2 BlockStorageC.nc, 1.1, 1.2 BlockStorageM.nc, 1.4,
1.5 BlockWrite.nc, 1.1, 1.2 FlashWPC.nc, 1.1, 1.2 FlashWPM.nc,
1.2, 1.3 FlashVolume.h, 1.1, NONE FlashVolume.nc, 1.2,
NONE FlashVolumeC.nc, 1.1, NONE FlashVolumeM.nc, 1.3,
NONE STM25P.h, 1.2, NONE STM25P.nc, 1.3, NONE STM25PC.nc, 1.2,
NONE STM25PM.nc, 1.4, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-beta-commits
mailing list