summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-12 19:58:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-12 19:58:58 +0000
commit40a5f9991673e466dc7f2043a1ffc2b45378befa (patch)
tree6e695b28d2af0e27e5d02be567a31ae30641bc8a /nuttx/TODO
parent303ccdfdf00ec6d9bdc7b369b5e8338e4a9742bf (diff)
downloadpx4-nuttx-40a5f9991673e466dc7f2043a1ffc2b45378befa.tar.gz
px4-nuttx-40a5f9991673e466dc7f2043a1ffc2b45378befa.tar.bz2
px4-nuttx-40a5f9991673e466dc7f2043a1ffc2b45378befa.zip
upate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1699 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO12
1 files changed, 11 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 751716a0b..ac208f540 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated March 28, 2009)
+NuttX TODO List (Last updated April 12, 2009)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(6) Task/Scheduler (sched/)
@@ -21,6 +21,7 @@ NuttX TODO List (Last updated March 28, 2009)
(2) ARM (arch/arm/)
(1) ARM/C5471 (arch/arm/src/c5471/)
(3) ARM/DM320 (arch/arm/src/dm320/)
+ (1) ARM/i.MX (arch/arm/src/imx/)
(6) ARM/LPC214x (arch/arm/src/lpc214x/)
(3) ARM/STR71x (arch/arm/src/str71x/)
(4) pjrc-8052 / MCS51 (arch/pjrc-8051/)
@@ -473,6 +474,15 @@ o ARM/DM320 (arch/arm/src/dm320/)
Status: Open
Priority: Medium (high if you need to use the framebuffer driver)
+o ARM/i.MX (arch/arm/src/imx/)
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+ Description: The basic port of the i.MX1 architecuture is underway. The port
+ is incomplete (as of this writing, is still lacks a timer, interrupt
+ decoding, USB, network) and untested.
+ Status: Open (and in work)
+ Priority: Medium (high if you need i.MX1/L support)
+
o ARM/LPC214x (arch/arm/src/lpc214x/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^