]> oss.titaniummirror.com Git - oss-web.git/blobdiff - in/tinyos.md
Newest updates. nesc-1.3.2 and tinyos-2.1.1-4.4.
[oss-web.git] / in / tinyos.md
index fe3746dfd055383f832d0f190d7ce2bfb8ab0fef..69af4242002362a2f26b4535621806ffe7a5c43c 100644 (file)
@@ -17,7 +17,9 @@ internal and customer development efforts.  TMI enhancements include:
 * Support for newer [[msp430]] chipsets, such as the MSP430F2618.
 
 * An implementation of the USCI peripheral, supporting UART and SPI
-  communications.  Future plans to add I2C are in the works.
+  communications.  Both SPI slave and master modes are supported, with the
+  driver knowing what to do in slave mode if the slave unasserts its chip
+  select line.  I2C is working internally and we will be posting it soon.
 
 * Enhanced clock framework supporting parts with the basic_clock+ peripheral
   and simplifying changing msp430 clock speeds on a per platform or per
@@ -39,10 +41,10 @@ The TMI TinyOS repository contains code imported from CVS upstream, our internal
 working branches, and tags marking a series of commits that are a each a clean
 patch series of the TMI enhancements against an official upstream release.
 
-* Current patchset tag: `patchset/2.1.1-4.3`
+* Current patchset tag: `patchset/2.1.1-4.4`
 * Derived from official release tag: `tinyos/2.1.1`
 * The commits between the two above tags represent the series of patches in the
-  [latest patchset](/gitweb/?p=tinyos-2.x.git;a=shortlog;h=refs/tags/patchset/2.1.1-4.3).
+  [latest patchset](/gitweb/?p=tinyos-2.x.git;a=shortlog;h=refs/tags/patchset/2.1.1-4.4).
 
 The TMI TinyOS code requires a newer [[msp430]] toolchain.