summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-13 19:04:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-13 19:04:32 +0000
commit38121cceb67b2408c5aab1d3e9998accef0d83c8 (patch)
tree111eb4499c93c8d5d911e4c764e80f25a3b5b568 /nuttx/TODO
parent08a603c77b99ade6a63938a62e1cd785e9fabd25 (diff)
downloadpx4-nuttx-38121cceb67b2408c5aab1d3e9998accef0d83c8.tar.gz
px4-nuttx-38121cceb67b2408c5aab1d3e9998accef0d83c8.tar.bz2
px4-nuttx-38121cceb67b2408c5aab1d3e9998accef0d83c8.zip
apps/-related update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3377 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO17
1 files changed, 16 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 833522222..bddb6e0f5 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -8,7 +8,7 @@ NuttX TODO List (Last updated March 8, 2011)
(1) pthreads (sched/)
(1) C++ Support
(5) Binary loaders (binfmt/)
- (16) Network (net/, drivers/net)
+ (17) Network (net/, drivers/net)
(5) Network Utilities (netutils/)
(2) USB (drivers/usbdev, drivers/usbhost)
(5) Libraries (lib/)
@@ -30,6 +30,7 @@ NuttX TODO List (Last updated March 8, 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)
(4) 8051 / MCS51 (arch/8051/)
(2) Hitachi/Renesas SH-1 (arch/sh/src/sh1)
(4) Renesas M16C/26 (arch/sh/src/m16c)
@@ -307,6 +308,13 @@ 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. The main issue is the I haven't yet gotten a dual UART Linux
+ configuration that supports SLIP (I need one UART for SLIP and one for
+ the serial debug console).
+ Status: Open
+ Priority: Medium
+
o Network Utilities (netutils/)
Description: One critical part of netutils/ apps is untested: The uIP
@@ -922,6 +930,13 @@ o ARM/STM32 (arch/arm/src/stm32/)
Priority: Low until someone needs DMA1, Channel 5 (ADC3, UART4_TX, TIM5_CH1, or
TIM8_CH2).
+o Intel x86 (arch/x86)
+ ^^^^^^^^^^^^^^^^^^^^
+
+ Description: No timer interrupts in the QEMU configuration.
+ Status: Open
+ Priorty: Medium-High
+
o 8051 / MCS51 (arch/8051/)
^^^^^^^^^^^^^^^^^^^^^^^^^