summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-29 00:06:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-29 00:06:14 +0000
commit9659f582f869563ac0c473674b76336f041c22fb (patch)
tree1751abe11bd5ff73288d746c6b2ca46647e443f4 /nuttx/TODO
parentdae9c2321c03dabb3817cc5216be27b9ec5aaf8e (diff)
downloadpx4-nuttx-9659f582f869563ac0c473674b76336f041c22fb.tar.gz
px4-nuttx-9659f582f869563ac0c473674b76336f041c22fb.tar.bz2
px4-nuttx-9659f582f869563ac0c473674b76336f041c22fb.zip
Add logic to build sendmail example on target
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1664 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO17
1 files changed, 11 insertions, 6 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 32aee97ec..5386bc577 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -16,7 +16,7 @@ NuttX TODO List (Last updated March 28, 2009)
(2) Documentation (Documentation/)
(5) Build system / Toolchains
(2) NuttShell (NSH) (examples/nsh)
- (2) Other Applications & Tests (examples/)
+ (3) Other Applications & Tests (examples/)
(1) Linux/Cywgin simulation (arch/sim)
(2) ARM (arch/arm/)
(1) ARM/C5471 (arch/arm/src/c5471/)
@@ -119,11 +119,10 @@ o C++ Support
o Network (net/, netutils/)
^^^^^^^^^^^^^^^^^^^^^^^^^
- Description: Several of the netutils/ apps are untested. These include
- uIP's netutils/smtp and resolv. The webclient code has been
- tested on host using gethosbyname(), but not depends on the
- untested resolve logic. Only minimal testing of the others
- has been performed.
+ Description: One critical part of netutils/ apps is untested: The uIP
+ resolver in netutils/resolv. The webclient code has been
+ tested on host using gethosbyname(), but still depends on the
+ untested resolve logic.
Status: Open
Priority: Medium, Important but not core NuttX functionality
@@ -405,6 +404,12 @@ o Other Applications & Tests (examples/)
Status: Open
Priority: Med
+ Description: examples/sendmail is untested on the target (it has been tested
+ on the host, but not on the target.
+ Status: Open
+ Priority: Med
+
+
o Linux/Cywgin simulation (arch/sim)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^