summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
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/ChangeLog
parent83b74ef7bf58f8f26dc2f70e4a68b9f240b1fb99 (diff)
downloadnuttx-476f7ff06ef2561761015980c30e8fbfe0a7f8cf.tar.gz
nuttx-476f7ff06ef2561761015980c30e8fbfe0a7f8cf.tar.bz2
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/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 63cb6efe5..c0bae9e06 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1569,4 +1569,7 @@
* arch/arm/src/stm32/stm32_gpio.c and stm32_internal.h -- Fixed
PullUp/Down Input Configuration.
* arch/arm/src/lpc17xx/lpc17_serial.h -- Now supports Auto-RTS and
- Auto-CTS modes. This is needed to support SLIP. \ No newline at end of file
+ Auto-CTS modes. This is needed to support SLIP.
+ * drivers/net/slip.c -- SLIP is now basically functional on the
+ LPC17xx with some caveats as described in the TODO list under
+ LPC17xx.