[Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/apps/TestBlockStorage README, 1.3, 1.4
Chieh-Jan Mike Liang
liang_mike at users.sourceforge.net
Sat Jul 19 12:36:20 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestBlockStorage
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23962/apps/TestBlockStorage
Modified Files:
README
Log Message:
Fix typo
Index: README
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestBlockStorage/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** README 18 Jun 2008 20:58:46 -0000 1.3
--- README 19 Jul 2008 19:36:18 -0000 1.4
***************
*** 8,22 ****
block storage.
! You can install TestBlockStorage on a mote via the following comand:
make <platform> threads install
Valid platforms are currently: tmote, telosb, mica2, and micaz
! This application first erases a block storage volume, then randomly writes records to it,
! followed by a verification with read.
! Successful running of this application results in LED0 being ON throughout the duration
! of the erase, write, and read sequence, followed by LED1 turning ON if all tests pass, and
! all three LEDs turning on if there is a problem.
Tools:
--- 8,24 ----
block storage.
! You can install TestBlockStorage on a mote via the following command:
make <platform> threads install
Valid platforms are currently: tmote, telosb, mica2, and micaz
! This application first checks the size of the block storage volume, and
! erases it. Then, it randomly writes records, followed by a verification
! with read.
! Successful running of this application results in LED0 being ON
! throughout the duration of the erase, write, and read sequence. Finally,
! if all tests pass, LED1 is turned ON. Otherwise, all three LEDs are
! turned ON to indicate problems.
Tools:
***************
*** 25,28 ****
Known bugs/limitations:
None.
-
-
--- 27,28 ----
More information about the Tinyos-2-commits
mailing list