]> oss.titaniummirror.com Git - oss-web.git/commitdiff
Updates reflecting new changes to cp210x, msp430 and tinyos repos.
authorR. Steve McKown <rsmckown@gmail.com>
Wed, 26 May 2010 22:34:34 +0000 (16:34 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Wed, 26 May 2010 22:34:34 +0000 (16:34 -0600)
Makefile
in/cp210x.md
in/msp430.md
in/news.md
in/tinyos.md

index 41e0ebcdad3db64cc65a64d366629e5b68da6ce5..691d73df008d47d2d736a0bd1308c51965c64efc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 #!/usr/bin/make
 
-deployurl = sysadmin@oss.titaniummirror.com:/var/www/
+deployurl = sysadmin@oss.titaniummirror.com:/var/www/oss/
 
 all: webber.conf
        ./webber
index 2d2c0864073a5343a4e8f17e88cb4e4d1da45733..2544be52754c8dec4006759dd7f15d04f514bcd0 100644 (file)
@@ -23,8 +23,9 @@ under the GPLv2.
 
 TMI completed these driver changes of a year ago and has since been maintaining
 it.  Silicon Labs was to push these changes through to the mainline kernel, but
-this clearly has not happened yet.  TMI will be working directly with the kernel
-cp210x maintainer to investigate incorporating our changes.  Meanwhile, TMI
-will continue to maintain its branch of the cp210x driver.  The
-`cp210x-module-dkms` package in the APT repository has been tested on Ubuntu
-Hardy and Karmic systems with both 32 and 64 bit x86 (Intel/AMD) processors.
+this clearly has not happened yet.  TMI is slowly working with linux-usb
+developers to adapt our local enhancements for suitability for inclusion into
+the mainline driver.  Meanwhile, TMI will continue to maintain its branch of
+the cp210x driver.  The `cp210x-module-dkms` package in the APT repository has
+been tested on Ubuntu Hardy, Karmic and Lucid systems, with both 32 and 64 bit
+x86 (Intel/AMD) processors.
index 2d93376ce091f5946ea0201f0d28a1d278396aae..0bbaf74aaf8afd1d7ca8c134994b61a7006f5b8d 100644 (file)
@@ -16,3 +16,5 @@ parts such as the MSP430F2618. This toolchain is properly patched for use in
 distribution uses an older msp430 toolchain that does not support these newer
 msp430 parts.  The msp430 toolchain is composed of binutils, gnu compiler,
 and libc.
+
+TMI is using the msp430 toolchain based around gcc-4.4.3.
index 5776da89adda14add7cce33c2f727a5826b2d4f3..8c3cbf836e56848049278c3aa396b485d7d0c391 100644 (file)
@@ -1,6 +1,17 @@
 title: News
 ctime: 2009-12-16
 
+### 2010-05-26
+TMI is migrating to a newer [[msp430]] toolchain and [[TinyOS 2.1.1]].
+
+* [[msp430]] toolchain now based on gcc-4.4.3.
+
+* Merged upstream [[TinyOS]] 2.1.1 into release 2.1.1-4.3.
+
+* [[cp210x]] driver updates.
+
+---
+
 ### 2010-05-06
 The TMI OSS website is now published to the internet.  New [[TinyOS]] release
 2.1.0-4.2 is also available.
index 95794c9efb54876f0afd5085c8667ce2bbe5e2ae..fe3746dfd055383f832d0f190d7ce2bfb8ab0fef 100644 (file)
@@ -39,10 +39,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.0-4.2`
-* Derived from official release tag: `tinyos/2.1.0`
+* Current patchset tag: `patchset/2.1.1-4.3`
+* 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.0-4.2).
+  [latest patchset](/gitweb/?p=tinyos-2.x.git;a=shortlog;h=refs/tags/patchset/2.1.1-4.3).
 
 The TMI TinyOS code requires a newer [[msp430]] toolchain.