summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-31 22:44:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-31 22:44:19 +0000
commitd38281ef2f696a9c47a5e7ed40b2af599cff7ca9 (patch)
tree4d360881a0c5ee00d01bfcc61d75f16124a7f143 /nuttx/TODO
parent94df678e8dbf2ce948db03e4ea0e45016c138d35 (diff)
downloadpx4-nuttx-d38281ef2f696a9c47a5e7ed40b2af599cff7ca9.tar.gz
px4-nuttx-d38281ef2f696a9c47a5e7ed40b2af599cff7ca9.tar.bz2
px4-nuttx-d38281ef2f696a9c47a5e7ed40b2af599cff7ca9.zip
*** empty log message ***
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@600 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 728efe2e5..56eb530d5 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -21,7 +21,7 @@ NuttX TODO List (Last updated January 6, 2008)
(2) ARM/LPC214x (arch/arm/src/lpc214x/)
(4) pjrc-8052 / MCS51 (arch/pjrc-8051/)
(2) z80 (arch/z80/)
- (3) z16 (arch/z16/)
+ (4) z16 (arch/z16/)
o Task/Scheduler (sched/)
^^^^^^^^^^^^^^^^^^^^^^^
@@ -387,3 +387,9 @@ o z16 (arch/z16)
examples/ostest/timedmqueue.c test.
Status: Open
Priority: Medium-High
+
+ Description: At present, the z16f port does not run properly when CONFIG_DEBUG
+ is disabled. I have not determined the cause for this -- it
+ may be an issue with optimization?? Or clock setup??
+ Status: Open
+ Priority: Medium-High \ No newline at end of file