From: R. Steve McKown Date: Wed, 26 May 2010 22:34:34 +0000 (-0600) Subject: Updates reflecting new changes to cp210x, msp430 and tinyos repos. X-Git-Url: https://oss.titaniummirror.com/gitweb?p=oss-web.git;a=commitdiff_plain;h=0720e5314375100d54be2ee4a2b88531ae66a82c Updates reflecting new changes to cp210x, msp430 and tinyos repos. --- diff --git a/Makefile b/Makefile index 41e0ebc..691d73d 100644 --- 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 diff --git a/in/cp210x.md b/in/cp210x.md index 2d2c086..2544be5 100644 --- a/in/cp210x.md +++ b/in/cp210x.md @@ -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. diff --git a/in/msp430.md b/in/msp430.md index 2d93376..0bbaf74 100644 --- a/in/msp430.md +++ b/in/msp430.md @@ -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. diff --git a/in/news.md b/in/news.md index 5776da8..8c3cbf8 100644 --- a/in/news.md +++ b/in/news.md @@ -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. diff --git a/in/tinyos.md b/in/tinyos.md index 95794c9..fe3746d 100644 --- a/in/tinyos.md +++ b/in/tinyos.md @@ -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.