summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-03 16:41:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-03 16:41:28 +0000
commit13ff49d906592afcec0c170572411693c8e26d13 (patch)
tree361e13367ebb2e709a262417905d9c3ea346f545 /nuttx/TODO
parent16166e4a5ea25f9c01784a11162de92156b5b872 (diff)
downloadpx4-nuttx-13ff49d906592afcec0c170572411693c8e26d13.tar.gz
px4-nuttx-13ff49d906592afcec0c170572411693c8e26d13.tar.bz2
px4-nuttx-13ff49d906592afcec0c170572411693c8e26d13.zip
Add strcasestr()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4364 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO14
1 files changed, 3 insertions, 11 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 056548d4b..09e24221f 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated February 1, 2012)
+NuttX TODO List (Last updated February 2, 2012)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This file summarizes known NuttX bugs, limitations, inconsistencies with
@@ -45,7 +45,7 @@ nuttx/
apps/
(5) Network Utilities (apps/netutils/)
- (5) NuttShell (NSH) (apps/nshlib)
+ (4) NuttShell (NSH) (apps/nshlib)
(1) System libraries apps/system (apps/system)
(5) Other Applications & Tests (apps/examples/)
@@ -1015,7 +1015,7 @@ o ARM/LPC214x (arch/arm/src/lpc214x/)
Description: I tried to bring up the new configuration at configs/mcu123-214x/composite,
and Linux failed to enumerate the device. I don't know if this is
a problem with the lpc214x USB driver (bit rot), or due to recent
- changed (e.g., -r3170 is suspicious), or an incompatibility between the
+ changed (e.g., -r4359 is suspicious), or an incompatibility between the
Composite driver and the LPC214x USB driver. It will take more work
to find out which -- like checking if the other USB configurations are
also broken.
@@ -1544,14 +1544,6 @@ o Network Utilities (apps/netutils/)
o NuttShell (NSH) (apps/nshlib)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Title: EACH TCP PACKET CAUSES PROMPT
- Description: When the telnetd front end is received, each TCP packet
- received causes a prompt (nsh >) to be presented. The
- prompt should only be presented when the user enters a
- carriage return.
- Status: Open
- Priority: Low
-
Title: WGET UNTESTED
Description: The wget command has been incorporated into NSH, however
it is still untested as of this writing (only because I