summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-13 22:26:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-13 22:26:54 +0000
commitbbc7aff5e71120b537ad96d143326710fa859a3a (patch)
treee7b6e28f07917621881f2589c20353f351ee647c /nuttx/TODO
parent5b00da8a2750404b82cbb5a1a77ab611fb0eb530 (diff)
downloadpx4-nuttx-bbc7aff5e71120b537ad96d143326710fa859a3a.tar.gz
px4-nuttx-bbc7aff5e71120b537ad96d143326710fa859a3a.tar.bz2
px4-nuttx-bbc7aff5e71120b537ad96d143326710fa859a3a.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1228 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO13
1 files changed, 10 insertions, 3 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index f1ebc0ac0..5d8d75ff2 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -23,7 +23,7 @@ NuttX TODO List (Last updated July 31, 2008)
(3) ARM/STR71x (arch/arm/src/str71x/)
(4) pjrc-8052 / MCS51 (arch/pjrc-8051/)
(1) SH-1 (arch/sh)
- (7) z80/z8 (arch/z80/)
+ (8) z80/z8/ez80 (arch/z80/)
(8) z16 (arch/z16/)
o Task/Scheduler (sched/)
@@ -492,8 +492,8 @@ o SH-1 (arch/sh)
Priority: Low -- because the SH-1, SH7032, is very old and only of historical
interest.
-o z80/z8 (arch/z80)
- ^^^^^^^^^^^^^^^^^^
+o z80/z8/ez80 (arch/z80)
+ ^^^^^^^^^^^^^^^^^^^^^^^
Description: The SDCC version the same problems with interger overflow during
compilation as described for pjrc-8051. At typical cause is code like
@@ -552,6 +552,13 @@ o z80/z8 (arch/z80)
Status: Open
Priority: Low
+ Description: The XTRS target (configs/xtrs) has a clean problem. The clean
+ rule removes .asm files. This works because there are no .asm
+ files except in sub-directories that are provided from 'make clean' --
+ except for XTRS: It has a .asm file in its src/ directory that
+ gets removed everytime clean is performd.
+ Status: Open
+ Priority: High if you happen to be working with XTRS.
o z16 (arch/z16)
^^^^^^^^^^^^^^^^