summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-14 20:50:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-14 20:50:46 +0000
commit0e24b0de612ad596103e4e01d250f0be12278783 (patch)
tree6ddb2ebc5c6cc9b94cc88baa085901046a345861 /nuttx/TODO
parent9264b754565c550afad96d4ef5ad1a76e6e8c233 (diff)
downloadpx4-nuttx-0e24b0de612ad596103e4e01d250f0be12278783.tar.gz
px4-nuttx-0e24b0de612ad596103e4e01d250f0be12278783.tar.bz2
px4-nuttx-0e24b0de612ad596103e4e01d250f0be12278783.zip
Add apps/poweroff lpc17 hardware handshake
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3380 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index bddb6e0f5..d9c4cf48b 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -311,7 +311,11 @@ o Network (net/, drivers/net)
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).
+ the serial debug console). A second issue is that SLIP requires
+ hardware handshake and that has not been implemented in the UART
+ drivers on most platforms. It might be possible to use a special
+ cable to bypass the handshaking (but which may also result in data
+ overrun errors).
Status: Open
Priority: Medium