[Tinyos-beta-commits] CVS: tinyos-1.x/beta/STM25P README.txt, NONE, 1.1

Jonathan Hui jwhui at users.sourceforge.net
Fri Mar 11 13:44:41 PST 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/STM25P
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25839

Added Files:
	README.txt 
Log Message:
- This directory contains the storage stack implementation for the
STM25P family of chips. The implementation follows proposed TinyOS
Storage Abstraction being introduced in TinyOS 2.x and detailed in
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



--- NEW FILE: README.txt ---
$Id: README.txt,v 1.1 2005/03/11 21:44:38 jwhui Exp $

STM25P Storage Stack

- Project members/groups:
  * Jonathan Hui <jwhui at cs.berkeley.edu>

- This directory contains the storage stack implementation for the
STM25P family of chips. The implementation follows proposed TinyOS
Storage Abstraction being introduced in TinyOS 2.x and detailed in
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



More information about the Tinyos-beta-commits mailing list