summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-09 16:36:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-09 16:36:07 +0000
commit80450be87458da980b3f32c734a1c7f1287da8ad (patch)
treeb7a4e7e951cd1de1bc8e7c2d3a8858983d427e75 /nuttx/TODO
parent95bc39c643cb8e671248b9fee6941e729889ca74 (diff)
downloadnuttx-80450be87458da980b3f32c734a1c7f1287da8ad.tar.gz
nuttx-80450be87458da980b3f32c734a1c7f1287da8ad.tar.bz2
nuttx-80450be87458da980b3f32c734a1c7f1287da8ad.zip
Add LM3S6965 NSH configuration + Prep for 5.5 releasenuttx-5.5
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2659 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index eb55f36d5..2afd1d490 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated May 4, 2010)
+NuttX TODO List (Last updated May 8, 2010)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(5) Task/Scheduler (sched/)
@@ -7,7 +7,7 @@ NuttX TODO List (Last updated May 4, 2010)
(1) pthreads (sched/)
(1) C++ Support
(5) Binary loaders (binfmt/)
- (16) Network (net/, drivers/net)
+ (15) Network (net/, drivers/net)
(5) Network Utilities (netutils/)
(1) USB (drivers/usbdev)
(5) Libraries (lib/)
@@ -484,7 +484,8 @@ o Build system
older compilers. My work around for now is to use an older compiler
for the CPP definition in the configuration Make.defs file, do
make context, restore the original Make.defs, and then make.
- Status: Open
+ Status: Open. This may not be a real issue. I have not seen this
+ happen lately so it may have nothing to do with GCC.
Priority: High if you are using NX and a newer compiler.