[Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/apps/TestBlockStorage README, 1.1, 1.2
Kevin Klues
klueska at users.sourceforge.net
Wed Jun 18 12:34:58 PDT 2008
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/java tinyos.jar, 1.10, 1.11
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/apps/BaseStation BaseSendReceiveP.nc, 1.1, 1.2 BaseStationAppC.nc, 1.2, 1.3 BaseStationC.nc, 1.1, 1.2 stack.h, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestBlockStorage
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20702/TestBlockStorage
Modified Files:
README
Log Message:
Remove TestLogStorage and add changes to BaseStation app
Index: README
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestBlockStorage/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README 12 Jun 2008 15:11:38 -0000 1.1
--- README 18 Jun 2008 19:34:56 -0000 1.2
***************
*** 1,2 ****
! This program erases volume, then randomly write (then verified by read).
! Led0 is ON during the test, and Led1 is ON if all tests pass. If there is a problem, all three LEDs will be ON.
--- 1,27 ----
! README for TOSThreads TestBlockStorage
! Author/Contact: tinyos-help at millennium.berkeley.edu
!
! Description:
!
! This application is used to test the threaded version of the API for performing
! 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:
! None.
!
! Known bugs/limitations:
! None.
!
!
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/java tinyos.jar, 1.10, 1.11
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/apps/BaseStation BaseSendReceiveP.nc, 1.1, 1.2 BaseStationAppC.nc, 1.2, 1.3 BaseStationC.nc, 1.1, 1.2 stack.h, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list