From a7eb3e9134aaefdb3824902f656e645462ac4109 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 29 Apr 2007 21:50:53 +0000 Subject: [PATCH] Changes to resulting previous merge of arch/c5471 and arch/dm320 into arch/arm and also to adding lpc214x to arch/arm. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@194 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 21 ++++++++++++++++++- Documentation/NuttxPortingGuide.html | 31 +++++++++++++++++++++------- 2 files changed, 44 insertions(+), 8 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index bcfcf34f1b0..64857be2f8d 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: March 28, 2007

+

Last Updated: April 29, 2007

@@ -234,6 +234,21 @@

+ +
+ +

+ NXP LPC214x. + Support is provided for the NXP LPC214x family of processors. In particular, + support is provided for the mcu123.com lpc214x evaluation board (LPC2148). + This port also used the GNU arm-eld toolchain*. +

+

+ STATUS: + This port is in progress and should be available in the nuttx-0.2.5 release. +

+ + @@ -484,6 +499,10 @@ Other memory: 0.2.5 2007-xx-xx Gregory Nutt + * Added support for the NXP 214x processor on the mcu123.com lpc214x + development board. + * Corrected some build/configuration issues introduced with the + last release. * Started m68322 diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 636eaaa5883..893888bee68 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -361,6 +361,14 @@ NuttX operates on the ARM9EJS of this dual core processor. This port complete, verified, and included in the NuttX release 0.2.1. + +
  • arch/arm/include/lpc214x and arch/arm/src/lpc214x: + These directories provide support for NXP LPC214x family of + processors. + STATUS: This port is in progress and should be available in the + nuttx-0.2.5 release. +
  • + @@ -505,18 +513,24 @@ A user-mode port of NuttX to the x86 Linux platform is available. The purpose of this port is primarily to support OS feature developement. This port does not support interrupts or a real timer (and hence no - round robin scheduler) Otherwise, it is complete. + round robin scheduler) Otherwise, it is complete. +
  • configs/c5471evm: This is a port to the Spectrum Digital C5471 evaluation board. The C5471 is a dual core processor from TI with an ARM7TDMI general purpose processor and a c54 SDP. NuttX runs on the ARM core and is built with with a GNU arm-elf toolchain*. This port is complete, verified, and - included in the NuttX release.
  • + included in the NuttX release. +
  • configs/mcu123-lpc214x: - This is a port to the mcu123.com lpc214x development board. - This OS is also built with the arm-elf toolchain*.
  • + This port is for the NXP LPC2148 as provided on the mcu123.com + lpc214x development board. + This OS is also built with the arm-elf toolchain*. + STATUS: This port is in progress and should be available in the + nuttx-0.2.5 release. +
  • configs/ntosd-dm320: This port uses the Neuros OSD with a GNU arm-elf toolchain*. @@ -524,15 +538,18 @@ for futher information. NuttX operates on the ARM9EJS of this dual core processor. STATUS: This port is code complete, verified, and included in the - NuttX 0.2.1 release.
  • + NuttX 0.2.1 release. +
  • configs/m68322evb: This is a work in progress for the venerable m68322evb board from - Motorola.
  • + Motorola. +
  • configs/pjrc-8051: 8051 Microcontroller. This port uses the PJRC 87C52 development system - and the SDCC toolchain. This port is not quite ready for prime time.
  • + and the SDCC toolchain. This port is not quite ready for prime time. +