diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index b58bc952436..57c2b8723f7 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:
+
+
+ -
+ This port uses the STMicro STM3210E-EVAL development board that
+ features the STM32F103ZET6 MCU.
+
+ -
+ ISOTEL NetClamps VSN V1.2 ready2go sensor network platform based on the
+ STMicro STM32F103RET6. Contributed by Uros Platise.
+
+
+
+ These ports uses a GNU arm-elf toolchain* under either Linux or Cygwin (with native Windows GNU
tools or Cygwin-based GNU tools).
STATUS:
- The basic STM32 port was released in NuttX version 0.4.12. The basic port includes boot-up
- logic, interrupt driven serial console, and system timer interrupts.
- The 0.4.13 release added support for SPI, serial FLASH, and USB device.;
- The 4.14 release added support for buttons and SDIO-based MMC/SD and verifed DMA support.
- Verified configurations are available for NuttX OS test, the NuttShell (NSH) example,
- the USB serial device class, and the USB mass storage device class example.
+
+ -
+ The basic STM32 port was released in NuttX version 0.4.12. The basic port includes boot-up
+ logic, interrupt driven serial console, and system timer interrupts.
+ The 0.4.13 release added support for SPI, serial FLASH, and USB device.;
+ The 4.14 release added support for buttons and SDIO-based MMC/SD and verifed DMA support.
+ Verified configurations are available for NuttX OS test, the NuttShell (NSH) example,
+ the USB serial device class, and the USB mass storage device class example.
+
+ -
+ Support for the NetClamps VSN was included in version 5.18 of NuttX.
+
+
Development Environments:
1) Linux with native Linux GNU toolchain, 2) Cygwin with Cygwin GNU toolchain, or 3) Cygwin
@@ -1231,7 +1251,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.
@@ -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:
+
+
+ -
+ The Freescale DEMO9S12NE64 Evaluation Board, and
+
+ -
+ The Future Electronics Group NE64 /PoE Badge board.
+
+
+
+ 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.
STATUS:
- This port only fragmentary as of NuttX-5.0. Some initial pieces appear in that
- release, but much more is needed. Time permitting, the HCS12 port may be available
- int NuttX5.1.
+ Coding is complete for the MC9S12NE64 and for the NE64 Badge board.
+ However, testing has not yet begun due to issues with BDMs, Code Warrior, and
+ the paging in the build process.
+ Progress is slow, but I hope to see a fully verified MC9S12NE64 port in the near future.
|
@@ -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 47686f86a52..0338330fae5 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