summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-21 00:49:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-21 00:49:52 +0000
commit97b27e4e89b286bc1b7e654b5b4da5de2dd892ab (patch)
tree926ce18c745186f20d2c930c5385fa384d9b6c0f /nuttx/TODO
parentb2b9ea64f0a0530350391138482af483745e3e0f (diff)
downloadpx4-nuttx-97b27e4e89b286bc1b7e654b5b4da5de2dd892ab.tar.gz
px4-nuttx-97b27e4e89b286bc1b7e654b5b4da5de2dd892ab.tar.bz2
px4-nuttx-97b27e4e89b286bc1b7e654b5b4da5de2dd892ab.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1521 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO32
1 files changed, 28 insertions, 4 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index cdabfc12a..ea3e218d3 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated November 20, 2008)
+NuttX TODO List (Last updated February 19, 2009)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(7) Task/Scheduler (sched/)
@@ -24,8 +24,8 @@ NuttX TODO List (Last updated November 20, 2008)
(6) ARM/LPC214x (arch/arm/src/lpc214x/)
(3) ARM/STR71x (arch/arm/src/str71x/)
(4) pjrc-8052 / MCS51 (arch/pjrc-8051/)
- (1) Hitachi/Renesas SH-1 (arch/sh/src/sh1)
- (2) Renesas M16C/26 (arch/sh/src/m16c)
+ (2) Hitachi/Renesas SH-1 (arch/sh/src/sh1)
+ (4) Renesas M16C/26 (arch/sh/src/m16c)
(8) z80/z8/ez80 (arch/z80/)
(8) z16 (arch/z16/)
@@ -571,6 +571,26 @@ o Hitachi/Renesas SH-1 (arch/sh/src/sh1)
Priority: Low -- because the SH-1, SH7032, is very old and only of historical
interest.
+ Description: arch/sh has been restructured to support M16C. Need to verify that
+ SH-1 still builds.
+ Status: Open
+ Priority: Low
+
+ Description: The M16C target cannot be built. The GNU m16c-elf-ld link fails with
+ the following message:
+
+ m32c-elf-ld: BFD (GNU Binutils) 2.19 assertion fail /home/Owner/projects/nuttx/buildroot/toolchain_build_m32c/binutils-2.19/bfd/elf32-m32c.c:482
+
+ Where the reference line is:
+
+ /* If the symbol is out of range for a 16-bit address,
+ we must have allocated a plt entry. */
+ BFD_ASSERT (*plt_offset != (bfd_vma) -1);
+
+ No workaround is known at this time.
+ Status: Open
+ Priority: High -- this is a show stopper for M16C.
+
o Renesas M16C/26 (arch/sh/src/m16c)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -579,10 +599,14 @@ o Renesas M16C/26 (arch/sh/src/m16c)
Priority: Low
Description: Serial drivers were developed for the M16C, however, the SKP16C26
- StarterKit has not serial connectors.
+ StarterKit has no serial connectors.
Status: Open
Priority: Low
+ Description: Should implement SPI, I2C, Virual EEPROM, FLASH, RTC drivers
+ Status: Open
+ Priority: Medium
+
o z80/z8/ez80 (arch/z80)
^^^^^^^^^^^^^^^^^^^^^^^