From c3ed839a4e6598b71ce795fef1f317017d9ebfd0 Mon Sep 17 00:00:00 2001
From: patacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>
Date: Wed, 6 Jun 2007 10:25:20 +0000
Subject: [PATCH] updated

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@264 42af7a65-404d-4744-a932-0658087f49c3
---
 TODO | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/TODO b/TODO
index 4b459930af..0f16e150f0 100644
--- a/TODO
+++ b/TODO
@@ -29,10 +29,14 @@ o Signals
 o pthreads
 - pthread_cancel():  Should implemenent cancellation points and pthread_testcancel()
 
+o C++ Support
+- Need to call static constructors
+
 o Network
 - Port FreeBSD TCP/IP stack
 
 o USB
+- Implement USB device support
 
 o Libraries
 - sscanf() and lib_vsprintf() do not support floating point values.
@@ -62,7 +66,8 @@ o C5471
 o DM320
 
 o LPC214x
-- Finish
+- Finish bringup
+- Add MMC and USB support
 
 o pjrc-8052 / MCS51
 - Current status:
-- 
GitLab