diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 90dfcec54fe..c0cd8eaca83 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -331,16 +331,24 @@ 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. +
  • arch/c5471: TI TMS320C5471 (also called TMS320DM180 or just C5471). NuttX operates on the ARM7 of this dual core processor. This port is complete, verified, and included in the NuttX release 0.1.1. + +
  • configs/mcu123-lpc214x: + The mcu123.com lpc214x development board. + This is a work in progress. +
  • arch/dm320: - TI TMS320DM320 (also called just DM320). - NuttX operates on the ARM9EJS of this dual core processor. - This port complete, verified, and included in the NuttX release 0.2.1. + TI TMS320DM320 (also called just DM320). + NuttX operates on the ARM9EJS of this dual core processor. + This port complete, verified, and included in the NuttX release 0.2.1. +
  • arch/m68322 - A work in progress.
  • + A work in progress. +
  • arch/pjrc-8051: 8051 Microcontroller. This port is not quite ready for prime time.
  • @@ -463,6 +471,10 @@ with a GNU arm-elf toolchain*. This port is complete, verified, and 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*.
  • +
  • configs/ntosd-dm320: This port uses the Neuros OSD with a GNU arm-elf toolchain*. See Neuros Wiki @@ -1035,8 +1047,19 @@ The system can be re-made subsequently by just typing make.

    Architecture selection

    General OS setup