summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-16 02:10:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-16 02:10:51 +0000
commit476f7ff06ef2561761015980c30e8fbfe0a7f8cf (patch)
treea5c3a9c2898c3895c3bc26368ad6f501575cb02d /nuttx/TODO
parent83b74ef7bf58f8f26dc2f70e4a68b9f240b1fb99 (diff)
downloadpx4-nuttx-476f7ff06ef2561761015980c30e8fbfe0a7f8cf.tar.gz
px4-nuttx-476f7ff06ef2561761015980c30e8fbfe0a7f8cf.tar.bz2
px4-nuttx-476f7ff06ef2561761015980c30e8fbfe0a7f8cf.zip
SLIP is now basically functional
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3386 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO10
1 files changed, 9 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 54ac726e4..815a3e301 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -24,7 +24,7 @@ NuttX TODO List (Last updated March 15, 2011)
(1) ARM/C5471 (arch/arm/src/c5471/)
(3) ARM/DM320 (arch/arm/src/dm320/)
(2) ARM/i.MX (arch/arm/src/imx/)
- (3) ARM/LPC17xx (arch/arm/src/lpc17xx/)
+ (4) ARM/LPC17xx (arch/arm/src/lpc17xx/)
(7) ARM/LPC214x (arch/arm/src/lpc214x/)
(2) ARM/LPC313x (arch/arm/src/lpc313x/)
(3) ARM/STR71x (arch/arm/src/str71x/)
@@ -779,6 +779,14 @@ o ARM/LPC17xx (arch/arm/src/lpc17xx/)
Status: Open
Priority: Medium-Low (unless you need the display on the LPC1766STK!)
+ Description: SLIP (Configuration olimex-lpc1766stk/slip-httpd) only works with VERBOSE
+ debug disabled. For some reason, certain debug statements hang(?).
+ Also, this example does not use UART1's hardware flow control. UART1
+ hardware flow control is partially implemented but does not behave as
+ expected. It needs a little more work.
+ Status: Open
+ Priority: Low
+
o ARM/LPC214x (arch/arm/src/lpc214x/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^