summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-17 19:18:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-17 19:18:25 +0000
commit4304032f04cf5cfac5b10f69b4139111bcebb4d1 (patch)
treeaf53d350ab06bd91a39faeda00d4dc2d39072806 /nuttx/TODO
parent01264b4252e18eec45db50cac3580f71315c6f3c (diff)
downloadpx4-nuttx-4304032f04cf5cfac5b10f69b4139111bcebb4d1.tar.gz
px4-nuttx-4304032f04cf5cfac5b10f69b4139111bcebb4d1.tar.bz2
px4-nuttx-4304032f04cf5cfac5b10f69b4139111bcebb4d1.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2373 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO23
1 files changed, 20 insertions, 3 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index a418abf15..06d1275ba 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated December 13, 2009)
+NuttX TODO List (Last updated December 17, 2009)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(5) Task/Scheduler (sched/)
@@ -7,7 +7,7 @@ NuttX TODO List (Last updated December 13, 2009)
(1) pthreads (sched/)
(1) C++ Support
(5) Binary loaders (binfmt/)
- (13) Network (net/, netutils/)
+ (14) Network (net/, netutils/)
(4) Network Utilities (netutils/)
(1) USB (drivers/usbdev)
(5) Libraries (lib/)
@@ -31,7 +31,7 @@ NuttX TODO List (Last updated December 13, 2009)
(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/)
+ (9) z16 (arch/z16/)
(0) mc68hc1x (arch/hc)
o Task/Scheduler (sched/)
@@ -267,6 +267,12 @@ o Network Utilities (netutils/)
Status: Open
Priority: Medium
+ Description: If the network is enabled, but THTTPD is not configured, it spews out lots
+ of pointless warnings. This is kind of annoying and unprofessional; needs to
+ be fixed someday.
+ Status: Open. An annoyance, but not a real problem.
+ Priority: Low
+
o USB (drivers/usbdev)
^^^^^^^^^^^^^^^^^^^^
@@ -981,5 +987,16 @@ o z16 (arch/z16)
Status: Open
Priority: Low
+ Description: The file drivers/mmcsd/mmcsd_sdio.c generates an internal compiler
+ error like:
+
+ mmcsd\mmcsd_sdio.c
+ Internal Error(0503) On line 2504 of "MMCSD\MMCSD_SDIO.C"
+ File <c3>, Args(562,46)
+
+ Status: Open. Recommended workaround: remove mmcsd_sdio.c from
+ drivers/mmcsd/Make.defs. There is no SDIO support for the Z16 anyway
+ Priority: Low
+
o mc68hc1x (arch/hc)
^^^^^^^^^^^^^^^^^^