[Tinyos-beta-commits]
CVS: tinyos-1.x/beta/STM25P BlockRead.nc, 1.3,
NONE BlockStorage.h, 1.2, NONE BlockStorageC.nc, 1.3,
NONE BlockStorageM.nc, 1.5, NONE BlockWrite.nc, 1.2,
NONE FlashWP.nc, 1.1, NONE FlashWPC.nc, 1.2, NONE FlashWPM.nc,
1.3, NONE HALSTM25P.h, 1.1, NONE HALSTM25P.nc, 1.1,
NONE HALSTM25PC.nc, 1.1, NONE HALSTM25PM.nc, 1.1,
NONE HPLSTM25P.nc, 1.2, NONE Mount.nc, 1.1, NONE Storage.h,
1.1, NONE StorageManager.h, 1.1, NONE StorageManagerC.nc, 1.1,
NONE StorageManagerM.nc, 1.2, NONE StorageRemap.nc, 1.1, NONE
Jonathan Hui
jwhui at users.sourceforge.net
Fri Mar 11 13:44:01 PST 2005
Update of /cvsroot/tinyos/tinyos-1.x/beta/STM25P
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25492
Removed Files:
BlockRead.nc BlockStorage.h BlockStorageC.nc BlockStorageM.nc
BlockWrite.nc FlashWP.nc FlashWPC.nc FlashWPM.nc HALSTM25P.h
HALSTM25P.nc HALSTM25PC.nc HALSTM25PM.nc HPLSTM25P.nc Mount.nc
Storage.h StorageManager.h StorageManagerC.nc
StorageManagerM.nc StorageRemap.nc
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
--- BlockRead.nc DELETED ---
--- BlockStorage.h DELETED ---
--- BlockStorageC.nc DELETED ---
--- BlockStorageM.nc DELETED ---
--- BlockWrite.nc DELETED ---
--- FlashWP.nc DELETED ---
--- FlashWPC.nc DELETED ---
--- FlashWPM.nc DELETED ---
--- HALSTM25P.h DELETED ---
--- HALSTM25P.nc DELETED ---
--- HALSTM25PC.nc DELETED ---
--- HALSTM25PM.nc DELETED ---
--- HPLSTM25P.nc DELETED ---
--- Mount.nc DELETED ---
--- Storage.h DELETED ---
--- StorageManager.h DELETED ---
--- StorageManagerC.nc DELETED ---
--- StorageManagerM.nc DELETED ---
--- StorageRemap.nc DELETED ---
More information about the Tinyos-beta-commits
mailing list