summaryrefslogtreecommitdiff
path: root/nuttx/arch/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-07 14:41:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-07 14:41:11 +0000
commit7aa2d7ac7678b5b7ee7dc2a817f123f0b8a366b4 (patch)
tree4d2efec3e849f991b35ba7b6c4f2151727c44817 /nuttx/arch/README.txt
parenta13b0a94218172b19c776501b117297d89617063 (diff)
downloadnuttx-7aa2d7ac7678b5b7ee7dc2a817f123f0b8a366b4.tar.gz
nuttx-7aa2d7ac7678b5b7ee7dc2a817f123f0b8a366b4.tar.bz2
nuttx-7aa2d7ac7678b5b7ee7dc2a817f123f0b8a366b4.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@659 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/README.txt')
-rw-r--r--nuttx/arch/README.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/nuttx/arch/README.txt b/nuttx/arch/README.txt
index 52ad1f3e1..0e5581cc4 100644
--- a/nuttx/arch/README.txt
+++ b/nuttx/arch/README.txt
@@ -125,7 +125,7 @@ Supported Architectures
arch/sim
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.
+ The purpose of this port is primarily to support OS feature development.
This port does not support interrupts or a real timer (and hence no
round robin scheduler) Otherwise, it is complete.
@@ -160,11 +160,12 @@ arch/pjrc-8051
8051 Microcontroller. This port is not quite ready for prime time.
arch/z16
- ZiLog z16f Microcontroller.
- STATUS: A work in progress
-
+ ZiLOG z16f Microcontroller.
+ STATUS: Released in nuttx-0.3.7. Fully functional other than issues
+ addressed in ${TOPDIR}/TODO.
+
arch/z80
- ZiLog z80 Microcontroller.
+ ZiLOG z80 Microcontroller.
STATUS: Functional with no known defects. There are still several
OS features that have not yet been tested (e.g., networking).