[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
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/STM25P/STM25P
BlockRead.nc, NONE, 1.1 BlockStorage.h, NONE,
1.1 BlockStorageC.nc, NONE, 1.1 BlockStorageM.nc, NONE,
1.1 BlockWrite.nc, NONE, 1.1 FlashWP.nc, NONE, 1.1 FlashWPC.nc,
NONE, 1.1 FlashWPM.nc, NONE, 1.1 FormatStorage.nc, NONE,
1.1 FormatStorageC.nc, NONE, 1.1 FormatStorageM.nc, NONE,
1.1 HALSTM25P.h, NONE, 1.1 HALSTM25P.nc, NONE,
1.1 HALSTM25PC.nc, NONE, 1.1 HALSTM25PM.nc, NONE,
1.1 HPLSTM25P.nc, NONE, 1.1 LogRead.nc, NONE, 1.1 LogStorage.h,
NONE, 1.1 LogStorageC.nc, NONE, 1.1 LogStorageM.nc, NONE,
1.1 LogWrite.nc, NONE, 1.1 Mount.nc, NONE,
1.1 SectorStorage.nc, NONE, 1.1 Storage.h, NONE,
1.1 StorageManager.nc, NONE, 1.1 StorageManagerC.nc, NONE,
1.1 StorageManagerM.nc, NONE, 1.1 StorageRemap.nc, NONE,
1.1 Storage_chip.h, NONE, 1.1
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge README.txt, 1.18,
1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/STM25P/STM25P
BlockRead.nc, NONE, 1.1 BlockStorage.h, NONE,
1.1 BlockStorageC.nc, NONE, 1.1 BlockStorageM.nc, NONE,
1.1 BlockWrite.nc, NONE, 1.1 FlashWP.nc, NONE, 1.1 FlashWPC.nc,
NONE, 1.1 FlashWPM.nc, NONE, 1.1 FormatStorage.nc, NONE,
1.1 FormatStorageC.nc, NONE, 1.1 FormatStorageM.nc, NONE,
1.1 HALSTM25P.h, NONE, 1.1 HALSTM25P.nc, NONE,
1.1 HALSTM25PC.nc, NONE, 1.1 HALSTM25PM.nc, NONE,
1.1 HPLSTM25P.nc, NONE, 1.1 LogRead.nc, NONE, 1.1 LogStorage.h,
NONE, 1.1 LogStorageC.nc, NONE, 1.1 LogStorageM.nc, NONE,
1.1 LogWrite.nc, NONE, 1.1 Mount.nc, NONE,
1.1 SectorStorage.nc, NONE, 1.1 Storage.h, NONE,
1.1 StorageManager.nc, NONE, 1.1 StorageManagerC.nc, NONE,
1.1 StorageManagerM.nc, NONE, 1.1 StorageRemap.nc, NONE,
1.1 Storage_chip.h, NONE, 1.1
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge README.txt, 1.18,
1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-beta-commits
mailing list