]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
This commit from Chieh-Jan (Mike) Liang fixes the following issues:
authorrazvanm <razvanm>
Wed, 27 Jun 2007 20:04:57 +0000 (20:04 +0000)
committerrazvanm <razvanm>
Wed, 27 Jun 2007 20:04:57 +0000 (20:04 +0000)
commita246434cd8090fc8571e59adf8125961ccd20a90
tree63ca34eb11ef0a2d72c41bb31e65d4a2cb270df1
parent50db1521a72ec58a83f81949c832f285a4e6daf2
This commit from Chieh-Jan (Mike) Liang fixes the following issues:
- DelugeStorage is no longer included when DELUGE flag is not defined.
- Fix a problem related to the way MicaZ storage driver allocates volumes in reverse order than the one defined in XML file. The symptom here is that --diss command will disseminate the wrong volume.
- Fix the problem of not changing local node ID properly. The problem was reported by Ryan Stinnett.
- After a page is received and written to flash, sync the flash (especially for AT45DB).
tos/lib/net/Deluge/DelugeC.nc
tos/lib/net/Deluge/DelugeP.nc
tos/lib/net/Deluge/FlashVolumeManager/FlashVolumeManagerC.nc
tos/lib/net/Deluge/FlashVolumeManager/FlashVolumeManagerP.nc
tos/lib/net/Deluge/ObjectTransferC.nc
tos/lib/net/Deluge/ObjectTransferP.nc
tos/lib/net/Deluge/extra/NetProgC.nc
tos/lib/net/Deluge/extra/NetProgM.nc