summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-16 17:17:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-16 17:17:58 +0000
commit33b868cdc66ba55a3849bcb953e16a6ff96c1bcd (patch)
treea0453c9dbff5a5b6d07844c2257471abc81fa1f7 /nuttx/TODO
parent476f7ff06ef2561761015980c30e8fbfe0a7f8cf (diff)
downloadpx4-nuttx-33b868cdc66ba55a3849bcb953e16a6ff96c1bcd.tar.gz
px4-nuttx-33b868cdc66ba55a3849bcb953e16a6ff96c1bcd.tar.bz2
px4-nuttx-33b868cdc66ba55a3849bcb953e16a6ff96c1bcd.zip
Fix QEMU timer interrupts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3387 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO25
1 files changed, 3 insertions, 22 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 815a3e301..ee9638a0b 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated March 15, 2011)
+NuttX TODO List (Last updated March 16 2011)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(5) Task/Scheduler (sched/)
@@ -8,7 +8,7 @@ NuttX TODO List (Last updated March 15, 2011)
(1) pthreads (sched/)
(1) C++ Support
(5) Binary loaders (binfmt/)
- (17) Network (net/, drivers/net)
+ (16 Network (net/, drivers/net)
(5) Network Utilities (netutils/)
(2) USB (drivers/usbdev, drivers/usbhost)
(5) Libraries (lib/)
@@ -30,7 +30,7 @@ NuttX TODO List (Last updated March 15, 2011)
(3) ARM/STR71x (arch/arm/src/str71x/)
(4) ARM/LM3S6918 (arch/arm/src/lm3s/)
(4) ARM/STM32 (arch/arm/src/stm32/)
- (1) Intel x86 (arch/x86)
+ (0) Intel x86 (arch/x86)
(4) 8051 / MCS51 (arch/8051/)
(2) Hitachi/Renesas SH-1 (arch/sh/src/sh1)
(4) Renesas M16C/26 (arch/sh/src/m16c)
@@ -308,21 +308,6 @@ o Network (net/, drivers/net)
the mechanism for leaving and joining groups is hidden behind a wrapper
function so that little of this incompatibilities need be exposed.
- Description: The SLIP driver (drivers/net/slip.c) has had only the most superficial
- testing. Issues/Notes:
- (1) A minor issue is that SLIP requires hardware handshake and
- that has not been implemented in the UART drivers on most platforms.
- You can use the slattach' option -L which enables "3-wire
- operation." NOTE: This may also result in data overrun errors.
- (2) Current State: The driver connects and responds to PINGs (ICMP
- ECHO) commands. However, when used with the TCP stack and THTTPD,
- there is some condition that causes a hang. So the SLIP driver
- is still not ready for prime-time.
- (3) Finally, the Linux slip driver is hard-coded to use an MTU of 296
- so setting CONFIG_NET_BUFSIZE to a 296 is also advised.
- Status: Open
- Priority: Medium
-
o Network Utilities (netutils/)
Description: One critical part of netutils/ apps is untested: The uIP
@@ -949,10 +934,6 @@ o ARM/STM32 (arch/arm/src/stm32/)
o Intel x86 (arch/x86)
^^^^^^^^^^^^^^^^^^^^
- Description: No timer interrupts in the QEMU configuration.
- Status: Open
- Priorty: Medium-High
-
o 8051 / MCS51 (arch/8051/)
^^^^^^^^^^^^^^^^^^^^^^^^^