summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-17 02:53:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-17 02:53:24 +0000
commit6ae471ff90ac6783fb8d3d1559652f45aa6a794f (patch)
tree51a5f75178a25dd190f2214ae76481ef350da5fb /nuttx/TODO
parent56d90dca78d332130f9872e06fa6d33512a0193e (diff)
downloadnuttx-6ae471ff90ac6783fb8d3d1559652f45aa6a794f.tar.gz
nuttx-6ae471ff90ac6783fb8d3d1559652f45aa6a794f.tar.bz2
nuttx-6ae471ff90ac6783fb8d3d1559652f45aa6a794f.zip
Complete coding of M16C port
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1510 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO19
1 files changed, 16 insertions, 3 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 3bdf218a4..cdabfc12a 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -24,7 +24,8 @@ NuttX TODO List (Last updated November 20, 2008)
(6) ARM/LPC214x (arch/arm/src/lpc214x/)
(3) ARM/STR71x (arch/arm/src/str71x/)
(4) pjrc-8052 / MCS51 (arch/pjrc-8051/)
- (1) SH-1 (arch/sh)
+ (1) Hitachi/Renesas SH-1 (arch/sh/src/sh1)
+ (2) Renesas M16C/26 (arch/sh/src/m16c)
(8) z80/z8/ez80 (arch/z80/)
(8) z16 (arch/z16/)
@@ -547,8 +548,8 @@ o pjrc-8052 / MCS51 (arch/pjrc-8051/)
Priority: Low -- only because there as so many other issues with 8051
-o SH-1 (arch/sh)
- ^^^^^^^^^^^^^^
+o Hitachi/Renesas SH-1 (arch/sh/src/sh1)
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Description: There are instabilities that make the SH-1 port un-usable. The
nature of these is not understood; the behavior is that certain SH-1
@@ -570,6 +571,18 @@ o SH-1 (arch/sh)
Priority: Low -- because the SH-1, SH7032, is very old and only of historical
interest.
+o Renesas M16C/26 (arch/sh/src/m16c)
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+ Description: Coding of the initial port is complete, but is untested.
+ Status: Open
+ Priority: Low
+
+ Description: Serial drivers were developed for the M16C, however, the SKP16C26
+ StarterKit has not serial connectors.
+ Status: Open
+ Priority: Low
+
o z80/z8/ez80 (arch/z80)
^^^^^^^^^^^^^^^^^^^^^^^