From 14628151c83d690a55471b4df51949ff1c805aad Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 16 Mar 2007 22:24:52 +0000 Subject: update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@77 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttX.html | 54 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 48 insertions(+), 6 deletions(-) diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index 994eaf6fc..5db2ce4e0 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: March 14, 2007

+

Last Updated: March 16, 2007

@@ -208,27 +208,51 @@ The purpose of this port is primarily to support OS feature developement.

- STATUS: Does not support interrupts but is otherwise fully functional. + STATUS: + Does not support interrupts but is otherwise fully functional.

- TI TMS320C5471 (also called TMS320DM180). + ARM7TDMI.

+ TI TMS320C5471 (also called a C5471 or TMS320DM180). NuttX operates on the ARM7 of this dual core processor. This port uses the Spectrum Digital evaluation board with a GNU arm-elf toolchain*.

- STATUS: This port is complete, verified, and included in the initial NuttX - release. + STATUS: + This port is complete, verified, and included in the initial NuttX release. +

+ + + + + + ARM9EJS. + + + +
+ +

+ TI TMS320DM320 (also called DM320). + NuttX operates on the ARM9 of this dual core processor. + This port uses the + Neuros OSD + with a GNU arm-elf toolchain*. +

+

+ STATUS: + This port is code complete but totally untested due to hardware issues with my OSD.

@@ -242,11 +266,13 @@

+ PJRC 87C52 Development Board. This port uses the PJRC 87C52 development system and the SDCC toolchain.

- STATUS: This port is complete but not stable with timer interrupts enabled. + STATUS: + This port is complete but not stable with timer interrupts enabled. There seems to be some issue when the stack pointer enters into the indirect IRAM address space during interrupt handling.

@@ -366,6 +392,22 @@ Other memory: when the timer interrupt is enabled. Seems to be an issue when SP enters indirect address space. * Documentation updates + +0.1.2 2007-xx-xx Gregory Nutt + + * Add dirent.h, opendir(), readdir(), closedir(), etc. + * Added 'ls' command to nsh + * Added C5471 watchdog driver + * Added support for the Neuros OSD / DM320 + * Fixed another bug where free() is called from IDEL task. + Can't do this; the caller must be able to wait for access + to memory. + * Separated C5471 serial driver; a shareable part is + in drivers/. ; the C5471 specific part is in arch/C5471. + serial.h defines the interface. + * Fixed mq_receive() -- bad memcpy() + + -- cgit v1.2.3