[Tinyos-beta-commits] CVS: tinyos-1.x/beta/STM25P README.txt, 1.1,
1.2
Jonathan Hui
jwhui at users.sourceforge.net
Mon Mar 14 22:23:23 PST 2005
Update of /cvsroot/tinyos/tinyos-1.x/beta/STM25P
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21236
Modified Files:
README.txt
Log Message:
- Flash is now formatted automatically to the default partitioning if
it is not formatted. Currently, the default configuration includes
only those pvolumes required for Deluge to function.
- Simplified storage implementation a bit.
Index: README.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/STM25P/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README.txt 11 Mar 2005 21:44:38 -0000 1.1
--- README.txt 15 Mar 2005 06:23:20 -0000 1.2
***************
*** 11,22 ****
tep103.
! - The new storage stack now requires formatting the flash before it
! can be used. The flash is partitioned into segments with size equal to
! a multiple of STORAGE_BLOCK_SIZE. An example for formating the flash
! is included in beta/STM25P/TestStorage/.
- Implementation Status:
- BlockStorage: nearly complete except commit()/verify(). Well
tested under Deluge.
! - LogStorage: nearly complete except seek()/sync(). Limited testing.
- ConfigStorage: not implemented
--- 11,25 ----
tep103.
! - The new storage stack now allows the user to partition the flash
! into volumes. The flash is partitioned into segments with size equal
! to a multiple of STORAGE_BLOCK_SIZE. An example for formating the
! flash is included in beta/STM25P/TestStorage/. If the flash is not
! formatted, it will automatically be formatted to the default
! configuration. Currently, the default configuration includes only
! those volumes required for Deluge to function.
- Implementation Status:
- BlockStorage: nearly complete except commit()/verify(). Well
tested under Deluge.
! - LogStorage: code complete, limited testing.
- ConfigStorage: not implemented
More information about the Tinyos-beta-commits
mailing list