[Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge README.txt, 1.21, 1.22

Jonathan Hui jwhui at users.sourceforge.net
Tue May 17 13:55:50 PDT 2005


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

Modified Files:
	README.txt 
Log Message:
- GoldenImage now computes CRCs when cloning to flash so TOSBoot can
  verify it.
- Removed spinning task loops.
- Reduced code size by about 1K.
- With improvements in storage stack, GoldenImage compiles to 20894
  bytes under nesc-1.2alpha7.
- Overhead of including Deluge in SurgeTelos is 7746 bytes, which
  includes the storage stack.



Index: README.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/Deluge/README.txt,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** README.txt	16 Mar 2005 00:14:52 -0000	1.21
--- README.txt	17 May 2005 20:55:47 -0000	1.22
***************
*** 11,16 ****
--- 11,21 ----
  
  - New features:
+   - TOSBoot first verifies the CRCs in the image before programming to
+     help ensure the program is valid.
    - Support for hardware write protect of external flash chip.
    - Ping results include information obtained from Ident.h.
+   - Metadata data-structures include CRCs generated by the host PC
+     to help guard against corruption.
+   - TOSBoot bootloader now written in nesC.
    - CRCs are no longer inlined with program data, thus allowing for
      DMA transfers from external flash to program flash.
***************
*** 18,24 ****
      nodes with different versions of Deluge from conflicts.
    - Support for TinyOS 2.x hardware independent storage abstraction.
-   - Metadata data-structures include CRCs generated by the host PC
-     to help guard against corruption.
-   - TOSBoot bootloader now written in nesC.
    - Auto-detection of a TOSBase node so the '-t' option is not required
      at the command line.
--- 23,26 ----
***************
*** 29,32 ****
--- 31,35 ----
    - Metadata information clearly displayed and now requires user
      confirmation to continue execution.
+   - All improvements implemented in less code size than Deluge 1.0.
  
  - Major user differences:



More information about the Tinyos-beta-commits mailing list