summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-07 00:41:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-07 00:41:05 +0000
commit02e20f09aaa59fd6b563fb4f918afb4b21502ecd (patch)
tree36503ba3ac4108021a91cb760011f9c038fddf3a /nuttx/TODO
parent17e2c087f897117b7e928ae9af908017cd343cf5 (diff)
downloadpx4-nuttx-02e20f09aaa59fd6b563fb4f918afb4b21502ecd.tar.gz
px4-nuttx-02e20f09aaa59fd6b563fb4f918afb4b21502ecd.tar.bz2
px4-nuttx-02e20f09aaa59fd6b563fb4f918afb4b21502ecd.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@647 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO14
1 files changed, 13 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index a61a4421e..7d2f6b276 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/)
- (5) z16 (arch/z16/)
+ (6) z16 (arch/z16/)
o Task/Scheduler (sched/)
^^^^^^^^^^^^^^^^^^^^^^^
@@ -411,3 +411,15 @@ o z16 (arch/z16)
Status: Open
Priority: Medium
+ Description: The pascal add-on does not work with the z16f (that is
+ configuration z16f2800100zcog/pashello). This appears to be
+ another ZDS-II error: when executing the instruction
+ SYSIO 0, WRITESTR a large case statement is executed. This
+ involves a call into the ZiLOG runtime library to __uwcase().
+ __uwcase is passed a pointer to a structure containing jump
+ information. The cause of the failure appears to be that
+ the referenced switch data is bad.
+ This is submited as ZiLOG support incident 81459.
+ Status: Open
+ Priority: Medium
+