summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-01 14:54:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-01 14:54:10 +0000
commita41c364ae0157a691fb0806a58eec6b3adeafae2 (patch)
treeae66fc166ab1f2f1a142e260242d10ccb68cbd99 /nuttx/TODO
parent7132a889f53ad83ef293c29a9c2e4688b2886635 (diff)
downloadpx4-nuttx-a41c364ae0157a691fb0806a58eec6b3adeafae2.tar.gz
px4-nuttx-a41c364ae0157a691fb0806a58eec6b3adeafae2.tar.bz2
px4-nuttx-a41c364ae0157a691fb0806a58eec6b3adeafae2.zip
Debug z80sim NSH (still doesn't work)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@476 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO18
1 files changed, 15 insertions, 3 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 9e19e4272..a4c63d9f8 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -18,7 +18,7 @@ NuttX TODO List (Last updated December 13, 2007)
(1) ARM/DM320 (arch/arm/src/dm320/)
(2) ARM/LPC214x (arch/arm/src/lpc214x/)
(4) pjrc-8052 / MCS51 (arch/pjrc-8051/)
- (0) z80 (arch/z80/)
+ (2) z80 (arch/z80/)
o Task/Scheduler (sched/)
^^^^^^^^^^^^^^^^^^^^^^^
@@ -315,7 +315,19 @@ o pjrc-8052 / MCS51 (arch/pjrc-8051/)
o z80 (arch/z80)
^^^^^^^^^^^^^^^
- Has the same problems with interger overflow during compilation as described
- for pjrc-8051
+ Description: The Has the same problems with interger overflow during compilation
+ as described for pjrc-8051. At typical cause is code like
+ usleep(500*1000) which exceeds the range of a 16-bit integer
+ Status: See pjrc-8051
+ Priority: See pjrc-8051
+
+ Description: The simulated serial console (configs/z80sim/src/z80_serial.c +
+ driver/serial.c) does not work. This is because there are
+ no interrupts in the simulation so there is never any serial
+ traffic.
+ Status: Open
+ Priority: Low -- the simulated console is not critical path and the designs
+ to solve the problem are complex.
+