[Tinyos-commits] CVS: tinyos-1.x/doc changes-minor-releases.html, 1.5, 1.6

Kristin Wright kristinwright at users.sourceforge.net
Wed Jun 1 10:51:45 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9490

Modified Files:
	changes-minor-releases.html 
Log Message:
1.1.13 changes

Index: changes-minor-releases.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/doc/changes-minor-releases.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** changes-minor-releases.html	27 May 2005 19:10:54 -0000	1.5
--- changes-minor-releases.html	1 Jun 2005 17:51:42 -0000	1.6
***************
*** 31,34 ****
--- 31,35 ----
  <dt>
  <font face="tahoma,arial,helvetica">
+ <dd><a href="#1.1.12">1.1.13 Changes</a></dd><br>
  <dd><a href="#1.1.12">1.1.12 Changes</a></dd><br>
  <dd><a href="#1.1.11">1.1.11 Changes</a></dd><br>
***************
*** 45,49 ****
  </dt>
  <HR>
! <!-- 1.1.12 -->
  <a name="1.1.12"></a>
  <table border="0" hspace="4" cellspacing="2" width="100%"
--- 46,158 ----
  </dt>
  <HR>
! <-- 1.1.13 -->
! <a name="1.1.12"></a>
! <table border="0" hspace="4" cellspacing="2" width="100%"
!  cellpadding="3">
!   <tbody>
!     <tr bgcolor="#e0e0ff">
!       <td width="100%"> <font face="tahoma,arial,helvetica"><b><big>
! Significant Changes in TinyOS between v1.1.12 and 1.1.13</big></b> </font>
!       <p> <font face="tahoma,arial,helvetica">Updated May 25, 2005
!  </font> </p>
!       </td>
!     </tr>
!   </tbody>
! </table>
! <p>
! <table border="0" hspace="4" cellspacing="2" width="100%"
!  cellpadding="3">
!   <tbody>
!     <tr bgcolor="#e0e0ff">
!       <td width="100%"><nobr><b><font face="arial,helvetica">TinyOS</font></b></nobr></td>
!     </tr>
!   </tbody>
! </table>
! <p>
! DemoSensorC component added to Mica Weatherboard sensorboard.
! <p>
! tos/interfaces/HPLPowerManagement interface now has enable() and
! disable() commands to enable proper nested usage. 
! <p>
! Improved error-case handling in bootloader and added image
! verification by checking CRCs. Reduced bootloader codesize by about
! 1.5K; GoldenImage now compiles to 20894 bytes (in
! nesc-1.2alpha7). Overhead of including Deluge in SurgeTelos is 7746
! bytes, which includes the storage stack.
! <p>
! Code cleanup for <b>MSP430's internal flash</b>; reduces code size by
! nearly 25%.
! <p>
! Because Deluge's StdControl.init() configures TOS_LOCAL_ADDRESS,
! moved MultiHop basestation initialization from 
! StdControl.init() to StdControl.start(). 
! <p>
! <p>
! <table border="0" hspace="4" cellspacing="2" width="100%"
!  cellpadding="3">
!   <tbody>
!     <tr bgcolor="#e0e0ff">
!       <td width="100%"><nobr><b><font face="arial,helvetica">TinyOS</font></b></nobr></td>
!     </tr>
!   </tbody>
! </table>
! <p>
! <b>Matlab documentation</b> in tools/matlab/doc has been consolidated 
! into a single FAQ in the same directory and updated the 
! tutorial in doc/matlab.html.
! <p>
! The make system includes more <b>support for the nesdoc</b> documentation
! generator. A new command line option <i>docs,here</i> 
! (or the corresponding DOCS=here environment variable definition) 
! creates nesdoc documentation in doc/ in the current app directory. 
! You can also define and export the DOCS environment variable to make this
! the default. Modified the definition of the environment variable 
! TOPDIR to support applications that are <i>not</i> located under 
! $TOSDIR/.. . The user is also free to define
! additional directories in NESDOC_TOPDIRS, which will take precendence.
! <p>
! Make system additions: 
! <ul>
! <li>if TOS_IMAGE_REPO is set, 
! tos_image.xml is copied to $(TOS_IMAGE_REPO)/$(COMPONENT).$(PLATFORM).xml
! for additional convenience in an interactive environment.
! <li> Keep DEFAULT_PROGRAM for backward
! compatibility, but also add DEFAULT_PROGRAM_AVR and DEFAULT_PROGRAM_MSP that
! take precedence for defaults, so that a default can be specified and
! not conflict with other platforms.
! <li>Support networked BSL invocation; syntax is IP:PORT as in
! 192.168.1.77:10002 or shorthand as in <i>77.2</i> where the 77 is
! prefixed with the value in NETBSL_HOSTPORT_PREFIX, which defaults to
! <i>192.168.1.</i>, and the 2 is added to 10000.  This applies to the
! netbsl.extra parameter as well -- so you could write
! netbsl,192.168.1.77:10002 or equivalently netbsl,77.2.
! </ul>
! <p>
! <table border="0" hspace="4" cellspacing="2" width="100%"
!  cellpadding="3">
!   <tbody>
!     <tr bgcolor="#e0e0ff">
!       <td width="100%"><nobr><b><font face="arial,helvetica">Bugs</font></b></nobr></td>
!     </tr>
!   </tbody>
! </table>
! <p>
! Removed some atomic sections from around commands in
! MSP430 platform-specific files where
! (1) the command compiles to a single MSP instruction and (2) it doesn't
! tickle bugs in Deluge. (Recommended by Henri Dubois-Ferriere, ETH)
! <p>
! Added code to help with serial problems between Linux 2.6, USB serial
! ports, and the MIB510. These changes included changing the port
! settings and adding a retry if the programmer doesn't respond
! initially. Also changed the COMn reference to /dev/ttySn to help
! Cygwin work better.(David Gay, Intel Berkeley)
! <p>
! Fixed a bug in CC1000ControlM.nc where the incorrect register was 
! written. (Joe Polastre, UCB, SF Bug#1110032) 
! <p>
! Fixed CC1000 stack to work if someone specifies a 0-length packet. (Joe Polastre, UCB)
! <!-- 1.1.13 -->
! <-- 1.1.12 -->
  <a name="1.1.12"></a>
  <table border="0" hspace="4" cellspacing="2" width="100%"



More information about the Tinyos-commits mailing list