summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-02 16:25:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-02 16:25:19 +0000
commit9ce43d33e94fed08a298b4cc1dcd852e572374b7 (patch)
treecddb71b189d210f78a72076871e8be32d6ea52da /nuttx/TODO
parent71ca4e5df09be9d95d77ef49d90573ed8942e0d6 (diff)
downloadnuttx-9ce43d33e94fed08a298b4cc1dcd852e572374b7.tar.gz
nuttx-9ce43d33e94fed08a298b4cc1dcd852e572374b7.tar.bz2
nuttx-9ce43d33e94fed08a298b4cc1dcd852e572374b7.zip
Add analysis of problem
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@618 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO12
1 files changed, 10 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 56eb530d5..cc5d238b1 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -389,7 +389,15 @@ o z16 (arch/z16)
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??
+ is disabled: The obvious symptom is that there is no printf()
+ output. I have isolated with problem to errors in optimization.
+ With -reduceopt on the command line, I can get the printf output.
+ However, there are still errors in the compiled code -- specifically
+ in sched/timer_create.c.
+
+ I have submitted a bug report to ZiLOG for this (support incident
+ 81400). You can see the status of the bug report (and lots more
+ technical detail) here:
+ http://support.zilog.com/support/incident/incident_support.asp?iIncidentId=81400&iSiteId=1&chLanguageCode=ENG
Status: Open
Priority: Medium-High \ No newline at end of file