summaryrefslogtreecommitdiffstats
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2007-11-06 23:38:14 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2007-11-06 23:38:14 +0000
commit4c351024c077235c4cfb4abd1a56ac84ee808ce4 (patch)
tree8c2a2c8e1ab788b5c81f338e93bc999484134670 /nuttx/TODO
parent5ffdbaa636a20a1bceb8a28f0158fcd76ec60263 (diff)
Breaking uip.c into smaller functions/files
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@374 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index dddf2ecaac..27c293cb9d 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -49,7 +49,6 @@ o Network
Add a txail callback into driver to eliminate send delays. Since we want to
support multiple network devices, this means we will have to add some infrastructure
to map to device.
-- Break uip_interrupt() (in uip.c) into several functions.
- uIP polling issues:
(1) uIP expects a single driver to poll at a 500ms interval (dm90x0 currently
polls a 5sec).