summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-07 23:13:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-07 23:13:12 +0000
commit5462062fb673e26e07678b8c5087888eb405898e (patch)
tree53782348e54c1375c15d5e4debc78f6c222dc42f /nuttx/arch
parent5aeb65d929bd040544288fcf253f768cb4339b19 (diff)
downloadpx4-nuttx-5462062fb673e26e07678b8c5087888eb405898e.tar.gz
px4-nuttx-5462062fb673e26e07678b8c5087888eb405898e.tar.bz2
px4-nuttx-5462062fb673e26e07678b8c5087888eb405898e.zip
Adding support for the z16f
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@520 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/README.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/arch/README.txt b/nuttx/arch/README.txt
index 104d988e7..52ad1f3e1 100644
--- a/nuttx/arch/README.txt
+++ b/nuttx/arch/README.txt
@@ -159,8 +159,12 @@ arch/m68322
arch/pjrc-8051
8051 Microcontroller. This port is not quite ready for prime time.
+arch/z16
+ ZiLog z16f Microcontroller.
+ STATUS: A work in progress
+
arch/z80
- 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).