From 781be650ae67078917292bbcfdf99516f3f0be0f Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 27 Feb 2011 15:42:07 +0000 Subject: [PATCH] Add support for the ISOTEL NetClamps VSN board git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3321 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 83 +++++++++++++++++++++++++++++---------- Documentation/README.html | 6 ++- 2 files changed, 67 insertions(+), 22 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index b58bc95243..57c2b8723f 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: February 25, 2011

+

Last Updated: February 27, 2011

@@ -1170,21 +1170,41 @@

STMicro STM32F103x. - This port uses the STMicro STM3210E-EVAL development board that - features the STM32F103ZET6 MCU. - This port uses a GNU arm-elf toolchain* under either Linux or Cygwin (with native Windows GNU + Support for three MCUs and two board configurations are available. + MCU support includes: STM32F103ZET6, STM32F103RET6, and STM32F107VC. + Board support includes: +

+
    +
  1. + This port uses the STMicro STM3210E-EVAL development board that + features the STM32F103ZET6 MCU. +
  2. +
  3. + ISOTEL NetClamps VSN V1.2 ready2go sensor network platform based on the + STMicro STM32F103RET6. Contributed by Uros Platise. +
  4. +
+

+ These ports uses a GNU arm-elf toolchain* under either Linux or Cygwin (with native Windows GNU tools or Cygwin-based GNU tools).

@@ -1337,7 +1357,7 @@ 1) Linux with native Linux GNU toolchain, 2) Cygwin with Cygwin GNU toolchain, or 3) Cygwin with Windows native toolchain (CodeSourcery or devkitARM). A DIY toolchain for Linux or Cygwin is provided by the NuttX - buildroot + buildroot package.

@@ -1380,14 +1400,27 @@

MC9S12NE64. - This port uses the Freescale DEMO9S12NE64 Evaluation Board with a GNU arm-elf toolchain* under Linux or Cygwin. + Support for the MC9S12NE64 MCU and two boards are included: +

+ +

+ Both use a GNU arm-elf toolchain* under Linux or Cygwin. + The NuttX buildroot provides a properly patched GCC 3.4.4 toolchain that is highly optimized for the m9s12x family.

@@ -1720,7 +1753,7 @@ m68k, m68hc11, m68hc12, and SuperH ports. This combination works well too. It works just as well as the native Linux environment except that compilation and build times are a little longer. - The custom NuttX buildroot referenced above may be build in + The custom NuttX buildroot referenced above may be build in the Cygwin environment as well.

@@ -2040,11 +2073,19 @@ nuttx-5.18 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> a USB host HID keyboard configuraion. * drivers/usbhost/hid_parser.c -- Leverages the LUFA HID parser written by Dean Camera. - * examples/nsh -- Correct an usage of getopt(): If you stop calling getopt() - before all parameters are parsed, you can leave getopt() in a strange state. + * examples/nsh -- Correct an usage of getopt(): If you stop calling getopt() + before all parameters are parsed, you can leave getopt() in a strange state. * Rename arch/pjrc-8051 to arch/8051 - * configs/ne64badge -- Add a configuration for the Future Electronics Group - NE64 Badge development board (Freescale MC9S12NE64) + * configs/ne64badge -- Add a configuration for the Future Electronics Group + NE64 Badge development board (Freescale MC9S12NE64) + * Changes contributed by Uros Platise: + - Add support for the STM32F103RET6 + - configs/vsn - Support for the ISOTEL NetClamps VSN V1.2 ready2go sensor + network platform + * arch/hc, configs/ne64badge -- Development is complete for the Freescale + mc9s12ne64 on the Future Electronics Group NE64 /PoE Badge board. Howeve, + this port remains untested until I figure out this BDM / Code Warrior + and paged build thing pascal-2.1 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> diff --git a/Documentation/README.html b/Documentation/README.html index 47686f86a5..0338330fae 100755 --- a/Documentation/README.html +++ b/Documentation/README.html @@ -9,7 +9,7 @@

NuttX README Files

-

Last Updated: February 24, 2010

+

Last Updated: February 27, 2010

@@ -89,6 +89,8 @@ | | |- include/README.txt | | |- src/README.txt | | `- README.txt + | |- ne64badge/ + | | `- README.txt | |- ntosd-dm320/ | | |- doc/README.txt | | |- include/README.txt @@ -129,6 +131,8 @@ | | |- include/README.txt | | |- src/README.txt | | `- README.txt + | |- vsn/ + | | `- README.txt | |- xtrs/ | | |- include/README.txt | | |- src/README.txt